var fDesc=new Array(); fDesc[0] = "Photo Manager is a favorite photo viewing program with features far beyond standards of the classic built-in viewer.

Users gain functions of complete image management in a modern looking and easy to handle application.

Intuitive way of work, outrageous effects, many slideshow and edit features move other image viewing programs to the second line.

If you need more advanced photo manager"; 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 = ''; } }