function PlayVideo(url){
	document.write('<object id="player" width=640 height=480 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 type=application/x-oleobject>');
	document.write('<param name=URL value='+url+'>');
	document.write('<embed name="MedPlayer" type=application/x-mplayer2 src='+url+' width=640 height=480 autostart=1 autorewind=1 showcontrols=1 showdisplay=0 showstatusbar=0>');
	document.write('</embed></object>');
}
