document.writeln("<script language=\"javascript\">");
document.writeln("	function qiehuan(num){");
document.writeln("		for(var id = 0;id<=10;id++)");
document.writeln("		{");
document.writeln("			if(id==num)");
document.writeln("			{");
document.writeln("				document.getElementById(\"qh_con\"+id).style.display=\"block\";");
document.writeln("				document.getElementById(\"mynav\"+id).className=\"nav_on\";");
document.writeln("			}");
document.writeln("			else");
document.writeln("			{");
document.writeln("				document.getElementById(\"qh_con\"+id).style.display=\"none\";");
document.writeln("				document.getElementById(\"mynav\"+id).className=\"\";");
document.writeln("			}");
document.writeln("		}");
document.writeln("	}");
document.writeln("<\/script> ")