document.writeln("<script language=\"javascript\">");
document.writeln("function switchTag(tag,content,k,n,stylea,styleb)");
document.writeln("{	");
document.writeln("	for(i=1; i <=n; i++)");
document.writeln("	{");
document.writeln("		if (i==k)");
document.writeln("		{");
document.writeln("			document.getElementById(tag+i).className=stylea;");
document.writeln("			document.getElementById(content+i).className=\"h_lsit_show\";");
document.writeln("		}else{");
document.writeln("			document.getElementById(tag+i).className=styleb;");
document.writeln("			document.getElementById(content+i).className=\"h_lsit_none\";");
document.writeln("		}");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function switchTagbeta(tag,content,k,n,stylea,styleb,astyle,aurlstr)");
document.writeln("{	");
document.writeln("	for(i=1; i <=n; i++)");
document.writeln("	{");
document.writeln("		if (i==k)");
document.writeln("		{");
document.writeln("			document.getElementById(tag+i).className=stylea;");
document.writeln("			document.getElementById(content+i).className=\"h_lsit_show\";");
document.writeln("		}else{");
document.writeln("			document.getElementById(tag+i).className=styleb;");
document.writeln("			document.getElementById(content+i).className=\"h_lsit_none\";");
document.writeln("		}");
document.writeln("	}");
document.writeln("	document.getElementById(astyle).href = aurlstr;");
document.writeln("}");
document.writeln("function switch_Tag(tag,content,k)");
document.writeln("{");
document.writeln("	for(i=1; i < 4; i++)");
document.writeln("	{");
document.writeln("		if (i==k)");
document.writeln("		{");
document.writeln("			document.getElementById(tag+i).className=\"l1\";");
document.writeln("			document.getElementById(content+i).className=\"h_lsit\";");
document.writeln("		}else{");
document.writeln("			document.getElementById(tag+i).className=\"l2\";");
document.writeln("			document.getElementById(content+i).className=\"h_lsit_none\";");
document.writeln("		}");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function changecontent(conid,num)");
document.writeln("{");
document.writeln("var tempcontent;");
document.writeln("  for(i = 1;i<= num;i++)");
document.writeln("     {");
document.writeln("	 tempcontent = document.getElementById(conid+i).innerHTML;");
document.writeln("	 document.getElementById(conid+i).innerHTML = document.getElementById((conid+i)+i).innerHTML;");
document.writeln("	 document.getElementById((conid+i)+i).innerHTML = tempcontent;");
document.writeln("	 }");
document.writeln("}");
document.writeln("</SCRIPT>");
