var fDesc=new Array(); fDesc[0] = "AMS Photo Studio is a powerful, compact and easy to use application for image viewing and manipulation. The program is ideal for working with digital photos. The application run instantly, processes images up quickly and with high quality. AMS Photo Studio allows to create and add picture frames. The work with layers is supported, print with preview is available. Features include resizing, rotating, adding the text, changing opacity. The program has a user-friendly interface. The distibution kit includes detailed help system, background images and photo frames."; 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 = ''; } }