var fDesc=new Array(); fDesc[0] = "In just 3 simple steps of Snap, Stitch, Publish, PixMaker 1.0 lets you create 360° interactive PixAround Webpages complete with Hotspots to other Scenes, Web pages or multimedia via a friendly, intuitive and easy-to-use graphical user interface. Now you can produce immersive virtual tours of real estate properties, tourist destinations, showrooms, shopping malls and more. Let your visitors experience 360° Object Views of your products, or see a video clip product demonstration!"; 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 = ''; } }