var fDesc=new Array(); fDesc[0] = "JATC - Just Another TourCreator is a program that lets you create virtual tours from your panoramas. It has the ability to create complex pano tours or simple single pano. It also generates a thumbnail gallery for quick navigation. You can define the hotspots, floorplan, map, and other details."; 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 = ''; } }