var fDesc=new Array(); fDesc[0] = "Swatchbooker is a swatch book viewer, convertor and editor. It includes SwatchBooker Batch Convertor.
It currently reads color swatches from Adobe ase, QuarkXpress qcl, GIMP gpl, HTML, OpenOffice.org soc or Scribux xml among more than a dozen other formats. Swatchbooker is able to write in the Adobe ase, Gimp gpl, HTML, OpenOffice."; 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 = ''; } }