var fDesc=new Array(); fDesc[0] = "The Goclever Eye utility allows you to watch live footage from your Goclever Eye home monitoring camera. In order to begin live streaming, you must double-click on the camera name and drag it to the main screen of the client. The live streaming will begin and the triangle will change into a green lamp indicating that the camera is online. Also, you can turn on the Wi-Fi support of the camera."; 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 = ''; } }