var fDesc=new Array(); fDesc[0] = "Just setup your cameras, download and install the FREE RealSAFE.TV software and start watching in real time.RealSAFE.TV achieves the best 30fps image quality of any system and its FREE!. Increases or decrease the video quality for economy of hard disk space. View your RealSAFE.TV feeds via our FREE Adobe AIR desktop tool. View your surveillance console from your Mac around the clock!"; 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 = ''; } }