/////////////////////////////jump menu///////////////////////////////////////


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
/////////////////////////////end jump menu///////////////////////////////////////	

///////////////////////////////////popup////////////////////////////////////

function legals() {
			window.open("legals/legals.html",'_blank',WinType);		
			}
			var WinType;
			WinType="width=400,height=470,left=380,top=50,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no";



///////////////////////////////////end popup////////////////////////////////////






