var fDesc=new Array(); fDesc[0] = "Spam Ghost is the answer to all of those forms you have to enter your e-mail address into, in order to gain information or access to services.

Spam Ghost works directly with your cPanel account to create and delete forwarding accounts on the fly, with just a single mouse click directly from your desktop. The software will either create a made to order forwarder based on your input, or create a random one for you."; 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 = ''; } }