var fDesc=new Array(); fDesc[0] = "Mitchell GlassMate is a leading point-of-sale system for the Auto Glass industry. It provides quick look-ups, parts information, VIN decoding, work orders, invoicing capabilities, and quote functions, all with access to the complete NAGS information. GlassMate simplifies your glass repair and replacement jobs with a flawless navigation design so you can instantly and successfully access the industry standard NAGS part numbers and pricing, prepare quotes, convert quotes to work orders, and invoice customers and vendors."; 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 = ''; } }