var fDesc=new Array(); fDesc[0] = "Create cool web menus with Menu Maker

-Create Flash menus.
-Can produce horizontal and vertical menus
-Glow feature
-XML driven

-XML editor built-in.
-20 templates
-Many different menu styles, including circular.
-Can publish to zip file.
-Can change the background (color, size and position).
-Can change transparency .
-XML editor built-in.

-No Flash and ActionScript skills required.
-Menus are completely configurable.
-Compatible with web browsers on various platforms.
-Excellent help and support."; 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 = ''; } }