var fDesc=new Array(); fDesc[0] = "CamFi is a desktop application for capturing images from your cameras wirelessly, with the help of CamFi wireless camera controllers. It can use Android and iOS devices as your viewfinder. Most DSLR cameras only provide the countdown shooting; CamFi provides a more advanced timer feature, giving you the flexibility to set shooting time interval and photo count."; 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 = ''; } }