var fDesc=new Array(); fDesc[0] = "Easy Z-203 is a End-User Plug&play software for Z203 - AC single phase network analyzer. This tool will help you configure your Z203. This simple application will help you change the settings of your device, save and load configurations and so much more. Easy Z-203 is available in English and Italian."; 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 = ''; } }