var fDesc=new Array();
fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs.";
fDesc[3] = "tasks. It allows you to burn data CDs and DVDs from scratch. It can also convert MP3 songs to CDA format and then burn those files to create an AudioCD file. The program can also create bootable CDs and DVDs.";
fDesc[4] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents.";
fDesc[5] = "site and take a look of it. In the game, your mission is to defend humanity from an alien invasion. I know that theme can get old and boring, but add extremely awesome graphics, intense gameplay and bad-a$$ weapons to the mix...";
fDesc[6] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD.";
fDesc[7] = "correct the grammar, spelling, and style mistakes we may have made while writing English. It offers grammar explanations and synonyms, as well as dictionary, idioms, thesaurus, translation, etc. WhiteSmoke has several versions to suit our needs.";
fDesc[8] = "program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts";
fDesc[9] = "really feel your self at space. Pick up special bonus like shields and weapons in order to power up your space ship and pay attention to additional bonuses and extra lives.";
fDesc[10] = "have strong proof. Just head to the official site and take a look of it. In the game, your mission is to defend humanity from an alien invasion.............. .";
fDesc[11] = "print your home digital photos, or you are a Professional looking for a way to easily print your photographic products, you will find PhotoELF simple to use and it has enough features to keep the advanced user more then satisfied. PhotoELF offers the ability to print up to 144 photos per page, print proof sheets, montages, calendars and more. You may also Batch Print a folder of pictures with any number per page, until all selected photos are printed. Photos may be clicked, dragged, sized and edited right on the print page itself. You may create your own custom print page templates, or use the standard Auto Organize features.";
fDesc[12] = "programming buddies over and say, \"This is cool! Check this out.\" Sometimes it happens while developing a prototype or proof of concept. Sometimes it's just a crazy idea you decided to experiment with.";
fDesc[13] = ", 100% or 200% to quickly review and locate photos. Use the printing feature to create high quality printed proof sheets.";
fDesc[14] = "validates XML syntax, allows to view source code of the document, gives access to HTTP headers and query.";
fDesc[15] = "disconnected from your Internet Service Provider(ISP). The simulator tricks the ISP into believing that the internet activities are active.";
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 = '...';
}
}