var fDesc=new Array();
fDesc[0] = "Wondershare ISO Burner performs as a powerful ISO DVD Converter which helps you easily rip/convert your DVD disc/folder to ISO image files with super fast speed.
Wondershare ISO Burner also features as a wonderful ISO DVD burner. With this amazing burning tool you can perfectly burn ISO image files to DVD disc such as DVD-R, DVD+R, DVD-RW, DVD+RW, DVD+R DL and CD-RW,CD+R,CD-R...
In addition, Wondershare ISO Image Burner empowers you to have a good and full control of your ISO files by sorting, customizing file information etc in an easy way.";
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 = '';
}
}