var fDesc=new Array(); fDesc[0] = "VuePrint a usefol tool for photographers, corporations and home users around the world.
They can use VuePrint to quickly and efficiently view and print images.

VuePrint also includes features for cropping images, converting image formats, recolour, B&W, colour balancing, BRG, Black/White Point, Negative, Invert, reducing the size of images for e-mail, and easily browsing through large collections of images (just press the space bar and backspace key).

New features in 8.0 - Updated for Windows Vista"; 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 = ''; } }