<!--var requiredFlashVersion = 6;var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;if ( plugin ) {		var words = navigator.plugins["Shockwave Flash"].description.split(" ");	    for (var i = 0; i < words.length; ++i)	    {		if (isNaN(parseInt(words[i])))		continue;		var MM_PluginVersion = words[i]; 	    }	var MM_FlashCanPlay = MM_PluginVersion >= requiredFlashVersion;}else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0    && (navigator.appVersion.indexOf("Win") != -1)) {	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag	document.write('on error resume next \n');	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & requiredFlashVersion)))\n');	document.write('</SCR' + 'IPT\> \n');}function setFlashDoc(myMovieUrl,myWidth,myHeight,myName,myAltImage,myBgColor,isFlashVars,myHTMLSuffix,isFlashScale,showWarning,myAltImageHgt,myAltImageWdt) {	var writeOK;	var theText;	if (MM_FlashCanPlay) {		writeOK = true;		var theText = 		'<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID="' + myName + '" WIDTH="' + myWidth + '" HEIGHT="' + myHeight + '" ALIGN="middle"> <PARAM NAME=movie VALUE="' + myMovieUrl + '"> <PARAM NAME=quality VALUE=high>';		if(isFlashVars) {			theText += ' <PARAM NAME=FlashVars VALUE="' + isFlashVars + '">';		}		if(isFlashScale != null && isFlashScale == "scale") {			theText += '';  		} else {			theText += ' <PARAM NAME=scale VALUE=noscale> <PARAM NAME=salign VALUE=LT> ';  		} 		theText += ' <PARAM NAME=bgcolor VALUE=' + myBgColor + '> <EMBED src="' + myMovieUrl + '"';		if(isFlashVars) {			theText += ' FlashVars="' + isFlashVars + '" ';		}				if(isFlashScale != null && isFlashScale == "scale") {			theText += '';  		} else {			theText += ' scale=noscale salign=LT ';  		}				theText += ' quality=high bgcolor=' + myBgColor + ' swLiveConnect=FALSE WIDTH="' + myWidth + '" HEIGHT="' + myHeight + '" NAME="' + myName + '" ALIGN="middle" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';		if(myHTMLSuffix) {			theText += myHTMLSuffix;		}		} else {		if(showWarning != null && showWarning) {		 if(myAltImageHgt != null) { myHeight = myAltImageHgt; };		 if(myAltImageWdt != null) { myWidth = myAltImageWdt; };		 }		if(myAltImage) {			theText = '<IMG SRC="' + myAltImage + '" WIDTH="' + myWidth + '" HEIGHT="' + myHeight + '"  BORDER=0>';			if(showWarning != null) {				theText += '<div class="flashText">Macromedia Flash player ' + requiredFlashVersion + ' or later is required to view this Flash movie. You can download it here.</div>'						theText += '<div class="getFlash"><a href="http://www.macromedia.com/go/getflashplayer" target="_blank"><img src="../images/content/navig/get_flash_player.gif" width="88" height="31"  border="0" alt="Get Flash"></a></div>'							}						writeOK = true;		} else {			writeOK = false;		}					}if(writeOK)  { document.write(theText);  }}function setFlashCaption(flashCaption, noFlashCaption) {	var theText;			if (MM_FlashCanPlay ) {						theText = flashCaption;			} else {						theText = noFlashCaption;		}	document.write(theText);}//-->
