function rotation_arrow(value) {
	document.cookie = "arw=" + value + "; expires=Thu, 31-Dec-2099 23:59:59 GMT; path=/";
	window.location.reload();
}

function openhelpwin(ADRS){
	window.open("./help/"+ADRS+".html",'helpwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=300,height=200');
}
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
