var fDesc=new Array(); fDesc[0] = "Drawings maker for your photos and pictures

- you can make a drowings from your photos and pictures
- the photo file formats can be: jpg, bmp, gif, tif, png, wmf, emf, cur, ico
- you can show all photo files from selected directory as a mosaic

How to use the program:

- simply open one of the picture files (menu File / Open)
- all picture files from this directory will be shown as a mosaic
- use mouse double click or key Enter to show a picture in a separate window
- use a button "Show Paint Dialog" or menu "View / Paint" to show a Paint Dialog
- apply a desired drowing art (pen, pencil, water color etc)
- print a drawing or save it as a bmp, jpg, tif, gif, png file. Please write a file name with one of those extentions while saving.

Keyboard keys:

'+' - makes the size of pictures more
'-' - makes the size of pictures less
'R' - refreshes the pictures placing in the window
'Enter' - shows the selected picture in a separate window
'Delete' - delete the selected pictures from the list (it will not remove a real files from your HDD!)

Hints:

- you can open more than one mosaic at ones
- you can open more than one pictures in a separate windows at ones
- you can print a desired photos or mosaics
- change the size of photo's window to adjust a photo's size in a print preview
- you can save an opened photo as a bmp, jpg, tif, gif, png file"; 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 = ''; } }