function mplayer(filename) {
	document.write('<OBJECT ID=\"MediaPlayer\" CLASSID=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\" TYPE=\"application/x-oleobject\" width=\"320\" height=\"304\">');
	document.write('<PARAM NAME=\"URL\" VALUE=\"/'+filename+'\">');
	document.write('<PARAM NAME=\"autoStart\" VALUE=\"false\">');
	document.write('<PARAM NAME=\"uiMode\" VALUE=\"mini\">');
	document.write('<EMBED type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/\" SRC=\"/'+filename+'\" name=\"MediaPlayer\" width=\"320\" height=\"304\" autostart=\"0\" showcontrols=\"1\" uiMode=\"mini\">');
	document.write('</OBJECT>');
}