var fDesc=new Array(); fDesc[0] = "Add value to your internet service by providing your customers with the industry's leading browser-based solution for website design and construction. With SiteStudio, your users need not know anything about FTP, HTML, Telnet, HTTP, or imaging software. If they can surf the Internet, they can build their own professionally looking website. Your customers will appreciate the ease and speed with which they can build their website, and the ease with which they can change just about any aspect of it. With different layouts and color schemes, dozens of designs are available in SiteStudio, and because of its flexible nature, many more can be added later."; 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 = ''; } }