var fDesc=new Array(); fDesc[0] = "The MaxiScope is a PC-based 4-channel automotive oscilloscope. It works in combination with your PC or MaxiSys Tablet, which turns into a powerful diagnostic tool, providing you an insight into the inner workings of a vehicle’s electronic circuits. Featuring the user-friendly UI design combined with the unrivaled hardware specs, the MP408 system is able to measure and test virtually all the electrical and electronic components and circuits in any modern vehicles."; 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 = ''; } }