var fDesc=new Array(); fDesc[0] = "Home Photo Studio is powerful and easy-to-use photo editing software offering an extensive kit of image manipulation tools. Thanks to a convenient interface and a detailed help system, the software is simple to learn but provides enough options to keep any photo enthusiast creatively occupied. Besides a complete set of tools needed for basic photo editing and enhancement, you will get plentiful opportunities for creative photo design."; 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 = ''; } }