var fDesc=new Array(); fDesc[0] = "ExcelID Elite is a professional photo ID program that enables you to manage large amount of data on a daily basis: security login, easy navigation, image capture and image editor, printing and encoding for professional ID cards and centralized network database. You can create different privilege users or groups, restrict access to the modules, provide event logs for all users and use restricted data type and conditional display to increase input data validation."; 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 = ''; } }