var fDesc=new Array(); fDesc[0] = "Organizer that enables educational liaisons to track and manage their student clients. Designed for the needs of an educational liaison, Eagle Eye manages all student's information, correspondence, plans of action, and protocol data and eliminates the need to keep all that information in various applications. Eagle Eye also provides a programs manager, a conference/meeting manager, a contact manager, and a reminder feature to make sure you are aware of all of your day's appointments and meetings."; 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 = ''; } }