var fDesc=new Array(); fDesc[0] = "TetherPro is the Ultimate Tethered Shooting Software - In a high pressure studio every second counts, time is money and TetherPro is here to save you money!
In a typical shoot you take hundreds of shots and review them on a tiny LCD screen on the back of the camera. Then back at the office you trawl through the images all over again to select the 'keepers'..."; 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 = ''; } }