function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if(selObj.options[selObj.selectedIndex].value!="none"){
  	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  }
  if (restore) selObj.selectedIndex=0;
}

function reminder(){
	//var win = 'toolbar=0, menubar=1, scrollbar=1, resizeable=1, width=681, height=500, left=' + winleft + ', top=' + wintop;
	var win = 'resizeable=1, scrollbar=1, width=610, height=600, left=50, top=50';
	window.open('reminder.html', '', win);
}

