var fDesc=new Array(); fDesc[0] = "A universal network camera adapter for the Windows operating system. It can be used with a variety of protocols, cameras with MJPG output, or static images. The program works with any application that uses DirectShow API, such as Skype, MSN messenger and Chatroulette. It works on Windows 2000/XP/Vista/7/8."; 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 = ''; } }