var fDesc=new Array(); fDesc[0] = "Weekday Warrior is a Half-Life 2 total conversion mod made in the vein of the old-school adventure games. It was designed from the ground up to have all the fun of classic adventure games with none of the frustrations. It have item collecting, mini games and you can talk to all sorts of crazy characters."; 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 = ''; } }