var fDesc=new Array(); fDesc[0] = "Korg Z1 Editor 2004 is a Windows (95/98/ME/XP) program for the superb Korg Z1 synthesizer. The program contains many tools for the Korg Z1 based around four linked editors: a patch editor, a bank editor, a multiset editor and a pattern (arpeggiator) editor. All editors include the standard send/receive/open/save facilities, which include useful checks on data sizes and automatic naming. These facilities are also available for Global, MIDI, All Data, All Program and All Multi."; 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 = ''; } }