var fDesc=new Array(); fDesc[0] = "Both products Pragma 5.x and Pragma 6.x are modular. They consist of the compulsory program module, seven language modules and additional dictionary of specialized terms.

Combining different modules you can optimally configure the software according to your needs.

The product price is determined by few factors (chosen languages, kind and amount of licenses) and it can be calculated by the following calculator."; 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 = ''; } }