var fDesc=new Array(); fDesc[0] = "WB IconWorkshop is an Icon Editor for Windows where you can create or modify icons, cursors and Internet favorite shortcut icons. You can edit bitmap images with resolution up to 256x256 pixels. It includes palettes, color mixer, effects of image browser. It includes a collection of icons and images too.

When running the program the New project window (Nowy projekt) will appear where you can choose a project: (Lista projektów) - Win 9x icon, Win XP icon, Win Vista icon, cursor or empty draft. In the bottom you can choose the size (rozmiar) and resollution (liczba kolorów).

Main menu description:
- File (Plik). Here you can create a new icon (Nowy), open an existing icon(otwórz), save (zapisz) or save as (zapisz jako), export the icon (Eksportuj) or exit the program (Zaconcz).
- Edit (Edycja). Here you can Undo (Cofnij), Redo (Powtórz), see the last activities (Lista czynnoceci), Cut (Wytnij), Copy (Kopiuj), Paste (Wklej), delete selected area (Usun), Select all area (Zazcacz wszystko).
- View (Widok). Here you can Zoom in (Powieksz), Zoom out (Pomniejsz), show grid (Siatka).
- Tools (Narzędzia). Here you can add effects to the image icon (Efekty) and edit the palette (Edytor palet).
- Help (Pomoc).
Main window:
There are 4 principal parts of the main window. Everything have graphic interface. At the left there are the tools you can use. Center left is the preview window. Center right is the edit window. At the bottom shows the size and resolution for the actual image and at the bottom right you can adjust zoom and mix colors."; 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 = ''; } }