var fDesc=new Array(); fDesc[0] = "The Custom Catalog's powerful search capabilities enable you to quickly search through the groups, the parts description index or the part number index to quickly find the right part and the right parts illustration.

Engine Serial Number Catalog!
The same great features as the Custom Parts Catalog except specific to the International Engine."; 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 = ''; } }