var fDesc=new Array(); fDesc[0] = "Your digital media experience gets better with eRecords, taking you to another level with features such as audio recording, a intuitive user interface and advanced content management. eRecords also includes built in abilities allowing you to rip and burn CDs.

eRecords allows you to easily create new and edit existing playlists. You also have the ability to share the playlists with other computers on your network.

Also, eRecords makes managing your media libraries even easier with features such as the advanced tag editor.

eRecords Player features Remote Streaming included in the box. Using Remote Streaming , you can play your media to other computers on your local network or wireless network."; 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 = ''; } }