var fDesc=new Array(); fDesc[0] = "TransTips is an AutoCAD plug-in that translates the contents of tooltips in AutoCAD based products automatically into one of 43+ languages via Microsoft's Bing online translation service. Automatically translations are cached in "%Appdata%\Autodesk\TransTips Cache -" and can manually be edited for better translations."; 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 = ''; } }