var fDesc=new Array();
fDesc[0] = "AllWebMenus is a dhtml menu/javascript menu builder for web navigation that requires absolutely no DHTML or Javascript experience. It creates any cross-browser, vertical or horizontal web menu that works alike in all browsers supporting DHTML held by all popular platforms (PC, MAC, Unix).
DHTML/JavaScript menus are designed with a treelike approach. Users can tailor their vertical or horizontal menu by using the Properties Pane or by choosing a predefined appearance from the Themes Gallery. Once everything is set, they can use the Link command to add your menu in the Web page in a fast and easy manner.
Major Features:
- A completely re-designed User Interface based on a new eye-catching look and enhanced user-friendly functions.
- An optimized Style Editor which allows for the creation and saving of customized Themes.
- Create horizontal or vertical menus
- New ready-to-use Themes that give the option to create stylish and original menus in just minutes.
- Sitemap generators based on the menu structure (in Google and ROR format)
- Free Dreamweaver extension and NetObjects Fusion component
- Import FrontPage Navigation Structures
- UNDO/REDO function
- Right-to-Left language support (Arabic, Hebrew, etc.)
- Non-English font support
- Optimized menu building process with separate javascripts for different browsers
- Full documentation on all features and properties! The HELP file is about 700KB offering you complete help on your design efforts. A complete manual can also be downloaded via www.likno.com
- Ability to use menus over flash objects, form elements, applets and iframes
...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 = '';
}
}