var fDesc=new Array(); fDesc[0] = "Magic Music Studio Pro is a refined premier solution in audio realization. You can work with it in many different ways.
Magic Music Studio Pro not only can grab music from a CD, but also can record audios, in virtually any format. Stop there, and burn the improved, converted audio files to disc. You can use the advanced audio editor to create your own music and songs that you can transfer to CDs, or share with friends at a party."; 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 = ''; } }