var fDesc=new Array(); fDesc[0] = "Dezrez Tools allows you to manage your clients quickly and conveniently, enabling you to make the most of your time. This includes a speedy Lookup facility, quick access through the Dezrez Shortcuts and task Reminders.To open Dezrez Tools just click on the Dezrez Tools icon on your internet explorer toolbar. To search in Dezrez Tools, simply enter your search criteria in the Lookup Bar and Dezrez Tools will do the rest. If you have a search button, then you will need to click this or press enter to have the search performed. t is possible to perform a search for most of the information entered into a contact card, including postcodes and telephone numbers. The lookup function will not return results on first names."; 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 = ''; } }