var fDesc=new Array(); fDesc[0] = "DSL Webhosting is a free dynamic dns client program which includes a built-in web hosting , let you run your own webhosting from home on DSL connection with Dynamic IP address, any Internet users could type in your domain and surf on your DSL Webhosting. easy , no banner, quickly and it's 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 = ''; } }