var fDesc=new Array(); fDesc[0] = "The AllWebMenus Drupal Menu add-in and the Likno JavaScript/CSS Menus module combination is designed to retrieve information from your Drupal site (such as pages, stories etc.) and import it into the AllWebMenus application to create stylish, feature-rich navigation menus, and not only! Create menu items derived from your site's structure AND/OR fully customize your menus adding your own non-drupal menu items with external or internal links, html-rich content, colors, borders, effects, designs of your choice and many more!"; 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 = ''; } }