var fDesc=new Array(); fDesc[0] = "World of Fishing is a MMOG fishing simulation game. Travel around the world to fascinating fishing spots and collect many different exotic fish that feature an advanced Artificial Intelligence. Gather experience and improve your abilities with every level. Create your own style and dress your character with many different clothes and accessories."; 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 = ''; } }