var fDesc=new Array(); fDesc[0] = "Parallels Plesk Panel is a turnkey Web hosting system that includes fully automated billing and provisioning, an integrated SiteBuilder, and access to hundreds of Web-based applications. With over 100 new features including the fully integrated Parallels Partner Storefront, Parallels Plesk Panel solves the industry’s most complex problems by grouping content, simplifying processes and making it easier to find the information the user needs."; 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 = ''; } }