var MM_contentVersion = 5; // Change this value to match your movies exported version 4, 5, 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 ) 

{
	
	var flashData = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="FlashID"  width="984" height="190" > <param name="movie" value="images/header_Ebookings.swf"> <param name="quality" value="high"> <param name="wmode" value="opaque" /><param name="swfversion" value="6.0.65.0" /><embed src="images/header_Ebookings.swf" quality="high" swLiveConnect="false" width="984" height="190"  name="banner" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"  wmode="opaque"> </embed> </object>';
	
	document.getElementById("fls").innerHTML = 	flashData;




	
} 

else

{
	
	
	
            document.getElementById("fls").innerHTML = 	'<img src="images/banner.png" width="984" height="190" usemap="#banner" border="0">';
			
} 




if ( MM_FlashCanPlay ) 

{
	
	var flashData = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="FlashID" width="642" height="72" > <param name="movie" value="images/clients.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /><param name="swfversion" value="6.0.65.0" /><embed src="images/clients.swf" quality="high" swLiveConnect="false" width="642" height="72"  name="banner" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </embed> </object>';
	
	document.getElementById("client_div").innerHTML = 	flashData;
						
						



} 

else

{
						
			
			
			document.getElementById("client_div").innerHTML = 	'<IMG SRC="images/clients_img.jpg" width="642" height="72" usemap="#clients" BORDER=0 />';

} 
