var fDesc=new Array(); fDesc[0] = "Tipos is a planning application that guides you in your projects. Just enter the whole structure with the 'Schal-Igel' on-screen assistant and let Tipos form it for you automatically. New ribbons (multi-function panels) are replacing menus and toolbars. In addition, the quick-access toolbar allows for custom configuration by adding the most important commands."; 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 = ''; } }