function gonow(theList){

 if (theList.cat.selectedIndex > 1)
     theList.submit()
 document.form2.cat.selectedIndex=0
 document.form3.cat.selectedIndex=0
 document.form4.cat.selectedIndex=0
					
}

function formSubmit(formname) {
     eval("document." + formname + ".submit()");
}
