var fDesc=new Array(); fDesc[0] = "Drop a visual bomb. Use the MP3i Creator to turn mp3s into mini albums complete with your choice of skins, lyrics, photos, links to your website and more. To playback an MP3i and see the visual media your friends and fans will need the popular Winamp Jukebox and our Winamp MP3i Plugin. Get them here And because an MP3i is still just a .mp3 file, the MP3i audio will always play on any standard mp3 jukebox such as MusicMatch or Windows Media Player
Features include:
Make Slideshow, Karaoke, or SuperTrack MP3i's
Load and sync media & lyrics with MP3 audio
Supports many image formats including Flash
Supports West European Languages"; 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 = ''; } }