function showVideo(Domain, VideoXML, AutoPlay){
 
   var flashvars = new Object();
   flashvars.video_xml = VideoXML;
   flashvars.auto_play = AutoPlay;
  
	var params = new Object();
	params.scale = "noScale";
	params.allowFullScreen = "true";

	swfobject.embedSWF(
						Domain + "_media/flash/player.swf?cachekiller="+new Date().getTime(), 
						"player", "540px", "340px", "9.0.0", 
						Domain + "_media/flash/expressInstall.swf", 
						flashvars, params);
}	