var fDesc=new Array(); fDesc[0] = "This is a Java applet that allows webmasters to build menus in drop down menu structure on their websites. Webmasters can have the facility to include menu text, link information and targeted URLs. This program facilitates webmasters to use their desired color and fonts and permits them to include icons to the titles. This applet has the ability to change the view from vertical to horizontal drop down menu."; 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 = ''; } }