var fDesc=new Array(); fDesc[0] = "The EL-Link program allows sending data to a PC, and sending them back to SHARP®, so data can be stored in floppy or hard disk, they can be printed, and this program makes entering new data items and modifying existing data items much easier.
In EL-Link one can display, edit and print the data items by the aid of the accentuated SHARP® character set. The YO/ZQ-5xx and the YO/ZQ-P20 show and edit the accentuated letter, but the other unit show the letters without accent."; 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 = ''; } }