var fDesc=new Array(); fDesc[1] = "WSE is a feature set, which developers can use for secured interaction between Web services based on different WS- specifications, such as WS-Security, WS-Addressing and WS-Policy."; fDesc[2] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[3] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets."; fDesc[4] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[5] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[6] = "coolest theme: Luna Royale. It includes the Aero cursors as well as system icons (My PC, My Documents...) and all the system sounds from Windows Vista."; fDesc[7] = "2000 compression artifacts, sharpens and corrects edges without overshooting or noise amplification; and creates unique effects."; fDesc[8] = "feature-rich effect templates. This incredible program makes your video chatting experience more fun and entertaining than ever before."; fDesc[9] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others."; fDesc[10] = "professional touch. The program comes in three versions (Home, Standard and Professional), offering different features. The application offers great pre-correction features such as contrast enhancement, as well as additional enhancements which can be applied manually very easily"; fDesc[11] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information."; fDesc[12] = "it (program short cuts, system commands, etc.) as well as change its look by \"skinning\" it."; fDesc[13] = "improve or enhance your dull looking images. It is especially very effective on dark images which are taken in the dark room or in the evening time or you forget to adjust your camera setting before taking snap n due to its auto focus setting you got a dull image."; fDesc[14] = "stunning professional quality works."; fDesc[15] = "high-quality results. Its extensive list of enhancement functions, together with a variety of resizing, rotating, and cropping tools, provide any user with an efficient photo editor for their TIFF, JPEG, PNG, BMP, and PPM digital images."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }