var fDesc=new Array(); fDesc[0] = "PhotoPlayer 6 enables you to zoom freely over the entire image by only moving the mouse and its wheel and without clicking any buttons, quickly discover new images in the same image, one click create new images from the same image, watch a movie like or very fast slide shows in full screen even with large image files, and read books saved as images with amazing ease and clarity in addition to many other rich features."; 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 = ''; } }