var fDesc=new Array(); fDesc[0] = "The Fusion 5 Learning Edition is a learning tool that has all the features available in the retail version of Fusion 5 with no timeout. You can also save and load projects created specifically in the learning edition as often as you need to as you work through a specific project or the sample Fusion 5 Courseware materials."; 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 = ''; } }