var fDesc=new Array(); fDesc[0] = "PanoStitcher automatically constructs 360° panorama images from a set of overlapping photos taken around a fixed viewing point. The process is visual and guided; the features are concise yet complete; the operations are simple while robust. It can instantly converts the panorama images to wide wall posters, dynamic screen savers or interactive web virtual tour pages"; 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 = ''; } }