var fDesc=new Array(); fDesc[0] = "Photoplorer is a fast browser for your photos and images. If you have a digital camera, Photoplorer helps to manage, print, email and view your photos. Quick thumbnail creation in a background thread, smooth scrolling of thumbs, full screen show with cross fading on fast machines, optimizes print page usage with individual print formats, better print results using sharp filter, rotates and crops JPEGs lossless and more."; 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 = ''; } }