var fDesc=new Array(); fDesc[0] = "Decision Making Helper for Microsoft Windows™ supports you in a very easy way in the decision-making process. When using the decision making software you will make rational, comprehensive, understandable and clear decisions. Making the right decisions will become a child’s play without losing sight of the seriousness of the decision-making process. The decisions once taken are transparent and comprehensible and can be presented confidently and reasonably towards third parties and partners."; 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 = ''; } }