var fDesc=new Array(); fDesc[0] = "ZDS I is free to download, and consists of the Zilog Macro Cross Assembler, Linker and Editor, and includes debugger support for Z8, Z8Plus, Z89C00, Z180, Z380 & eZ80. This software is furnished as an executable file and includes this readme file. To download this software requires that you read, understand, and agree to be bound by the terms and conditions of Zilog's Software License Agreement. Zilog’s Legal Department has determined that, in order to satisfy the Terms and Conditions of this Software License Agreement, customer registration to receive digital downloads from the Zilog Store is required."; 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 = ''; } }