document.writeln("<script>");
document.writeln("<!-- ");
document.writeln("function setTab(name,cursel,n){ ");
document.writeln("for(i=1;i<=n;i++){ ");
document.writeln("var menu=document.getElementById(name+i); ");
document.writeln("var con=document.getElementById(\"con_\"+name+\"_\"+i); ");
document.writeln("menu.className=i==cursel?\"hover\":\"\"; ");
document.writeln("con.style.display=i==cursel?\"block\":\"none\"; } ");
document.writeln("} ");
document.writeln("--> ");
document.writeln("<\/script>")
