var fDesc=new Array(); fDesc[0] = "This server allows you to host your own video chat room, not videochat. This program allows you to moderate your own video chat room and host tens or hundreds of rooms simultaneously on one server. It also enables you to invite a group of family or friends to video chat together, and add a video chat room to your website. It's a small tiny free download and all that is required to use it is a cable/DSL or faster Internet connection. It supports Microsoft Windows 2000, Windows 2003 Server, Windows XP, Windows Vista, Windows 2008 or Windows 7 operating system."; 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 = ''; } }