document.writeln("<script language=\"javascript\">");
document.writeln("");
document.writeln("function show(no)");
document.writeln("");
document.writeln("{");
document.writeln("");
document.writeln("	var Obj=eval(\"menusub\" + no);");
document.writeln("");
document.writeln("	var tempColl = document.all.tags(\"div\");");
document.writeln("");
document.writeln("	if(Obj.style.display==\'none\')");
document.writeln("");
document.writeln("	{");
document.writeln("");
document.writeln("		Obj.style.display=\'\';");
document.writeln("");
document.writeln("	}");
document.writeln("");
document.writeln("	else");
document.writeln("");
document.writeln("	{");
document.writeln("");
document.writeln("		Obj.style.display=\'none\';");
document.writeln("");
document.writeln("	}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("<\/script>");
document.writeln("")