function load(url,width,height) { var load = window.open(url,'','scrollbars=no,menubar=no,height='+height+',width='+width+',resizable=no,toolbar=no,location=no,status=no'); } function load_scrolls(url,width,height) { var load = window.open(url,'','scrollbars=yes,menubar=no,height='+height+',width='+width+',resizable=no,toolbar=no,location=no,status=no'); } function hidetoggle (idtogg) { document.getElementById(idtogg).style.display = (document.getElementById(idtogg).style.display == 'none') ? '' : 'none'; } function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; }