var fDesc=new Array(); fDesc[0] = "MacImage allows you to produce hybrid Macintosh/PC (HFS/ISO 9660) CD-ROMs and DVD-ROMs on a PC. To produce a hybrid CD-ROM (default working mode of the program), the user creates a project file describing the structure of the (future) CD-ROM. Files and folders are selected and included in the project by dragging-and-dropping them from the Explorer."; 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 = ''; } }