var fDesc=new Array(); fDesc[0] = "VideoCAM NB 300 is the ideal video camera for notebooks or PC's. You can use it as a video camera to record live video clips, take pictures, and send these files by e-mail to your family and friends. So if you're looking for a video camera that can also works great as a security system, then the VideoCAM NB is the right camera for you."; 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 = ''; } }