var fDesc=new Array();
fDesc[0] = "Ashampoo Cover Studio was already the easiest way to label your discs and create slick case covers and booklets to go with them.
Now version 2 makes a great product even better, adding LightScribe burner support, direct scan for copying CD labels and covers, a faster editor and many more powerful new features – all without making the program any more complicated to use.
You don’t even need to do any designing because Ashampoo Cover Studio 2 comes with even more ready-to-use themes.
You just choose a theme, enter your text and print. It couldn’t be easier. You can create your own great designs and save them as templates that you can reuse just like the built-in themes.
If you’ve always wished you could produce discs with attractive labels then give Ashampoo Cover Studio 2 a try. If you can burn a disc you can create great labels and covers with Cover Studio.
The program guides you through every step of the process and with the ready-to-use themes you just can’t go wrong.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}