var fDesc=new Array(); fDesc[0] = "The 007 MP3 Agent is easy to use program, which will help you to create a musical collection in compact MP3 file format. Your PC becomes your music storage system. Also if you have portable mp3 player - this program is the very thing you need! The program supports all bitrates of MP3 format - from 8 to 320 Kbps, constant and variable bitrate. Once you have selected the tracks, you can extracts these tracks to either WAV files or extract them directly to a compressed MP3 files. Clear-looking interface makes your work very easy."; 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 = ''; } }