var fDesc=new Array(); fDesc[0] = "Improve your website navigation with the most powerful DHTML JavaScript Menu on the Web! Deluxe Menua are a versatile, ready-made solution that allows professional and amateur web developers to create superior dhtml navigation systems for their web sites and web applications. This Javascipt Menu/ DHTML Menu supports cross-frame mode, Google Sitemap, 60+ great visual effects, floating, drag-n-drop, flat, 3d, XP, tree-like menus, tabs-like menus, Vista menu styles, relative and absolute positions, vertical and horizontal directions, animated icons and arrows, unlimited submenus, separators, individual item styles and more. Create a cross-browser, search engine friendly, fast-loading web interface of any desired complexity and appearance. You don't need any in-depth knowledge of HTML or Javascript to develop web menus with Deluxe Menu. By simply changing a menu parameter file, you can create any navigation system in minutes. Deluxe Menus come with an easy-to-use GUI wizard that allows you to generate and test the menu in just a few mouse clicks."; 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 = ''; } }