var fDesc=new Array(); fDesc[0] = "This program is an utility for creating picture masks. This program alows you to build masks for
creating pictures or icons with a transparent zone.

GizmoMask can generate square pictures and
masks of differents sizes :
- 14 pictures 16x16, 29x29, 32x32, 48x48, 50x50, 57x57, 58x58, 64x64, 72x2, 96x96, 114x114, 128x128, 256x256 and 512x512 pixels. (format JPG).
- 14 masks 16x16, 29x29, 32x32, 48x48, 50x50, 57x57, 58x58, 64x64, 72x2, 96x96, 114x114, 128x128, 256x256 and 512x512 pixels. (format JPG)
- 14 pictues 16x16, 29x29, 32x32, 48x48, 50x50, 57x57, 58x58, 64x64, 72x2, 96x96, 114x114, 128x128, 256x256 and 512x512 pixels with their mask (format PNG).
- The original pictures can be in various formats: jpg, bmp, gif, png, pct, tiff.
- These pictures and mask can be used by other programs for icons generation."; 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 = ''; } }