// For flash checking if installed. if not then show image
<!--
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"');
	document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write(' ID="script" width="942" height="266" ALIGN="">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write(' <PARAM NAME=movie VALUE="flash/banner-template.swf"> <PARAM NAME=quality VALUE=high><param name="wmode" value="transparent" /> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="flash/banner-template.swf" quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE width="942" height="266" NAME="script" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write('<img src="images/banner-template.jpg" alt="Oracle Creative" width="942" height="266" border="0" usemap="#script" />');
	document.write('<map name="script" id="script">');
	document.write('<area shape="circle" coords="52,229,29" href="copywriting.html" alt="Copy writing" />');
	document.write('<area shape="circle" coords="14,183,51" href="digital-media.html" alt="Digital Media" />');
	document.write('<area shape="circle" coords="64,133,32" href="exhibitions-marketing-suites.html" alt="Exhibitions &amp; show suites" />');
	document.write('<area shape="circle" coords="116,179,33" href="event-management.html" alt="Event Management" />');
	document.write('<area shape="circle" coords="33,83,23" href="signage.html" alt="Signage" />');
	document.write('<area shape="circle" coords="143,106,44" href="photography.html" alt="Photography" />');
	document.write('<area shape="circle" coords="229,154,44" href="advertising.html" alt="Advertising" />');
	document.write('<area shape="circle" coords="99,266,31" href="cgi.html" alt="CGI" />');
	document.write('<area shape="circle" coords="283,198,43" href="branding.html" alt="Branding" />');
	document.write('<area shape="circle" coords="312,259,38" href="website-design.html" alt="Online" />');
	document.write('<area shape="circle" coords="192,256,78" href="design-for-print.html" alt="Design for Print" />');
	document.write('</map>');
}
//-->