var fDesc=new Array(); fDesc[0] = "News Groups Submitter Pro allows you to fast and easy send messages to great number of news groups. It uses multithreaded sending technology and so the message sending has maximum speed for your system. Moreover News Groups Submitter Pro hides your IP-address and maintains submitting information. Using News Groups Submitter Pro you will send your news to all over the world."; 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 = ''; } }