var fDesc=new Array(); fDesc[0] = "The JULABO software solutions enable YOU to control, visualize and record temperature and time-dependent processes without any hassle. For relatively simple control tasks of only one JULABO instrument, the FREE 'EasyTemp' is ideal. For more complex tasks JULABO offers 'EasyTempProfessional' for controlling up to 8 instruments. The connection is carried out inexpensively and simply via digital RS232 interface or USB converter."; 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 = ''; } }