function jumpMenu(web){ //v3.0  catID=document.frmCatSel.fldCatID.options[document.frmCatSel.fldCatID.selectedIndex].value;  	document.frmCatSel.action=(web+"/Catalog2/Catalog.php?"+catID); 	document.frmCatSel.submit();}