var fDesc=new Array(); fDesc[0] = "Kids collect NOKs! Collect and trade thousands of cool 3D characters in our action packed, award winning game! Best of all, it's totally, fully and absolutely FREE! The NOKs game is all about collecting! For the first time you can collect live characters ('NOKs') on your computer. Play series of action-packed shooting battles and embark on a journey to get the full NOK collection - up to the thousands."; 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 = ''; } }