function travelWindow(availability, flights, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
	win = window.open(availability, flights, winprops)
	if (parseInt(navigator.appVersion) >= 4) win.window.focus();
}

var MEB_frame = window.top.frames["MEB_trip_tool_container_frame"] ;
if(MEB_frame == null) { // Meb webapp detected:

document.write('<link href="http://www.amadeus.net/home/css/footer_v10.css" rel="stylesheet" type="text/css" />');

document.write('<div id="footer"><table><thead><tr>');
document.write('<td colspan="2">');
document.write('<a href="http://www.amadeus.com" onclick="travelWindow(this.href,\'name\',\'600\',\'450\',\'yes\'); return false;">&copy; 2008 Amadeus IT Group SA. All Rights Reserved</a>');
document.write('</a> | <a href="http://www.amadeus.net/home/faq/en/advertising.htm" onclick="travelWindow(this.href,\'name\',\'600\',\'450\',\'yes\'); return false;" >Publicidad</a> | ');
document.write('<a href="http://www.amadeus.net/home/legal/es.html" onclick="travelWindow(this.href,\'name\',\'600\',\'450\',\'yes\'); return false;" >Aviso Legal</a></td></tr>');
document.write('</thead><tbody><tr><td nowrap>');
document.write('<a href="http://www.amadeus.net/home/index.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/uk.gif" alt="English UK" title="English UK" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-us.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/us.gif" alt="English US" title="English US" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-fr.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/fr.gif" alt="Fran&ccedil;ais" title="Fran&ccedil;ais" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-de.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/de.gif" alt="Deutsch" title="Deutsch" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-es.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/es.gif" alt="Espa&ntilde;ol" title="Espa&ntilde;ol" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-it.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/it.gif" alt="Italiano" title="Italiano" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-se.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/se.gif" alt="Svenska" title="Svenska" border="0" ></a>');
document.write('<a href="http://www.amadeus.net/home/index-fi.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/fi.gif" alt="Suomi" title="Suomi" border="0"  id="Finnish"></a>');
document.write('<a href="http://www.amadeus.net/home/index-dk.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/dk.gif" alt="Dansk" title="Dansk" border="0"  id="Danish"></a>');
document.write('<a href="http://www.amadeus.net/home/index-nl.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/nl.gif" alt="Nederlands" title="Nederlands" border="0"  id="Dutch"></a>');
document.write('<a href="http://www.amadeus.net/home/index-no.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/no.gif" alt="Norsk" title="Norsk" border="0"  id="Norwegian"></a>');
document.write('<a href="http://www.amadeus.net/home/index-po.htm" target="_top"><img src="http://www.amadeus.net/home/images/flags/po.gif" alt="Portugu&ecirc;s" title="Portugu&ecirc;s" border="0"  id="Portugese"></a><br> ');
document.write('<a href="http://www.amadeus.com" target="_blank">');
document.write('<img src="http://www.amadeus.net/home/images/BlueAmadeusLogo95px.gif" width="90" height="25" alt="Amadeus.com" title="Amadeus.com" border="0">');
document.write('</a></td></tr></tbody></table></div>');

}
else {

	var currentDocument = window.document ;

	var link = currentDocument.createElement("link");
	link.setAttribute('type','text/css');
	link.setAttribute('rel','stylesheet');
	link.setAttribute('id','meb_css');
	link.setAttribute('href','http://www.amadeus.net/home/MEB/MEB_patch.css');
	
	currentDocument.getElementsByTagName("head")[0].appendChild(link);
	
	link = currentDocument.createElement("script");
	link.setAttribute('type','text/javascript');
	link.setAttribute('id','meb_footer_js');
	link.setAttribute('src','http://www.amadeus.net/home/MEB/MEB_footer_patch.js');
	
	currentDocument.getElementsByTagName("head")[0].appendChild(link);
}



