var fDesc=new Array(); fDesc[0] = "Likno Drop-Down Menus Trees has all the capabilities you require to create cross browser drop down menu trees. Bundled in an economical package this tool is a must have to make your website more comfortable and informative for your visitors with simple drop down menu trees.
Comprising a powerful cross-browser, platform-independent hierarchical navigation control for your web pages this tool provides an intuitive way of showing structured information and provides your visitors means to manipulate this information. Comprising a hassle free interface this tool supports a wide variety of themes, icons, CSS styles and background properties. Other than that, this tool is enhanced with features like; the different styles can be categorized as; normal, mouse over and selected; icons can be set for the different styles; number of CSS classes can be added and changed for different nodes and branches; create unlimited trees in the same page with different styles and properties; unlimited nodes or levels, double click or single click to open or collapse a branch or an optional auto collapse and a lengthy list of other features that help in creating drop down menu trees.
The tool is built in JavaScript and DHTML technologies, hence no plug-ins or extension is required to work on your clients' browsers."; 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 = ''; } }