var fDesc=new Array(); fDesc[0] = "It is a tool that organizes knowledge and information easily and efficiently.
IDEA! tailors itself to the contents and range of your own work area like no other software. You can pull any amount of information that you need from the concurrent IT environment and place it in the context of your work. The result is a personal command center where task-oriented information comes together and is immediately available."; 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 = ''; } }