var fDesc=new Array(); fDesc[0] = "Flash navigation system for web sites. Can be easy configured with a text editor, all you need to do is upload menu.swf and menu.xml, then open menu.xml with a text editor like notepad and change the values for button text, url to open, etc. Make sure you save the file as UTF-8 encoding, notepad from windows has this option set by default when saving the file. Menu can do more than opening web sites; readme file in the archive contains details."; 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 = ''; } }