var fDesc=new Array(); fDesc[0] = "Panotour Viewer lets you open .PTV files in an internet browser, offline. PTV files are generated from Panotour virtual tour software and contain, in a single file, a whole virtual tour. With Panotour Viewer, it’s easy to display your tours on any computer, tablet or mobile phone with no need of an internet connection."; 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 = ''; } }