var fDesc=new Array(); fDesc[0] = "Magio is a PC software application developed by MSR Magmeter Manufacturing Ltd. which can provide real time analysis of Magnum products. The application can be used to measure the flow of magnum products. The final representation of analysis is a graph containing the time and the velocity of the fluid."; 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 = ''; } }