var fDesc=new Array(); fDesc[0] = "This is a simple, yet powerful contact manager that is flexible for both business and personal use.

This is a fully featured address book application in which you can store work and home addresses and telephone numbers of your friends, colleagues and business contacts etc. Searching your contact list is easy and extensive notes can be entered about each contact. With the ability to export a range of addresses to a web browser for printing, your contact details are just a few clicks away."; 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 = ''; } }