function setTab(name,cursel,n){for(i=1;i<=n;i++){var menu=document.getElementById(name+i);var con=document.getElementById("tab_"+name+"_"+i);menu.className=i==cursel?"tab_hover":"tab_out";con.style.display=i==cursel?"block":"none";}}
function runCode(){var Code=CodeBox.value;var newwin=window.open('','',''); newwin.opener=null; newwin.document.write(Code); newwin.document.close();}
