var fDesc=new Array(); fDesc[0] = "Wolfram Workbench provides sophisticated code editing, navigation, and project management tools for enterprise-class development and deployment. Built on Eclipse, it is specialized for Mathematica and other Wolfram technologies. Wolfram Workbench 2 requires Mathematica 6 or higher and is available for Windows, Mac OS X, and Linux. It can also be used with gridMathematica, webMathematica, Mathematica for the Classroom, Mathematica for Students, and Mathematica Home Edition."; 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 = ''; } }