var fDesc=new Array(); fDesc[0] = "The UnWrapper is a powerful program, loaded with features, that is free to use exclusively for owners of the 0-360 Panoramic Optic. Use with images other than from the 0-360 Panoramic Optic is strictly prohibited. The beauty of UnWrapper 3.3 is that it is powerful, yet simple to use. It can be as simple as clicking 'Next, Next, Next' a few times to create the tour. Or, advanced users can fully customize the look and features of the tours."; 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 = ''; } }