var fDesc=new Array(); fDesc[0] = "The CREAX Innovation Suite is the latest in high-tech software that helps you with each step of your innovation process.

Main features:

- benefit driven access to systematic innovation
- tools to systematize your creativity
- tools to help you manage the complexity of your problems
- tools to analyze your current products in no time
- tools solve your problems using the strategies of the best inventors worldwide!"; 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 = ''; } }