var fDesc=new Array();
fDesc[0] = "Ukoo ISO Maker is a professional make and burn ISO tool. It can quickly create ISO files from your computer, and burn ISO files to a CD/DVD-R disc. The software can also rip your CD/DVD discs to an ISO file, and burn it. You can use the feature to get a CD/DVD image ISO file or copy your data CD/DVD disc quickly. It can also copy data DVD. It supports ISO DVD, DVD+RW, DVD+R, DVD-R, VD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs.";
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 = '';
}
}