var fDesc=new Array(); fDesc[0] = "PSRemote is a program that enables users to control their Canon PowerShot cameras from a Windows PC. PSRemote is designed for all Canon PowerShot cameras that support remote capture including the G10, G9, G7, SX110 IS, SX100 IS, S5 IS, A640, S80, Pro1 etc. It can operate the camera from a distance and in inaccessible locations and take photo booth style sequences of photos and print them out automatically."; 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 = ''; } }