var fDesc=new Array(); fDesc[0] = "Tornado Pro creates rotating Flash Object VR models of maximum quality. Rotations are amazingly smooth and image resolution can be very high. Users will be able zoom all the way down to the pixel level of your original high-res images, making Tornado Pro the only Object VR software in the world with true deep zoom."; 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 = ''; } }