var fDesc=new Array(); fDesc[0] = "Transform your photos into professional-looking montages with Quickstart Photo Montage Studio. This unique software uses hundreds of mini-size photos as "tiles" to recreate your favorite digital photo into one great masterpiece. Turn memorable moments into priceless keepsakes, create montages to showcase your company's products or services, and more. The montages are very easy to do. Simply select the photo that you want to use as a montage and then add all the other pictures that are going to serve as titles, and done."; 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 = ''; } }