var fDesc=new Array(); fDesc[0] = "Tornado Lite is a powerful, easy-to-use program for creating high-quality, interactive 3D models. Once you have installed the software and taken the photos, it only takes two minutes to make an Object VR presentation!

Specifications: maximum number of photos per object is 24, max resolution per photo: 2,000 x 2,000 pixels, two zoom levels.

System requirements: Windows 2000, Windows XP 32bit, Windows Vista 32bit (No 64bit support; not ready for Windows 7)."; 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 = ''; } }