<!--// JUMP MENU CONTROLfunction jumpMenu(targ,selObj,restore){   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}// OPEN/POP A NEW WINDOWfunction popWin(theURL,winName,features) {   window.open(theURL,winName,features);}	function openWindow(theURL,winName,features) {   window.open(theURL,winName,features);}function popup(mylink, windowname){if (! window.focus)return true;var href;if (typeof(mylink) == 'string')   href=mylink;else   href=mylink.href;window.open(href, windowname, 'width=600,height=600,scrollbars=no');return false;}//-->