var fDesc=new Array(); fDesc[0] = "Cortona3D RapidLearning is the first ‘out of the box’ learning toolkit for producing digital interactive training applications using animated 3D simulations. It combines existing CAD assets with training documentation to generate visually realistic, interactive learning. RapidLearning guides trainers through the production process, prompting them to illustrate each step of the training scenario with a corresponding 3D animation and build a complete RapidLearning simulation."; 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 = ''; } }