var fDesc=new Array(); fDesc[0] = "WARP Admin - Enter and manage cases. Receive instructions electronically. Produce appointment letters and invoices. Please contact us to request a user ID and password.
You will need a Windows PC (not a Mac) running XP, Vista or Windows 7 with a minimum screen resolution of 1024 x 768 and a Broadband internet connection."; 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 = ''; } }