document.writeln("<script type=\"text/javascript\"> ");
document.writeln("	//<![CDATA[");
document.writeln("	function switchTab(mark,index,count) {");
document.writeln("	    var curTab = document.getElementById(\"tab_\"+mark+index)");
document.writeln("		var curList = document.getElementById(\"list_\"+mark+index)");
document.writeln("");
document.writeln("		for(var i=0;i<=count;i++) {");
document.writeln("");
document.writeln("			var tabObj = document.getElementById(\"tab_\"+mark+i) ;");
document.writeln("			var listObj = document.getElementById(\"list_\"+mark+i) ;");
document.writeln("			if (i != index) {");
document.writeln("				if (tabObj) {tabObj.className = \"\";}");
document.writeln("				if (listObj) {listObj.style.display = \"none\" ;}");
document.writeln("			}");
document.writeln("		}");
document.writeln("");
document.writeln("		if (curTab) {curTab.className = \"zc_on\" ;}");
document.writeln("		if (curList) {curList.style.display = \"block\" ;}");
document.writeln("		return false;");
document.writeln("	}");
document.writeln("		//]]>");
document.writeln("</script>");
