var fDesc=new Array(); fDesc[0] = "MP3 Workshop XP is a fully integrated software package with mp3 player,mp3 converter,mp3 editor,cd ripper,audio cd burning functions. It is a really all-in-one mp3 product.

MP3 Workshop XP was designed to be easy to understand and use. Yet, it is a powerful and complete MP3 music software package available.

Support most of the popular CD Writer to burn your own audio cd."; 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 = ''; } }