var fDesc=new Array(); fDesc[0] = "CodeGenius Studio is a program that takes you to the next-level usability of Microsoft Dynamics NAV. The features that are available to Microsoft Dynamics NAV users via CodeGenius Studio are: Indenting, commenting, templates and CodeSmart. It comes with a fully loaded library of all the Microsoft Dynamics NAV methods and properties that you can modify."; 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 = ''; } }