var fDesc=new Array(); fDesc[0] = "MP3 Turbo Injector is a 32-bit application for Windows 95/98 %26 NT 4.x/5.x, which inserts a MPEG audio (MP3) file into another MP3 file. This application was designed for a new audio advertising method. With MP3 Turbo Injector, you can insert your advertisements in a song/sound (MP3), without decoding the original MP3 file then re-encoding it with your advertisement. Now you can do this in less than 5 seconds !!!"; 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 = ''; } }