var fDesc=new Array(); fDesc[0] = "This is a simple Virtual Jukebox, Music Video and a Karaoke player with your digital music collection for your game room.
Features:
-Arcade Music Box is fully skinable.
-Arcade Music Box act like a MS Explorer.
-Arcade Music Box support both Horizontal and vertical.
-Arcade Music Box are Inspirated by MAMEWAH.
-Arcade Music Box only need 3 inputs to operate.
-Arcade Music Box support keyboard, joystick and mouse.
-Arcade Music Box support the most known file formats.
-Arcade Music Box support ID3 tags (both v1 and v2).
-Arcade Music Box support Broadcast radio stations.
-Arcade Music Box do have a Atari 2600 like screensaver.
-Arcade Music Box support 2 credits modes (song & time).
-Arcade Music Box can add a whole album at the time.
-Arcade Music Box have a "name that song" buildt in minigame.
-Arcade Music Box support multi language.
-Arcade Music Box can index all files (faster browsing).
-Arcade Music Box do have a simple search feature.
-Arcade Music Box support CDG Karaoke files.
-Arcade Music Box support Touch screen (only 3 buttons).
-Arcade Music Box support BASS extra decoder Plugins.
-Arcade Music Box support Music Vidoes.
-Arcade Music Box support Dual Screen to show CDG and Videos.
-Arcade Music Box support have primary winamp plugin support.
-Arcade Music Box Support genre via shortcuts (created automatic)."; 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 = ''; } }