var fDesc=new Array();
fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[2] = "disc support, security features and an all-new, slick Windows Vista interface.";
fDesc[3] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free.";
fDesc[4] = "version now incorporates CPRx? technology to ensure the highest level of success copying the latest generation of DVD movies.";
fDesc[5] = "functionalities. It comes with an intuitive, easy-to-handle user interface, along with integrated Windows Explorer, and helps the user in creating custom audio, data or mixed projects.";
fDesc[6] = "types, including Blu-Ray (BD-R/BD-RE); create and burn disc images; write multi-session discs; verify the integrity of files and more.";
fDesc[7] = "Tool, DVD Burning Tool and MP3 Burning Tool), Burning Kit Premium offers a Data Recovery Tool, Disc Backup Tool, Multi Burning Tool and an Information Tool.";
fDesc[8] = "access through the tabbed interface. It allows you to create data discs, audio CDs, MP3 CDs or DVDs, rip audio CDs, erase and format rewritable media or copy discs.";
fDesc[9] = "Audio CDs using a single drive or multi-drive robotic ripping. With Dbpoweramp Batch Ripper 1.0 users can rip over 120 discs per hour through-put per machine (6xdrives).";
fDesc[10] = "pointer. Bring the Power of CD+G, CD-Audio, VCD, DVD, and Karaoke Media Files (Audio+G) into one awesome program.";
fDesc[12] = "digital cameras,USB discs,memory cards.It easily recovers unreadable,deleted or corrupted files.Free trial version";
fDesc[13] = ", G.726, DSP, A-LAW, ACM, U-LAW, PCM on-the-fly and more with this powerful CD Ripper. Features Fast direct conversion with fast encoding engine, jitter correction, multiple/variable bitrate support, file verification, multi-drive reading, ID3V2 Tag Editor Improved freedb online CD database support - These features makes the process of conversion SAFER and FASTER. CD Ripper is a fast and easy to use program for recording digital audio tracks directly from compact discs without going through your sound card (this process is known as \"ripping\"). This digital recording process enables you to make high-quality copies of the original music. The CD Ripper's easy interface allows you to convert tracks of your audio-CDs to your most favorite digital audio format with almost one click. CD Ripper can make direct digital copies from audio CDs and saves them as files on your hard disk to the most...";
fDesc[14] = "audios-CDs. Final output could be in any of the following formats: WAV, OGG Vorbis, MP3, WMA , ALF2, ADPCM, GSM, G.726, DSP, A-LAW, AC, U-LAW, PCM on-the-fly etc. Users would be glad to know that SC Audio CD Ripper does the operation of conversion very quickly.";
fDesc[15] = "audio format files,It support all commercial DVD and remove all the restrictions of DVD (CSS, Region, RCE, Sony ARccOS , etc. )";
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 = '...';
}
}