var fDesc=new Array(); fDesc[0] = "Window Vision Remote Pro is the full featured remote access software to remotely connect to the WindowVision Host machine. With the ability to use the Snapshot Manager, back-up archives to CD-R/DVD-R, and support for the IPIX camera's.You can playback video,create archive,cd or dvd."; 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 = ''; } }