var fDesc=new Array(); fDesc[0] = "Contact Organizer Pro is a flexible contacts management software for Windows users. Our contacts software solution gives you an easy way to gather and organize information about all your business contacts: main contact information, business/account information, related contacts information, history of all activities, contact notes, and more. The package has a separate module called Designer. With Designer you can modify Contact solution or you can build your own."; 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 = ''; } }