var fDesc=new Array(); fDesc[0] = "AllyNova Tree Menu is specifically designed for websites having many web pages, provided with many text or image links for your visitors, but most of visitors aren't patient enough to find these pages. It adds a JavaScript tree menu to your website to make it more easy for your visitors to find things and make your website looks more professional.

The style, font, color and all other aspects of JavaScript tree menu are fully configurable and the image library includes many useful background, box, icon, line images."; 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 = ''; } }