//begin window open scriptfunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function openWin_pet(url,name,wid,hei){	adWindow=window.open(url,name,'width='+wid+',height='+hei+',scrollbars=yes,menubar=yes,toolbar=yes,resizable');}function openWin(f){adWindow=window.open(f,'help','width=570,height=450,scrollbars,resizable');}//end window open script//end hiding script from old browsers -->
