	// Apply the Highslide settings
	hs.graphicsDir = '../../../highslide/graphics/';
	hs.outlineType = 'glossy-dark';
	hs.wrapperClassName = 'draggable-header no-footer';
	hs.showCredits = false;		
	hs.align = 'center';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.65;
	hs.allowSizeReduction = false;
	// always use this with flash, else the movie will be stopped on close:
	hs.preserveContent = false;
	
	// 3) Optionally set the swfOptions. See http://highslide.com/ref/hs.swfOptions for full documentation
	hs.swfOptions = {
		version:              "9",
		expressInstallSwfurl: null,
		flashvars:   {
			showfsbutton: "false",
			file: MyLocation+"01.xml",
			displayheight: "360",
			height: "380",
			width: "480",
			showdigits: "false",
			showdownload: "false",
			frontcolor: "0xCCCCCC",
			backcolor: "0x000000",
			lightcolor: "0x996600",
			location: "../../../embed/mediaplayer.swf",
			autostart: "true",
			bufferlength: "3"},
		params: {menu: "false", allowfullscreen: "false"},
		attributes:           {}
	};
	
	// ShowVideo
ShowVideo = function(sender,filename) {
hs.swfOptions.flashvars.file = MyLocation+filename;
hs.swfOptions.flashvars.autostart = "true";
noflashtext = "<a href='http://www.adobe.com/go/getflashplayer'><img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a><br />You need to upgrade your Flash player";
return hs.htmlExpand(sender, { objectType: 'swf', src: '../../../embed/mediaplayer.swf', width: 480, objectWidth: 480, objectHeight: 380, maincontentText: noflashtext})
}
