var fDesc=new Array(); fDesc[0] = "Maxwell SV is an application that works as a lite version for ANSYS Maxwell. The application uses various trimmed down features that are designed to work for students in universities. You can open the files and projects as well as print them. The software also features a Utilities section from where you can start various tools."; 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 = ''; } }