
// Globals
// Major version of Flash required
var requiredMajorVersion = 8;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;

<!--// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {

} else {  // flash is too old or we can't detect the plugin
		
		if(document.getElementById('flashbanner'))
		{
			arrNoscripts = document.getElementById('flashbanner').getElementsByTagName('noscript');
			document.getElementById('flashbanner').innerHTML = '<div style="text-align:center; width:791px; margin-left:auto; margin-right:auto;">' +
			  '<img id="Image-Maps_9201004270620363" src="images/staticmenu.jpg" usemap="#Image-Maps_9201004270620363" border="0" width="791" height="211" alt="" />' +
				'<map id="_Image-Maps_9201004270620363" name="Image-Maps_9201004270620363">' +
				'<area shape="poly" coords="44,85,61,84,76,95,76,114,67,132,47,135,32,119,32,102," href="index.php" alt="Home" title="Home" />' +
		    '<area shape="poly" coords="49,74,38,61,36,38,46,16,64,3,100,3,117,18,125,40,115,59,116,75,102,81,90,86,72,77," href="newto/index.php" alt="New to Orienteering" title="New to Orienteering"   />' +
				'<area shape="poly" coords="90,127,87,106,98,91,118,89,136,104,134,129,114,138," href="news/news.php" alt="News" title="News"   />' +
				'<area shape="poly" coords="125,80,123,62,134,43,151,31,180,27,204,45,214,65,206,83,206,102,190,115,167,120,144,113,143,96," href="about/index.php" alt="About British Orienteering" title="About British Orienteering"   />' +
				'<area shape="poly" coords="221,56,214,43,206,34,208,17,220,1,274,1,286,16,290,31,281,44,281,58,266,49,256,48,245,48,233,53," href="team/index.php" alt="British Teams" title="British Teams"   />' +
				'<area shape="poly" coords="249,53,227,62,212,83,215,109,228,125,283,116,291,98,287,76,274,59," href="volunteer-support/index.php" alt="Volunteer Support & Training" title="Volunteer Support & Training"   />' +
				'<area shape="poly" coords="287,54,301,30,326,21,354,30,369,53,366,79,347,97,325,101,310,97,297,86,293,72,289,64," href="increasing-participation/index.php" alt="Increasing Participation" title="Increasing Participation"   />' +
				'<area shape="poly" coords="377,65,376,45,370,31,363,25,369,11,379,0,430,1,443,19,445,39,438,60,423,72,396,76," href="event/findevent.php" alt="Event Information" title="Event Information"   />' +
				'<area shape="poly" coords="449,40,456,22,469,10,495,10,508,20,515,41,507,60,489,73,467,71,454,60," href="downloads/index.php" alt="Downloads" title="Downloads"   />' +
				'<area shape="poly" coords="519,44,519,32,516,23,525,8,547,3,566,16,571,37,559,51,540,57," href="contactus/index.php" alt="Contact Us" title="Contact Us"   />' +
				'</map>' +
				'<div style="display: none;">' +
				'<a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="index.php" title="Home">Home</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="newto/index.php" title="New to Orienteering">New to Orienteering</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="news/news.php" title="News">News</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="about/index.php" title="About British Orienteering">About British Orienteering</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="team/index.php" title="British Teams">British Teams</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="volunteer-support/index.php" title="Volunteer Support & Training">Volunteer Support & Training</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="increasing-participation/index.php" title="Increasing Participation">Increasing Participation</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="event/findevent.php" title="Event Information">Event Information</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="downloads/index.php" title="Downloads">Downloads</a>' +
				'|  <a style="text-decoration:none; color:black; font-size:12px; font-family:verdana;" href="contactus/index.php" title="Contact Us">Contact Us</a>' +
				'</div>' +
				'</div>';
		
		}	
}
// -->

