var fDesc=new Array(); fDesc[0] = "The IDCapture is an application designed to assist schools and other institutions to place card orders via email. The application maintains a database of students or patrons and when a card order is required it is a simple matter to click a button to order a card for that person and then email the order through to Monitor for processing."; 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 = ''; } }