var fDesc=new Array(); fDesc[0] = "WYSIWYG JavaScript Navigation Tool gives you the ability to create a powerful navigation system for your web sites within few minutes! Script can be customized highly. You can specify a lot of properties such as text, font, color, link, background color and more by clicking your mouse. You don't need to learn and write any complex Javascript parameters by yourself. Windows Configuration Program will do it for you. This script was tested on windows with following web browsers:Internet Explorer 5 and later Netscape 6 and later Netscape 4.x Mozilla 1.x Features:1. Script can be customized highly. 2. Configure script parameters by using Windows Configuration Program. 3. Generate script parameters automatically. 4. Pre-made templates. 5. Preview the applet without leaving the configuration program. 6. Specify the web browser preview. 7. Export navigation structure to share with other menu tools. 8. Import navigation structure from other menu tools."; 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 = ''; } }