var fDesc=new Array(); fDesc[0] = "The EZ Vinyl/Tape converter allows you to transcode your vinyl recordings into MP3 digital format files. If you've got a USB turntable or a cassette deck, you have the power to convert your vinyl or tapes straight to your iTunes library. Also, the program automatically splits your tracks and retrieves artist and track information."; 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 = ''; } }