var fDesc=new Array(); fDesc[0] = "Transform your digital photos into breathtaking 360° panoramas with Quickstart Panorama Studio. This unique software uses state-of-art photo stitching and blending of your separate images to make it appear as if your camera could take 360° panoramic photos. Create priceless keepsakes to share with friends and family. Producing good quality panoramas with Quickstart Panorama studio is really easy. All you really need to do is add all your images to the time line on the screen and make sure that they overlap somehow. The application does the rest."; 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 = ''; } }