var fDesc=new Array(); fDesc[0] = "WebCam software for Windows 95 which allows serving of live video images and streams on the Web. Supports Netscape style push-stream and Java applet for MSIE. A lookup server allows publishing live images even with Dynamic IP connections. In addition to being a HTTP Web-Server also supports uploads via FTP. Supports Windows Dial-Up Networking, flexible scheduler, auto-redial, image caption, password protected image delivery and many more features."; 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 = ''; } }