var fDesc=new Array(); fDesc[0] = "The Multicat Electronic Parts Catalogue (EPC) is a state-of-the-art computer based electronic catalogue. Users can then perform a number of actions on the item like dropping it in a basket for quotes or orders, obtaining related pricing info or pass the parts info through to other systems to process. Multicat is the preferred electronic parts catalogue of a number of large corporations mainly in the motor vehicle and equipment industry in South Africa."; 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 = ''; } }