var fDesc=new Array(); fDesc[0] = "The MOAEC automatically organizes MP3 songs you currently own on your hard drive. The MOAEC also converts Audio CD's to MP3 songs then imports, organizes and stores them on your hard drive. After the automatic music import and organization process, the MOAEC MP3 Software allows you to:
- Search and play your music selections in seconds."; 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 = ''; } }