var fDesc=new Array(); fDesc[0] = "PerspecX Lite is the simplified version of the full PerspecX package. Its sole function is to correct unwanted perspective distortion in photographic images in a matter of seconds. For example, it can turn a photo of a painting taken with the camera positioned off-centre into a precisely symmetrical picture which looks as though the camera was perfectly central."; 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 = ''; } }