var fDesc=new Array(); fDesc[0] = "Project Management Library for WPF 4 contains project management related Windows® client components, such as task and resource based Gantt Chart and project management controls and related classes, with data binding support, standard appearance and behavior customizable settings, task and dependency drag and drop operations, resource leveling, culture and theme awareness, printing and exporting support, etc."; 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 = ''; } }