var fDesc=new Array(); fDesc[0] = "If you are looking for a quick way to add DHTML menu navigation to your FrontPage website, this extension can help. The software comes with nearly 500 ready-made menu templates, intuitive user interface and is compatible with all popular browsers on all major platforms, including Windows, Linux and Mac. Generated menus are compliant with the latest web-standards. Provided license has no site-limits, allowing you to create as many menus for as many websites you want."; 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 = ''; } }