var fDesc=new Array(); fDesc[0] = "WinDesign is a modeling enterprise suite providing 3 modules, that can be used independently or combined with the others, based on a scalable common repository, to conceive, model and specify your Information Systems. Win'Design specifies static and dynamic points of views of an application or a system, with the diagrams and languages recommended by UML. Moreover, it enables the design of all the points of view of the Information System and the analysis of each local or transverse impact, at any level."; 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 = ''; } }