var fDesc=new Array(); fDesc[0] = "With Javascript Menu Master you can create menus for your web designs.
No programming knowledge is required. The software is developed in Visual Basic and you need a Visual Basic interpreter installed in your computer.
The program lets you define global style properties for menus, such as font, colors and dimensions. Also you can set specific background and text colors to individual menu items. It incorporates a tutorial on menu creation that you can follow to get started. Links in the menu can open in the same window or in a new window.
After you finish the creation of the menu, the generated code will be in a clipboard and you can copy and paste into your page along with instructions on where to paste it. You can preview the menu in your default browser by clicking a button in the tab bar. To preview the menu in other browser, copy the address link generated by the program to the other browser. This is a good software for beginners, but as a web designer I must warn you, this software is just for kids. It works on Firefox or Opera browsers, but if you change the properties such as background or text colors, it doesn't work. The generated code is too dirty, styles are in the same options, which is a bad practice. Besides, to go to the links of the options, you need to click the button, you can't go directly by clicking the option, that sucks. I will not recommend this software if you want to learn to make professional web design."; 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 = ''; } }