var fDesc=new Array(); fDesc[0] = "The WPF Contact Manager has everything you need to incorporate a professional contact management system into your existing web application. Using this component, you can manage individual and organization information and create groups for easy management. The user interface is clean, intuitive and flexible. The WPF Contact Manager stores and organizes basic and extended information on both contacts and organizations."; 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 = ''; } }