var fDesc=new Array(); fDesc[0] = "Generate and manage your own company identification badges. Save the identification to a word document, PDF, and print later. With Badge Maker Client 2008 you can: 1. Save company information 2. Save employee information into a database 3. Store employee photos into a database 4. Reteive identification information at anytime. 5. Print a single, multiple or all employees stored in the database 6. Easy to use and maintain"; 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 = ''; } }