var fDesc=new Array(); fDesc[0] = "Enventus has developed a set of calculation programs. The software allows any user to make a selection out of the products.

Eventus Calculation it is easy to use and can be installed on most standard PC's.

Enventus has developed thi program to include the possibility to make calculations of the products in your application. This program is a "calculation engine" and it is easily integrated into newly developed or older software."; 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 = ''; } }