var fDesc=new Array(); fDesc[0] = "Create and publish professional Virtual Tours with this easy-to-use Virtual Tour Software. Based on the 3DVista SHOW engine, 3Dvista Publisher allows you to import any panorama created with any software and add audio, hotspots and text to them.
Through its easy to use interface and the aid of the assistant, you will create stunning virtual tours in seconds. Just select from dozens of pre-made skins included in 3DVista Publisher 3 and get a tour in 6 different formats."; 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 = ''; } }