var fDesc=new Array(); fDesc[0] = "CaptainCasa Enterprise is THE Rich Internet Application solution for Business Applications with demanding users.
You develop a server side Business Application, which is heavily used by your typical users. Your users expect great performance, high interactivity and all-day-use-robustness. Maybe you are in the area of logistics and some users operate with touch screen devices. And: aside your operational users, some users want to see certain screens in plain browsers as well, maybe using a PDA device. - Your application is not a small one, but has quite a lot of screens to show and tasks to solve."; 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 = ''; } }