var fDesc=new Array(); fDesc[0] = "The MOLE is the all-in-one network camera for all your social network communities.
A simple 3-step setup gets this Wi-Fi camera up and running, so that you can automatically send video clips to YouTube or Facebook, even if you’re not there. Sophisticated built-in motion detection controls what you record, and will notify you via Twitter or email if the Mole catches something."; 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 = ''; } }