//

//			3 )  F L A S H   E M B E D   V A R S  


var w = "765";
var h = "124";
var id = "navigation";
var name = "navigation";

var url = document.location.href;
var page = url.split("/");


// ======================================

if (page[3] == "index.html" || page[3] == "" || page[3] == " " || page[3] == "zadmin" || page[3] == "pages") { 
	var swf = "/_includes/flash/control_neutral.swf";
}
// ======================================

if (page[3] == "racing_team") { 
	var swf = "/_includes/flash/control_racingteam.swf";
}
// ======================================

if (page[3] == "merchandise") { 
	var swf = "/_includes/flash/control_merchandise.swf";
}
// ======================================

if (page[3] == "the_shop") { 
	var swf = "/_includes/flash/control_theshop.swf";
}
// ======================================









//

//			4 )  F L A S H   E M B E D   F U N C T I O N  

//?'+flashURL+'

function FlashNav(w,h,id,name,swf) {
	if(hasRightVersion) {
	document.write('<object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'width="' +w+ '" height="' +h+ '" id="' +id+ '"'
	+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
	+ '<param name="movie" value="' +swf+ '">'
	+ '<param name="play" value="true">'
	+ '<param name="loop" value="false">'
	+ '<param name="quality" value="high">'
	+ '<param name="menu" value="false">'
	+ '<param name="wmode" value="transparent">'
	+ '<embed src="' +swf+ '"'
	+ 'width="' +w+ '" height="' +h+' " swLiveConnect="true" id="' +id+ '" name="' +name+ '"'
	+ 'play="true"'
	+ 'loop="false"'
	+ 'quality="high"'
	+ 'wmode="transparent"'
	+ 'menu="false"'
	+ 'type="application/x-shockwave-flash"'
	+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
	+ '</embed>'
	+ '</object>');
	} else {
	document.write('<script type="text/javascript" src="/_includes/no_flash/nonflashNav.js"><\/script>');
	}
}

//<span style="{color:white;font:bold 14px arial;"}>no-flash content is being served</span>


