// 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="695" height="363" id="kidscapes-ani9" align="middle">\n');
				document.write('<param name="movie" value="file_downloads/kidscapes-ani9.swf" />\n');
				document.write('<param name="wmode" value="ffffff">\n');
				document.write('<param name="quality" value="high">\n');
				document.write('<embed src="file_downloads/kidscapes-ani9.swf" quality="high" bgcolor="#ffffff" width="695" height="363" name="kidscapes-ani9" 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/products.jpg" border="0" usemap="#Map"><map name="Map"><area shape="rect" coords="1,2,161,179" href="http://www.gettingstarted.co.nz/index.php?cPath=19" alt="floor rugs"><area shape="rect" coords="179,0,343,178" href="http://www.gettingstarted.co.nz/index.php?cPath=63" alt="other stuff"><area shape="rect" coords="355,1,521,177" href="http://www.gettingstarted.co.nz/index.php?cPath=2" alt="awesome accessories"><area shape="rect" coords="533,1,701,179" href="http://www.gettingstarted.co.nz/index.php?cPath=4" alt="funky furniture"><area shape="rect" coords="535,190,694,360" href="http://www.gettingstarted.co.nz/index.php?cPath=5" alt="sensational storage"><area shape="rect" coords="356,186,519,361" href="http://www.gettingstarted.co.nz/index.php?cPath=3" alt="beautiful bedding"><area shape="rect" coords="181,190,342,362" href="http://www.gettingstarted.co.nz/index.php?cPath=55" alt="bean bags and ottomans"><area shape="rect" coords="0,189,164,362" href="http://www.gettingstarted.co.nz/index.php?cPath=1" alt="wicked wall art"></map>');
			}