var fDesc=new Array(); fDesc[0] = "The AllWebMenus Web Modal Windows Addin allows you to open feature-rich popup windows (jQuery modal windows), created with the Likno Web Modal Windows Builder (separate product) by clicking on menu items of your choice!The AllWebMenus Add-in offers an easy integration between your menu and modal windows produced with that software by enabling the <Open Modal Window> property (inside the AllWebMenus “Advanced” properties section) for any Item."; 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 = ''; } }