var fDesc=new Array(); fDesc[0] = "Pocket QuickView is a powerful and versatile application for working with digital images. PQV's code has been optimized to make viewing images on your phone quick and easy; PQV is currently the fastest software available for viewing photos on your Windows Mobile device. You can view, edit and save in a wide variety of file formats. Capture screen shots in BMP, GIF, PCX or JPEG format. Display a slideshow with various transition effects and complete control. PQV is very good at handling large color and bilevel images such as JPEG, TIFF, CAL and MOD:CA files."; 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 = ''; } }