var fDesc=new Array(); fDesc[0] = "PicSizer is a utility designed specifically to generate screen-friendly versions of high-resolution images. It offers a quick and intuitive way to resize images individually and in batches. It was created with owners of digital cameras in mind, but it can also be very useful to designers and other people who work with images on a daily basis. PicSizer reads and writes several popular image formats, and outputs to any dimensions between 1 and 1024 pixels."; 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 = ''; } }