var fDesc=new Array();
fDesc[1] = "effects and it does this on its own, using pre defined styles. The videos are polished, tightly edited with closeups & synchronization with the music is just awesome.";
fDesc[2] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[3] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing.";
fDesc[4] = "frames to your photos. It contains a wide range of different picturesque templates, frames, boards of various styles.";
fDesc[5] = "best. It has a collection of \"players\" or the playing styles arranged in order of their rating. All the Grandmasters are in the list. If we win a game, our rating increases and vice versa.";
fDesc[6] = "to improve your photo's quality quickly and easily. This Plug-in is compatible with the following image applications: Photoshop CS3, Photoshop Elements 7, Corel Paint Shop Pro X2 and some others.";
fDesc[7] = "Beat the time pulling out all the pair of tiles. Remember you can only put out identical tiles by pairs. Enjoy and excercise your mind.";
fDesc[8] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2.";
fDesc[9] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things";
fDesc[10] = "adjustments, special FX and masks for transparency. It presents a variety of textures that you can modify.";
fDesc[11] = "icon and has an added layer support as well. For the purpose of animation, it features NWA compression. The application has glyphs and per pixel borders support layers.";
fDesc[12] = "videos. muvee Hi-Octane stylePack 6.0 is compatible with almost all the softwares developed by muvee Technologies, whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged.";
fDesc[13] = "great for Children's birthdays. This styles is made for young ones and young at heart. Just put you videos/pics, add some music & see you videos transformed into something out of this world.";
fDesc[14] = "editing, so that you can preserve every moment. This style pack can be applied any kind of videos/pictures. This style pack works well with muvee autoProducer 5 and earlier, muveeNow (all versions) and muvee autoProducer unPlugged.";
fDesc[15] = "memorable. It can used on videos or pictures taken while you are on Road trips or beach holidays. Just put the pics/videos, add some music & make your vacations unforgettable.";
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 = '...';
}
}