var fDesc=new Array(); fDesc[0] = "Win NMD - make extra easy recordings from NetMD to PC
Record sound using your soundcard, automatic synchronization and control of your NetMD player via USB results in a greatly improved user experience!
Pricing in Euro or USD depends on your localization and is determined automatically from within the application at the time of purchase. Please install Win NMD and use the freely usable test recording mode to ensure proper operation on your system."; 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 = ''; } }