var fDesc=new Array();
fDesc[1] = "MuseScore, because this musical score editor will simplify your work, and your results will be exceptional. The final projects can be saved in many file formats, like PDF, MID, WAV, SVG, XML, etc.";
fDesc[2] = "distribute screensavers for Windows. This incredible program includes a fully integrated workspace to make your own slideshow screensaver with images (*.bmp, *.jpg, *.gif, *.png) and sounds (*.mp3, *.mid, *.wav) to share with your family and friends.";
fDesc[3] = ", WindowsNT V4.0 and Windows2000.";
fDesc[4] = "friends. This nice program will give you cool options to create stunning virtual albums, calendars, child albums, etc. You can create your album as an executable file or as a screen saver. These are only a few examples of the many features you will find on Virtual Album Maker.";
fDesc[5] = "files(mp3,mid,wav,wma. ..). ScreenSaver step by step with the New Wizard. It is easy to add image files or acquire images to be included from your digital camera/scanner, edit images and display them with transitions. You can also add background music to your creation, using popular formats of audio files(mp3,mid,wav,wma. ..). More features such as creation preview, password protection, wallpaper setting etc. are included. !Easy ScreenSaver Studio can open and edit your .SCR/.EXE file directly so that you don't have to save a seperate project file. You can create self-installing(EXE file) ScreenSavers or even make and distribute your own SHAREWARE ScreenSavers. It's great for digital camera users and digital photo fans. Key features: Create your own ScreenSaver step by step with New Wizard; Create standard ScreenSaver or self-installing EXE files; Open and edit SCR file directly, and you don't have to save a...";
fDesc[6] = "fans. The program interface is very well organized and offers a wide array of functions that will let us play comfortably. A really good game choice that can be enjoyed by the whole family.";
fDesc[7] = "popular graphics and multimedia formats such as BMP, JPG, GIF, PNG, TIF, TGA, PCX, PCD, PSD, ICO, WPG, WMF, MP3, MID, WAV, RMI, AVI, MOV, ANI, etc. Incorporated with fast and high quality image decoding/encoding engine, you can stretch, tile, flip, rotate, resize, zoom, or print any image easily. Some other features are drag'n drop support, clipboard support, powerful files management capability, list box feature, wallpaper support, full ZIP support, batch image conversion, advanced slide show feature, image manipulation support (blur, mosaic, oil paint, spray, sharpen, soften, wave, half tone, and much more...), and many other cool and unique features.";
fDesc[9] = "Illusion Professional, you can create a free or shareware screensaver with user registration feature in just a few steps. It comes with Water Illusion Studio to make animated pictures, GUI Designer to design the look-and-feel (skin) of your screensaver window, and Installer Builder to make your screensaver ready for distribution. Features: Create an animated screensaver with water effects, and weather effects. Create pictures slide-show screensaver from jpeg or bmp files. Create a trial-enabled screensaver with customer registration support. Registration code generator to generate valid registration codes for your customer. Add background music to your screensaver project. It supports most popular music formats (mp3,wma,mid,wav). Add advertisement or promotional picture to your project with Ad-Image feature. Customize the behaviour of the user interface. (Window to be shown when...";
fDesc[10] = "straight into tables, full forms support, Javascript/VBScript support, converts TGA/PCX/BMP/GIF/JPG to GIF/JPG. Creates transparent/interlaced GIFs without third-party program. Save JPGs with adjustable quality. Project manager visually displays complete project, with expected download times for each component. Full support for multimedia : Play MID/WAV/AVI or any MCI compliant object directly on the page. Content can be drag-dropped onto the page from explorer/desktop etc. Directly launches your favourite web-browser using DDE. For those inclined towards writingtheir own HTML, it has an integrated HTML editor also. Install/uninstall provided using Installshield. Works like visual development tools like VB/Delphi etc. Can convert text directly to image, removing dependancy for fonts. Imports and auto-formats text, RTF etc. Color picker lets one mix and match colors, or pick from over...";
fDesc[11] = "ScreenSaver step by step with the wizard. It is easy to add image files or acquire images to be included from your digital camera/scanner, edit images, add labels and set the transitions to display the images. You can also add popular formats of audio files(mp3,mid,wav,wma. ..) to your creation as background music. More features such as preview, password protection, wallpaper setting etc. are included. !Easy ScreenSaver Studio can open and edit your ScreenSaver file directly so that you don't have to save a seperate project file. You can create self-installing ScreenSavers for distribution or even make and distribute your own SHAREWARE ScreenSavers. It is also easy to manage your ScreenSavers, even those that are not made by !Easy ScreenSaver Studio.";
fDesc[12] = "your pictures using more than 150 special 3D fade effects to make your pictures come to life. Uses 3D hardware acceleration";
fDesc[13] = ", delete any files in the playlist and create new folders without interruption in playing files. Now works with other INTERNET applications (Web browser and News Reader) to transfer any second instance of the player to new files in the playlist queue!";
fDesc[14] = "and a nice user interface. MidiPlus supports MID, WAV, AVI & MP3 files. MidiPlus offers you auto creation...";
fDesc[15] = "supported by the Media Control Interface (.MID, .WAV, .AVI, .MOV for example) and CD Audio tracks. MM Player allows you to organize your favorite media files and CD Tracks in Play Lists that can be played in the background while you do other work. This program allows you to build a database of your Audio CDs and save names of tracks etc. Both normal media files and CD Tracks can be mixed in the PlayList. MM Player allows you to re-organize these items in any order you like or play them in random order. Another of many MM Players features is a Floating Palette, a miniature version of the main window that stays on top of other Windows and allows you to access the most frequently used features such as selecting the item to play, stop, pause, fast-forward etc. MM Player is the ultimate program for managing your collection of media files and Audio CDs.";
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 = '...';
}
}