var fDesc=new Array(); fDesc[0] = "AllWebMenus is a DHTML/Javascript menu builder for web site navigation that requires absolutely no DHTML or Javascript experience from you. It creates cross-browser, popup or drop-down menus that work alike in browsers supporting DHTML, such as both Netscape Navigator and Internet Explorer (of versions 4.0 and above, Netscape 6.0 included). A dhtml/javascript menu can be designed with a simple, tree-like approach. You can then fully customize it by using the Properties Pane or by choosing a predefined appearance from the Style Gallery. The menu can be either vertical or horizontal (popup or drop-down menu), it can be movable, stay visible while scrolling, contain static or animated images, borders, colors and much 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 = ''; } }