var fDesc=new Array(); fDesc[0] = "To help you further with the managing and the modeling of your applications, Interactive Project Modeling Software extends the Interactive Application Modeling Software by including more features. The Interactive Project Modeling provides all the features of the Interactive Application Modeling, but with additional features listed in the feature identification matrix page."; 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 = ''; } }