var fDesc=new Array(); fDesc[0] = "Web Site Publisher is a free tool which will publish (i.e. copy or upload) the web site you develop on your computer to the web. It is intended for Webmasters who just want to get their site updated with a minimum of effort and fuss and in the shortest time possible. It is compatible with virtually all HTML web design tools. It is designed to be as fast and as efficient a means of publishing a website as possible and its totally 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 = ''; } }