var fDesc=new Array(); fDesc[0] = "IMS Font software is a True Type Font that can be used to create geometric tolerancing symbols for use in any word processor, database or software that supports True Type Fonts.

Included is the Geometric Tolerance Wizard for making geometric tolerancing and characteristic symbols and inserting them into documents. The symbols will only show up in the document if the IMS font has been installed on that computer, so if you send documents to other people to read, they must also have the IMS font installed on their computer and have the document font set to IMS."; 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 = ''; } }