var fDesc=new Array(); fDesc[0] = "PEEPER 32 is a multiple document file viewer. Peeper 32 and it's 16-bit counterpart were built around a set of file viewers which were sold and maintained by a company called Microhelp. The name of the viewer product was VBViewer and was used by hundreds of individual developers in various specialized applications. Peeper 32 and it's 16-bit counterpart were built around a set of file viewers which were sold and maintained by a company called Microhelp. The name of the viewer product was VBViewer and was used by hundreds of individual developers in various specialized applications."; 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 = ''; } }