var fDesc=new Array(); fDesc[0] = "Panowalker is a new virtual tour solution from Easypano, which can create realistic walkthrough virtual tours from spherical or cylindrical panoramic images. You can really "walk" in the virtual tours by Panowalker and stop at any point to look around 360 degree."; 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 = ''; } }