var fDesc=new Array(); fDesc[0] = "S.K.I.L.L. Special Force 2 is a fast-paced FPS action game with extensive training and co-operative features. You can receives points for kills and assists, select one of your favorite special units and receive all important information about it and choose from an arsenal of assault weapons."; 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 = ''; } }