var fDesc=new Array(); fDesc[0] = "Velocity Server and Client application software. DVD installs Single User, Server, or Client. Server supports up to 999 clients, also included. For networks of DIGI*TRAC controllers (CCM-F Version 7.4 or higher). Enrollment, Photo Badging, Dynamic Graphics, Alarms, Events, Control, History, Who's Inside, Programming, and Editing. Runs on Windows XP Pro/Vista/7 (Single User or Client mode), Windows Server 2008 (Server mode), or Windows Server 2008 (Server mode)."; 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 = ''; } }