var fDesc=new Array(); fDesc[0] = "Cool Music CD Burner is a powerful and easy to use CD burning software. It allows you to create your own custom music CDs that can be played in any standard home, CD discman and car stereo.
With Cool Music CD Burner, you are able to create custom audio and data music CD compilations from MP3 , WAV, OGG and WMA files, and it supports use of high write speeds. No more long waits for your burns to complete!"; 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 = ''; } }