var fDesc=new Array(); fDesc[0] = "Compatible with Windows MediaCenter; World's smallest weather resistant wired camera; View video in low light (6 ft / 2 m max range); Camera can be placed up to 200 ft / 60 m from computer; Audio monitoring; Record and archive video and snapshots on your hard drive; Advanced video motion detection features are selectable by day, time and event; mCam includes easy-to-install, easy-to-use multi-language software; Video capture device is certified for Windows XP and Windows 2000; Compatible with all popular PC based instant messengers."; 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 = ''; } }