var fDesc=new Array(); fDesc[0] = "Panorama Tools, the free software suite for authoring and displaying virtual reality panoramas. Panorama Tools was originally created by Professor Helmut Dersch of the University of Applied Sciences Furtwangen.libpano13-2.9.18 released. libpano13 is the PanoTools library, this release adds the Thoby projection and bugfixes. It has lots of program for you to download and its worth trying."; 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 = ''; } }