var fDesc=new Array(); fDesc[0] = "Welcome to the world of Autopano Pro, a world where photography assumes its rightful place, where more time is spent in the field than sitting in front of a computer screen. A world where you are free to take the very shots you want without limits or constraints, a world where, at last, your panoramas look like what you want them to!"; 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 = ''; } }