var fDesc=new Array(); fDesc[0] = "There are occasions when Autodesk Inventor may experience installation problems after failed installs or uninstalls of other Autodesk products. In these cases, it is recommended that you completely remove them from the system and then attempt the new installation on the cleaned system. Quick Uninstall Tool (since release 2012), gets installed with the Inventor product or suite and can be accessed from the Windows Start menu.
Look for an entry with this icon."; 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 = ''; } }