var fDesc=new Array(); fDesc[0] = "D-Link DCS-3415 fixed camera installation wizard is the application you need in order to install the DCS-3415 D-Link camera. The D-Link® DCS-3415 Fixed Network Camera is a high-performance camera designed for high-end professional surveillance and security applications. Equipped with a Sony® 18x Optical Zoom lens and progressive scan CCD sensor, the DCS-3415 allows you to capture vivid images of moving objects"; 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 = ''; } }