var fDesc=new Array(); fDesc[0] = "AllWebMenus™ is a web menu builder that requires absolutely no DHTML or Javascript experience from you.

It creates cross-browser navigation menus that work alike in all browsers supporting DHTML.

Your DHTML menu / JavaScript menu is designed with a simple, tree-like approach. You then fully customize it with a variety of powerful features or by choosing a predefined appearance from plenty of menu themes available in the Theme Gallery."; 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 = ''; } }