var fDesc=new Array(); fDesc[0] = "ADG Panorama Pro is a panorama stitching software for Internet publishing, printing and interactive viewing. It automatically combines a series of individual photos so seamlessly that they together form impressive 360-degree panorama composition. Just watching the Auto Stitching process is a lot of fun. The program shows in live action how it connects the images by tilting and sliding them a little. This digital panorama is displayed in a web browser and allows the viewer to scroll through the image. No additional plug-ins required."; 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 = ''; } }