var fDesc=new Array(); fDesc[0] = "Welcome to the offical {XG}clan site. XG stands for Extreme Gamers. Some of the games they play on pc are: Halo Custom Edition, Halo Combat Evolved, Halo 2 vista. The clan was created on the 8th of April 2007, when {XG}Gijs007 Created the clan with some of his friends after they left the {NC} clan. This pack contains some great maps of the games you can play if you join the clan."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }