var fDesc=new Array(); fDesc[0] = "Domain Grabber is a fully automated domain name registration program that sends registration attempts to the registrar eNom. The user simply has to put what domain names they want to try and "grab" and the software will do the rest! Users can input a start and end time, or select for automated registration submissions to start immediately. All domains are registered in the eNom account specified within the software. Now anyone can attempt to get high-class domain names when they expire! Now supports IDN domains!"; 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 = ''; } }