var fDesc=new Array(); fDesc[0] = "Web Views is an easy to use program that changes the way Windows Explorer looks, substituting custom graphics for the standard Windows graphics. When you view your folders in the web view you normally see the Win98 blue sky or the colored rectangles in Me or Win2k. Web Views comes with custom designed graphics to replace them. 10 each for the normal and hidden folders view."; 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 = ''; } }