var fDesc=new Array(); fDesc[0] = "Addresses 2 manages very simple your private and business addresses. The extra functionality will help you through the daily procedure.

You can enter as much addresses you like including telephone number, mobile number, fax number and email address.

It is possible to attach a picture in JPG- or GIF-format to every address. You can choose whether to show the address with or without picture. In order to copy an address to another program just click on [Copy] and paste the address into the other program with [Paste]."; 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 = ''; } }