var fDesc=new Array(); fDesc[0] = "Camembert allows you to organize and display web cams on your desktop. The main window displays a list of cams and allows you to open other windows to view them. You can have as many cam windows open as you like, at normal size or as thumbnails. Each window displays its own cam and is independently configurable with properties that define the location of the cam, the update interval and a history control so you can view previous images in sequence."; 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 = ''; } }