<!--

var MM_contentVersion = 7;
var MM_FlashCanPlay = false;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if (plugin) {
  var isVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
  var flashDescription = navigator.plugins["Shockwave Flash" + isVersion2].description;

  var words = flashDescription.split(" ");
      	    for (var i = 0; i < words.length; ++i)
      	    {
      		if (isNaN(parseInt(words[i])))
      		continue;
      		var MM_PluginVersion = words[i]; 
      	    }
  var MM_PluginVersion = parseInt(MM_PluginVersion);
  var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
	
} 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." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}

function render_flashheader(file,width,height) {
	if (MM_FlashCanPlay) {
		document.write ('<div class="flash-header-home-area">');
		document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" align="">');
		document.write ('  <param name="movie" value="' + file + '">');
		document.write ('  <param name="quality" value="best">');
		document.write ('  <embed src="' + file + '" quality="best" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"><\/embed>');
		document.write ('<\/object>');
		document.write ('</div>');
	} else {
    document.write ('<div class="flash-header-home-area">');
    document.write ('<div class="flash-header-home-noflash"><div class="flash-header-home-noflasharea">');
    document.write ('<table width="834" height="270" border="0" cellspacing="0" cellpadding="0"><tr><td width="834" height="270" align="left" valign="bottom"><div class="margin03"><div class="spacer07"><a name="spacerheadernoflash1"><\/a><\/div><a href="http://www.adobe.com/go/getflashplayer" title="click here to download the plug-in"><img src="/nav/icon/get_flash_player.gif" alt="[Get Flash Player]" border="0" \/><\/a>');
    document.write ('<div class="spacer14"><a name="spacer"><\/a><\/div><h5><div class="text-white"><a href="http://www.adobe.com/go/getflashplayer" title="click here to download the plug-in">Download and Install Flash to view this area of the site</a><\/div><\/h5><div class="spacer04"><a name="spacerflashheadernoflash2"><\/a><\/div><\/div><\/td><\/tr><\/table>');
    document.write ('<\/div><\/div>');
    document.write ('<\/div>');
	}
}

//-->