var fDesc=new Array(); fDesc[0] = "GeoRefInsert is an extension for AutoCAD that lets you insert a georeferenced image by using its corresponding world file into the drawing. Just type in the command line "GeoRefInsert" or Go to the Add-Ins Ribbon tab and click on the GeoRefInsert command on the Lapis Panel to access this feature."; 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 = ''; } }