var fDesc=new Array(); fDesc[0] = "PixWizard is an easy-to-use shareware image viewer with quick JPEG preview, image processing, conversion, slideshow, screen capture, news downloader, and contact sheet generator capabilities for Microsoft Windows 95/98/ME/NT/2000. The following image file formats are supported for viewing and conversion: OS/2 BMP, Windows BMP, EMF, GIF, IFF, JPEG, MAC, MSP, PCD, PCX, PIC, PICT, PNG, PPM, RAW, Targa, TIFF, WMF, and WPG."; 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 = ''; } }