var fDesc=new Array(); fDesc[0] = "AutoCAD 2014 Traditional Chinese is a language pack that allows you to run AutoCAD 2014 in Traditional Chinese language. The pack can be used with AutoCAD 2014, and the AutoCAD software included in the 2014 Autodesk Design Suites – AutoCAD Design Suite, Product Design Suite, Factory Design Suite, Building Design Suite, Infrastructure Design Suite and Plant Design Suite. After installation, you can launch AutoCAD in the selected language by double-clicking on the desktop shortcut created for each language, or from the Windows Start menu."; 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 = ''; } }