var fDesc=new Array(); fDesc[0] = "Extra Folder Icons is a set of 45 professionally drawn Windows 7 folder icons. You can change a folder icon from the standard one to one with a Java logo and keep your code samples, documentation, tutorials and files there. The view of your folders can be changed in seconds as you can differentiate icons with various colors and use special marks to highlight folders by priority, by the type of contained information."; 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 = ''; } }