var fDesc=new Array();
fDesc[1] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[2] = "enjoy high-quality multichannel sound, high-definition video quality and convert both live and prerecorded audio, video, and computer screen images to Windows Media Format for live and on-demand delivery.";
fDesc[3] = "creating them seems complicated, with Abrosoft FantaMorph we can do it quite easily. This great program will let you create amazing morphing videos from still images and/or from other videos, all within a friendly interface.";
fDesc[4] = "choose a group of images from your hard disk to be used as a desktop wallpaper, that changes periodically. You can get packs of images from the author“s webpage (www.silver76.com).";
fDesc[5] = "even those hard-to-grab DirectX, Direct3D games or video player, create videos of your computer screen.";
fDesc[6] = "to use your favorite images as wallpaper or as a screensaver. It includes more than a hundred different transition effects between images, or no effect at all. As an added extra, you can also place a calendar on your wallpaper so you will never lose track of the date.";
fDesc[7] = "your screen without many difficult settings and configurations. You can choose to use the default images or you can use your favorite photos. Choose the pictures of your loved ones or from your last vacation trip.";
fDesc[8] = "and poor quality images. Now you can use your 32bit pictures in JPG, PNG or BMP format.";
fDesc[9] = "single window options that you can use. Around 8 capture modes are provided which you can use based on your choice. You can capture a window, menu, clipboard etc. using this plugin.";
fDesc[10] = "ever-changing fashion. Thumbnail support allows you to quickly select your desired images. These images can then be displayed using random transition effects and many other options which are selected at random to ensure you never tire of watching them.";
fDesc[11] = "Windows screens.";
fDesc[13] = "you to enjoy some of the best scenes shown in the game at anytime, even without playing it. Have you followed the saga of Halo? If you haven't, do not worry. You do not have to be an expert shooter or know all the rules of the game to be able to enjoy this awesome screen saver.";
fDesc[15] = "price of one. You will be able to see both sisters posing and dressing in very provocative pictures. Enjoy these beautiful women doing their thing: just being sexy and pretty.";
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 = '...';
}
}