var fDesc=new Array(); fDesc[0] = "The EW-VMF Writer is the next generation of HT-VMF-Writer-02, which will directly program the .COD file generated by Voice and Music devices, into the EV Board’s flash memory. The EW-VMF supports EV Boards programmed using the old writers but also adds certain programming functions to some devices such as the VMF01A, VMF02A and VMF03A."; 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 = ''; } }