var fDesc=new Array(); fDesc[0] = "Darkroom Booth is an application that allows you to easily customize your Photo Booth screens and prints with a built-in Visual Editor. You can control your Photo Booth with touch screen, physical buttons, mouse controls or a combination. It works with any printer and almost any camera including Canon and Nikon SLRs and Webcams. You can take 1-16 pictures per session. Shoot color, black & white, sepia, or come up with your own."; 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 = ''; } }