function topturnit(ss)
{
topcloseall();
ss.style.display="";

	try
	{
		document.all.slt.style.display="none";
	}
	catch(e) {}
}
function topcloseall()
{
topcloseit(tmenu0); 
topcloseit(tmenu1); 
topcloseit(tmenu2); 
topcloseit(tmenu3); 
topcloseit(tmenu4); 
topcloseit(tmenu5); 
topcloseit(tmenu6); 
topcloseit(tmenu7); 
}

function topcloseit(ss)
{
    ss.style.display="none";

	try
	{
		document.all.slt.style.display="";
	}
	catch(e) {}
}
function searchcheck()
{
   if(document.searchform.code.value=="03"){
	document.searchform.action="/website/hyzw/wjcxsearchlist.jsp";
	return true;}
	else if(document.searchform.code.value=="07"){
	document.searchform.action="/website/bmfw/bsznsearchlist.jsp";
	return true;}
	else{
	document.searchform.action="/website/searchlist.jsp";
	return true;
	}
}