function __initPage() {}

function __mp(midiSrc, noMidiPlayer)
{
		document.getElementById('midiPlayer').innerHTML = '<embed height="36" width="100%" type="audio/mid" align="absmiddle" src="'+midiSrc+'" class="midiPlayer"><noembed>It seems that you do not have MIDI player plugin installed. The most use ones are the Windows Media Playe and the <a href="http://www.apple.com/quicktime/download/" target="_blank">Quick Time player</a>.</noembed></embed>';
}
