function ts3v_toogleDiv(element) { var ts3v_var = document.getElementById(element).style.display; if (ts3v_var == "none") { ts3v_var = "block"; } else { ts3v_var = "none"; } document.getElementById(element).style.display = ts3v_var; } if(typeof ts3v_content == "undefined") { ts3v_content = new Array(); //debug("- 902946 [ts3viewer.php] ts3v_content array created"); } ts3v_content[902946] = "
\'\' Multiplay :: Clan Server
\'\' TS 3 Info
\'\'\'\' Clients: 0/12
\'\'\'\' Channels: 6
\'\'\'\' Uptime: 16D 04:00:19
\'\'\'\' Req. Security lvl: 8
\'\'\'\' Platform: Windows
\'\'\'\' Full detailed monitor
\'\'\'\' Lobby \'\'
\'\'\'\' COD MW2
\'\'\'\' MW2 Match DND
\'\'\'\' Admin \'\'
\'\'\'\' AFK
\'\'\'\' Working
\"\"
"; if(typeof ts3v_dontWrite == "undefined") { document.write(ts3v_content[902946]); //debug("- 902946 [ts3viewer.php] document.write"); } else { if(typeof ts3v == "undefined") { ts3v = new Array(); } ts3v[902946] = ts3v_content[902946]; //debug("- 902946 [ts3viewer.php] saved tsviewer into var"); }