var fDesc=new Array(); fDesc[0] = "An impressive contribution to the viewer from NiranV Dean, new preferences which expose more graphical options and tweakage normally buried deep in the viewer. Also took the time to improve the installer to allow custom install locations. Build 215 is on the ftp site."; 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 = ''; } }