// to replace swf with gif if ther are no flash
			var MM_contentVersion = 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 >= 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');
			}
			if ( MM_FlashCanPlay ) {					
				document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="377" height="405" id="menugravity7" align="middle">\n');
				document.write('<param name="movie" value="file_downloads/menugravity7.swf" />\n');
				document.write('<param name="wmode" value="ffffff">\n');
				document.write('<param name="quality" value="high">\n');
				document.write('<embed src="file_downloads/menugravity7.swf" quality="high" bgcolor="#000000" width="377" height="405" name="menugravity7" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></embed>\n');
				document.write('</object>\n');
				
										
			} else{
				document.write('<img src="graphics/menu3.gif" width="377" height="380" border="0" usemap="#Map"><map name="Map"><area shape="rect" coords="35,0,113,24" href="http://www.gravitycanyon.co.nz/index.php" alt="home"><area shape="rect" coords="40,26,103,52" href="http://www.gravitycanyon.co.nz/information.php?info_id=1" alt="fox"><area shape="rect" coords="42,55,130,84" href="http://www.gravitycanyon.co.nz/information.php?info_id=2" alt="bungy"><area shape="rect" coords="44,85,123,110" href="http://www.gravitycanyon.co.nz/information.php?info_id=9" alt="swing"><area shape="rect" coords="45,113,145,136" href="http://www.gravitycanyon.co.nz/information.php?info_id=10" alt="chair"><area shape="rect" coords="46,136,182,161" href="http://www.gravitycanyon.co.nz/information.php?info_id=13" alt="booking"><area shape="rect" coords="51,163,147,190" href="http://www.gravitycanyon.co.nz/information.php?info_id=26" alt="prices"><area shape="rect" coords="49,192,218,222" href="http://www.gravitycanyon.co.nz/information.php?info_id=28" alt="merchandise"><area shape="rect" coords="52,223,240,247" href="http://www.gravitycanyon.co.nz/photo_gallery.php" alt="photo gallery"><area shape="rect" coords="60,248,218,275" href="http://www.gravitycanyon.co.nz/information.php?info_id=29" alt="staff profiles"><area shape="rect" coords="60,274,179,301" href="http://www.gravitycanyon.co.nz/information.php?info_id=6" alt="location"><area shape="rect" coords="59,306,201,331" href="http://www.gravitycanyon.co.nz/information.php?info_id=14" alt="guestbook"><area shape="rect" coords="64,331,174,359" href="information.php?info_id=23" alt="contact"></map>');
			}