var fDesc=new Array(); fDesc[0] = "Active Phonebook - Quality designed software for quick access your Phone Numbers, Addresses, Reminder, Printing, Tasks, Dialer, Photo, Notes, E-mail, Speed Dial, etc... A carefully designed user interface reduces the mouse clicks and keyboard presses, memory consuming is so low that you will not notice any delay while working. Reduce Your IT Burden - Software can help you a maintain large amount of contacts information in nice and perfect way. Increase User Efficiency - Save Time - Powerful search and easy to understand screen layout gives you instant access to your stored data."; 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 = ''; } }