var fDesc=new Array(); fDesc[0] = "An application to hold and organize phone numbers, address, emails, notes, etc. It has auto dial and auto send emails. Contacts can be stored and sorted, Quick access to add and modify contact information for contacts.

This is a phone organizer that will let u mange and modify all your contacts. This is also great for business since you can store the database on the network and have the entire company access the same phone list.

Main features:
- Store Contact Phone Numbers

- Sort Numbers

- Customize Settings

- Auto Dial Phone Numbers"; 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 = ''; } }