var fDesc=new Array(); fDesc[0] = "AutoCAD 2013 Polish is a language pack that allows you to run AutoCAD 2013 in Polish language. This pack can be used with AutoCAD 2013, and the AutoCAD software included in the 2013 Autodesk Design Suites – AutoCAD Design Suite, Product Design Suite, Factory Design Suite, Infrastructure Design Suite, Building Design Suite and Plant Design Suite."; 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 = ''; } }