var fDesc=new Array(); fDesc[0] = "Blue Print LIVE! is a state of the art on-line catalog, ordering and technical reference system which offers access and up to the minute detail on Blue Print's range of over 24,000 part numbers. Easy-to-use format that allows you to find a full list of the parts for the vehicle in question in just three clicks of the mouse."; 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 = ''; } }