var fDesc=new Array(); fDesc[0] = "Convert your computer to a powerful data logger with the Ezilog USB. Connect our own TLI, Fourier "Nova 5000" and many other popular brand sensors directly into the USB port of your computer with the Ezilog USB. Contact us to find out whether your sensors will work with the Ezilog USB. Inexpensive, yet powerful data logging is here - and it's Australian Made!"; 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 = ''; } }