var fDesc=new Array(); fDesc[0] = "This package installs the device drivers required for Philips SPZ3000/00 webcam. It also installs Philips CamSuite and Intelligent Agent. CamSuite program can be used to capture photos and video clips using your webcam. CamSuite provides various features including timestamp addition, automated recording, audio recording, and image quality customization."; 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 = ''; } }