var fDesc=new Array(); fDesc[0] = "MultiSUITE Software has released the 2010 version of its stand-alone application, MultiSUITE CAD. The software uses the latest Autodesk technology to provide a structural detailing environment, fully integrated with AutoCAD OEM 2010.AutoCAD OEM is a development platform that allows developers to produce a tailored product for differing industry sectors, with application-specific menus and interfaces, but with the essential core AutoCAD environment."; 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 = ''; } }