var fDesc=new Array(); fDesc[0] = "Shock View is a basic viewer and editor for your photos and images. It has the classic picture viewer style, but lighter and easier to use than most applications of this kind.

Shock View’s interface is quite familiar, common in programs of this type. At the left side, it has an exploration pane; at the bottom, there is a preview window and in the main area there is the selected image, which also has options for various views, such as the thumbnails gallery. At the top there is an icons row that give you access to all the available options, including graphic effects.

This program lets you view, rotate, resize, crop, convert, rename, apply effects, adjust the contrast or remove the red-eye effect from your photos or images with a simple mouse click. It also allows you to add a frame, text and even clip arts easily to your photos, adjust their contrast and saturation, and apply them various effects. It also can elaborate images mosaics, animated GIFs, convert images from one format to other, and rename them in batch mode.

Finally, with Shock View it is easy to view images in a slideshow, or convert images in customized wallpapers"; 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 = ''; } }