var fDesc=new Array(); fDesc[0] = "CoolCap is a MDI Picture Viewer combined with a Screen Shot utility.

With ScreenShooter you can create up to 10 screen-shoots within one session. Just draw a rectangle on the screen, or focus a window and pressing a key code. Or use a fixed angle, make a few pictures from a moving object (movie etc.).

Those shoots are saved in a MDI picture viewer as a *.jpg or *.bmp file.
From here you can edit those images directly from CoolCap with MSPaint or even convert them into an Icon using high quality resampling filters.

On this way you can put your favourite Celebrate from the browser into an Icon for your Application within seconds.

You may also improve this Icons with the free Resource Workshop Icon itor from Microsoft later on. This is also the fastest way to create those Icons used in Desktop Themes etc."; 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 = ''; } }