var playerSwf	= "http://blip.tv/scripts/flash/showplayer.swf";
var pWidth		= 384;
var pHeight		= 318;
var pHeightY	= 313;
function doEmbed(elId, video, thumb){
	if (!swfobject){return;}
	swfobject.embedSWF(playerSwf, elId, pWidth, pHeight, "8", false, getFlashVars(video, thumb), {allowfullscreen:"true"}, {});
}
function doEmbedY(elId, video){
	if (!swfobject){return;}
	swfobject.embedSWF("http://www.youtube.com/v/" + video + "?fs=1&rel=0", elId, pWidth, pHeightY, "8", false, null, {allowfullscreen:"true"}, {});
}
function getFlashVars(video, thumb){
	return {
		file: video,
		brandname: "RSAS",
		brandlink: "http://www.regencybrighton.com/birds/",
		enablejs: false,
		showsharebutton: false,
		showguidebutton: false,
		showmorebutton: false,
		useoldendcap: true,
		thumb: thumb
	};
}