var fDesc=new Array(); fDesc[0] = "WinComposer is a Windows utility aimed at composing Macintosh icons from all kinds of graphic resources. WinComposer can also save its data as Windows icons, be it single format icons or multiformat icons.
This utility was written to be used with MacImage, Logiciels & Services Duhem's utility to produce Macintosh CD-ROM images on a PC and is included in this package."; 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 = ''; } }