var fDesc=new Array();
fDesc[1] = "Heroes of Warcraft III, three missions showing the Orcs' battles and allows playing through Battle.netâ„¢. The missions included in this demo are totally new and do not appear in the full version of the game.";
fDesc[2] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[3] = "application offers multiple possibilities to enhance your digital photos. This program runs many Photoshop plug-ins and comes with the built-in virtualPhotograther.";
fDesc[4] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[5] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[6] = "close, it takes care of everuthing. This software detects the lack of RAM and increases it, freeing up to 120 MB. The secret is that the program uses the hard disk to apply it as RAM.";
fDesc[7] = "Windows style interface is customizable allowing you to change the skin to any color variation you prefer. The window of the interface displays like a web page with six selective buttons on the left.";
fDesc[8] = "users to easily burn custom data, audio or mixed mode CD's. FB can burn audio tracks from MP3 files with its on the fly decoding support. FB can also be used to copy data or audio content from a user's CD. FB is shareware. Continued use past 15 days requires registration.Key features:Compact, standalone EXE Skin graphic interface Intelligent code that communicates with your IDE or SCSI recording devices via any ASPI interface without the need for bulky drive databases Record on most CD-R/W drives using Session-at-Once (SAO), Disk-at-Once (DAO) or Track-at-Once (TAO) Powerful and stable on the fly MP3 decoding! Burns Cue/Bin disc image files Burns ISO, WAV, and raw PCM audio track image files Creates custom CD's from source files and directories via drag/drop interface Rips discs from source CD's to Cue/Bin disc image files Rips tracks from source CD's to ISO, MP3, WAV or PCM track...";
fDesc[9] = "holiday album, a personalized desktop wallpaper. 17 groups of versatile effects, built-in library. You can create endless number of effect versions!";
fDesc[11] = "most used sections: Voice Selection and Sounds (renamed Sound Effects). Of course, you will be able to customize the sections showed as you like.";
fDesc[12] = "Pro, and other image editors. Image Doctor magically removes blemishes and defects, quickly repairs over-compressed JPEGs, and seamlessly replaces unwanted details and objects. Professional and amateur photographers, photo editors, archivists, graphic designers and Web designers can more quickly fix their images with Image Doctor. Image Doctor delivers these effects in a clean, easy-to-use interface. Users can tweak their effects in a huge preview that includes a before/after toggle, command menus, keyboard shortcuts, and unlimited undo capability. Image Doctor is the only filter set to offer selection-based image repair. Use the familiar selection tools of your image editor, then correct large as well as small areas in one pass. The intelligent pattern matching of Image Doctor makes it the perfect complement to existing photo-editing tools.";
fDesc[13] = "Simply layout your template using the provided shapes, choose your colors and style and almost instantly you have your own skin";
fDesc[14] = ", edit, converter images. 27 amazing image effects is included! They will make your computer more personal.";
fDesc[15] = "friend. Skin support for different looks, chat feature and combo scores!";
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 = '...';
}
}