function TELEmenuSubmit(Func) 
{
        eval("self.location='/cgi-bin/cgiwrap/cotton/func?submit="+Func+"&SessId="+document.forms[0].SessId.value+"'");
   	document.TELEreturnValue = false;
}


