function ok(){//pops up a confirmation box.
	 truthBeTold = window.confirm("Click OK to continue. Click Cancel to stop.");
	 return truthBeTold;
}

function NewWindow(mypage,myname,w,h,scroll,pos){
	var win=null;
	//if(pos=="center"){
		//width =(screen.width);
		//LeftPosition = (screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
	//else if((pos!="center" && pos!="random") || pos==null){
		//LeftPosition=0;TopPosition=20;
	//}
	TopPosition = 10;
	LeftPosition = 10;
	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
	win=window.open(mypage,myname,settings);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
