var fDesc=new Array();
fDesc[0] = "CDRWIN 10 is concentrated and proven burning power for your CD-, DVD- and / or Blu-ray-writer with a new and modern interface, which offers the most important functions quickly and clearly arranged.
Equipped with a state-of-the-art technology, CDRWin 10 is providing those qualities, which already made the predecessors very successful: reliability, velocity, comprehensive functionality and a straightforwardness that directly leads to success.
Get now with CDRWIN 10 an ideal burning software package for starters and professionals. Now also compatible with Windows 8.
Please consider: CDRWIN 10 is not able to copy audio-CDs, DVD-videos and single audio files with effective DRM-copy protection.";
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 = '';
}
}