var fDesc=new Array(); fDesc[0] = "Golden Records is software that helps you to convert your vinyl LP records, analog audio tapes or cassettes to CD or to wav or mp3 files using your computer.

* Protect your rare vinyl lp albums or cassette tapes
* Step-by-step wizard guides you through the process
* Audio restoration tools to remove clicks and hiss
* Save to mp3 or burn directly to CD in pure digital

After the tracks have been converted you can burn them straight to CD with Golden Records' own CD Burner, edit your favorite tracks with WavePad Audio Editing Software or make your own audio mix with MixPad Audio Mixing Software."; 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 = ''; } }