
var MM_contentVersion = 8;
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)) {
        var MM_FlashVersion = new ActiveXObject ("ShockwaveFlash.ShockwaveFlash").FlashVersion();
	var MM_FlashCanPlay = MM_FlashVersion >= MM_contentVersion * 0x10000;
	}
if ( MM_FlashCanPlay ) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"');
	document.write(' id="top" width="960" height="624" align="middle">');
	document.write('<param name="movie" value="swf/world_solar.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#000000">');	
	document.write('<embed src="swf/world_solar.swf"');
	document.write(' quality="high" bgcolor="#000000"');
	document.write(' swLiveConnect="FALSE" width="960" height="624" name="top" align="middle"');
	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/solor_top.jpg" alt="A world leading solar company." width="960" height="624" border="0" usemap="#solor_top">');

}