var fDesc=new Array(); fDesc[0] = "A professional French Web Page Promotion Robot. It hasa database of over 450 sites where you can promoteyour URL, and can automatically submit to around 200 French Search Engines and Directories in just a few minutes. ProMoteur is available in French only. Script upgrades and technical support are free."; 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 = ''; } }