var fDesc=new Array(); fDesc[0] = "This is a tool for making Audio CD from MP3 and WAV files. With this tool, you can create regular Audio CD from MP3 and high quality WAV files and play them in your stereo or car CD player. Easy MP3 CD Factory main features:Supports BURN-PROOF for error free recording;Works easily with IDE and SCSI CDR/W drives. Efficient buffering system. Recording the CD on-the-fly... no need to create temporary files on the hard drive first (very little disk space required). Supports use of high write speeds. ASPI not required for Windows NT/2000/XP. Easy to understand the interface and use."; 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 = ''; } }