function EmbedFlash(strIDName, strMovie, strWidth, strHeight, strAlign, strQuality, strBGColor, strAllowScriptAccess, strWMode)
{

	var strWModeEmbed = '';

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + strWidth + '" height="' + strHeight + '" id="' + strIDName + '" align="' + strAlign + '" VIEWASTEXT>\n');
	document.write('<param name="allowScriptAccess" value="' + strAllowScriptAccess + '" />\n');
	document.write('<param name="movie" value="' + strMovie + '" />\n');
	document.write('<param name="quality" value="' + strQuality + '" />\n');
	document.write('<param name="bgcolor" value="' + strBGColor + '" />\n');
	if (strWMode != null)
	{
		document.write('<param name="wmode" value="' + strWMode + '" />\n');
		strWModeEmbed = ' wmode="' + strWMode + '"'
	}
	document.write('<embed src="' + strMovie + '" quality="' + strQuality + '"' + strWModeEmbed + ' bgcolor="' + strBGColor + '" width="' + strWidth + '" height="' + strHeight + '" name="' + strIDName + '" align="' + strAlign + '" allowScriptAccess="' + strAllowScriptAccess + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}


function RunFooHome()
{
	EmbedFlash('rotator_home', 'images/rotator_home.swf', '240', '240', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooHistory()
{
	EmbedFlash('rotator_history', 'images/rotator_history.swf', '240', '240', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooContact()
{
	EmbedFlash('rotator_contact', 'images/rotator_contact.swf', '240', '240', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooNews()
{
	EmbedFlash('rotator_news', 'images/rotator_news.swf', '240', '240', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooParties()
{
	EmbedFlash('rotator_parties', 'images/rotator_parties.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}


function RunFooLunches()
{
	EmbedFlash('rotator_lunches', 'images/rotator_lunches.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}


function RunFooMeetings()
{
	EmbedFlash('rotator_meetings', 'images/rotator_meetings.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}


function RunFooCatering()
{
	EmbedFlash('rotator_catering', 'images/rotator_catering.swf', '260', '250', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooMain()
{
	EmbedFlash('rotator_main_hall', 'images/rotator_main_hall.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooDining()
{
	EmbedFlash('rotator_dining', 'images/rotator_dining.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooCourt()
{
	EmbedFlash('rotator_court', 'images/rotator_court.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooFloor1()
{
	EmbedFlash('courtroom.swf', 'images/courtroom.swf', '540', '251', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooFloor2()
{
	EmbedFlash('diningroom.swf', 'images/diningroom.swf', '540', '251', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooFloor3()
{
	EmbedFlash('hall.swf', 'images/hall.swf', '540', '251', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooNews1()
{
	EmbedFlash('rotator_news1', 'images/rotator_news1.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooNews3()
{
	EmbedFlash('rotator_news3', 'images/rotator_news3.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}

function RunFooNews4()
{
	EmbedFlash('rotator_news4', 'images/rotator_news4.swf', '500', '300', 'middle', 'high', '#ffffff', 'sameDomain', 'transparent');
}