
var home={_GET:new Array(),cookieNameLoc:'com.daimler.cs.cookie.contextLocation',cookieNameLang:'com.daimler.cs.cookie.contextLanguage',init:function(){home.initGetParams();home.initCookies();home.animate();home.setEvents();},initGetParams:function(){var params=unescape(location.search.substring(1,location.search.length)).split("&");for(var i=0;i<params.length;i++){param=params[i].split("=");home._GET[param[0]]=param[1];}},initCookies:function(){if(home._GET['selection']!='new'&&window.cookieManager&&cookieManager.cookiesEnabled()){var loc=cookieManager.get(home.cookieNameLoc);var lang=null;if((loc!=null)&&(loc!="\"\"")){lang=cookieManager.get(home.cookieNameLang+'.'+loc);}
if(loc&&lang){home.dispatch(loc,lang);}}},dispatch:function(loc,lang){if(window.cookieManager&&cookieManager.cookiesEnabled()&&loc&&lang){home.setLocCookie(loc);home.setLangCookie(lang,loc);}
var forward='';if(loc=='ulm'){forward='/portal/ulm/action/doContext.faces?contextLocation='+loc+'&contextLanguage='+lang;}else if(loc=='austin'){forward='/austin/en/';}else{return false;}
window.location.href=forward;return false;},setLocCookie:function(value){if(value){cookieManager.create(home.cookieNameLoc,value,20);}},setLangCookie:function(value,loc){if(value&&loc){var cookieName=home.cookieNameLang+'.'+loc;cookieManager.create(cookieName,value,20);}},setEvents:function(){$('.language-selection a.back').bind("click",function(){$('.language-selection').addClass("away");$('#overlay').fadeOut("fast");return false;});$('#world a.location.ulm').bind("click",function(){$('#overlay').fadeIn("fast",function(){if($.browser.msie){$('#overlay').css("filter","alpha(opacity=70)");}
$('#lang-ulm').removeClass("away");});return false;});$('#lang-ulm a.de').bind("click",function(){home.dispatch('ulm','de');return false;});$('#lang-ulm a.en').bind("click",function(){home.dispatch('ulm','en');return false;});$('#world a.location.austin').bind("click",function(){home.dispatch('austin','en');return false;});if(!home.isLowBrowser()){$('#world .airport1').airport(['concept','variety','leisure','hopping','knowhow']);$('#world .airport2').airport(['ecological','revolution','profitable','locomotion','efficiency']);$('#world .airport3').airport(['mobility','uptodate','research']);$('#world .airport4').airport(['innovation','stressfrei','revolution']);$('#world .airport5').airport(['bequem','umwelt','alltag','genial']);$('#world .airport6').airport(['effizienz','forschung','praktisch']);}},isLowBrowser:function(){return($.browser.msie&&($.browser.version=='6.0'||$.browser.version=='7.0'));},animate:function(){if(home.isLowBrowser()){home.animateLocations();}else{$("#world .row").css("margin-left","-110%");$("#world .r1").animate({marginLeft:0},100);$("#world .r1").queue(function(){$("#world .r2").animate({marginLeft:0},95);$("#world .r2").queue(function(){$("#world .r3").animate({marginLeft:0},90);$("#world .r3").queue(function(){$("#world .r4").animate({marginLeft:0},85);$("#world .r4").queue(function(){$("#world .r5").animate({marginLeft:0},80);$("#world .r5").queue(function(){$("#world .r6").animate({marginLeft:0},75);$("#world .r6").queue(function(){$("#world .r7").animate({marginLeft:0},70);$("#world .r7").queue(function(){$("#world .r8").animate({marginLeft:0},65);$("#world .r8").queue(function(){$("#world .r9").animate({marginLeft:0},60);$("#world .r9").queue(function(){$("#world .r10").animate({marginLeft:0},55);$("#world .r10").queue(function(){$("#world .r11").animate({marginLeft:0},50);$("#world .r11").queue(function(){$("#world .r12").animate({marginLeft:0},45);$("#world .r12").queue(function(){$("#world .r13").animate({marginLeft:0},40);$("#world .r13").queue(function(){$("#world .r14").animate({marginLeft:0},35);$("#world .r14").queue(function(){$("#world .r15").animate({marginLeft:0},30);$("#world .r15").queue(function(){$("#world .r16").animate({marginLeft:0},25);$("#world .r16").queue(function(){$("#world .r17").animate({marginLeft:0},20);$("#world .r17").queue(function(){$("#world .r18").animate({marginLeft:0},20);$("#world .r18").queue(function(){$("#world .r19").animate({marginLeft:0},15);$("#world .r19").queue(function(){$("#world .r20").animate({marginLeft:0},15);$("#world .r20").queue(function(){$("#world .r21").animate({marginLeft:0},10);$("#world .r21").queue(function(){$("#world .r22").animate({marginLeft:0},10);$("#world .r22").queue(function(){$("#world .r23").animate({marginLeft:0},10);$("#world .r23").queue(function(){$("#world .r24").animate({marginLeft:0},10);$("#world .r24").queue(function(){$("#world .r25").animate({marginLeft:0},10);$("#world .r25").queue(function(){$("#world .r26").animate({marginLeft:0},10);$("#world .r26").queue(function(){home.animateLocations();})});});});});});});});});});});});});});});});});});});});});});});});});});}},animateLocations:function(){$('#world a.location').slideDown("fast");$('#world img.car').slideDown("fast");}}
$(document).ready(home.init);
