var fDesc=new Array(); fDesc[0] = "GDI Invite Filler is a handy little program to help automate the process of inputting leads into the invite system of the G.D.I. Member's Area.
To use this program, you must be an affiliate of Global Domains International (G.D.I.).
GDI Invite Filler is a free and easy to install application, all you have to do after installing it, is to follow some procedure for entering leads into G.D.I.'s invitation system."; 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 = ''; } }