/**
 * 
 * Author: Robert Vadai <robert.vadai@28design.com>
 * Copyright: Copyright (c) 2010 - 2011, Inflight Productions Ltd.
 * Version: 1.0.3
 * 
 */
var slideSwitch=function(a){if(window.currentSlideshowFrame>=window.elements.length){window.currentSlideshowFrame=0}$(window.elements[window.currentSlideshowFrame][0]).fadeIn(window.fadeInterval);$(window.elements[window.currentSlideshowFrame][1]).delay(window.fadeInterval).fadeIn(window.fadeInterval);$(window.elements[window.currentSlideshowFrame][2]).delay(window.fadeInterval*2).fadeIn(window.fadeInterval);$(window.elements[window.currentSlideshowFrame][0]).delay(window.fadeInterval*5).fadeOut(window.fadeInterval);$(window.elements[window.currentSlideshowFrame][1]).delay(window.fadeInterval*5).fadeOut(window.fadeInterval);$(window.elements[window.currentSlideshowFrame][2]).delay(window.fadeInterval*5).fadeOut(window.fadeInterval);window.currentSlideshowFrame++};$(document).ready(function(){var d=window.location.host;if("www.inflightentertainment.klm.com"==d&&self==top){window.location="http://www.klm.com/travel/gb_en/prepare_for_travel/on_board/entertainment/onboard_movies.htm"}var f=("undefined"!=typeof($.browser.msie)&&$.browser.msie&&$.browser.version.substr(0,1)<7?true:false);var c=($("#guiLaunch").hasClass("nbp")?true:false);$("#guiLaunch").click(function(){if(!f&&!c){new IFPlitebox("kl",960,560,3,3,this.href).show()}else{window.open(this.href,"IFPlitebox_window","status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,width=960,height=560")}return false});window.elements=new Array();window.currentSlideshowFrame=0;var e=new Array();var b=$(".carousel li");if(!f){b.each(function(g){$(this).css("position","absolute");$(this).hide();e.push(this);if(g>0&&(0==(g+1)%3||g==(b.length-1))){window.elements.push(e);e=new Array()}});window.fadeInterval=500;var a=(/MSIE/i.test(navigator.userAgent)?7:6);slideSwitch();$(function(){setInterval("slideSwitch()",window.fadeInterval*a)})}else{b.each(function(g){if(g>2){$(b[g]).remove()}})}});
