/* Last published on : 19-Oct-11 13:06:15 */
var CtrixBrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS";},searchString:function(data){for(var i=0;i<data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1)
return data[i].identity;}
else if(dataProp)
return data[i].identity;}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1)return;return parseFloat(dataString.substring(index+this.versionSearchString.length+1));},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.userAgent,subString:"iPod",identity:"iPod"},{string:navigator.userAgent,subString:"iPad",identity:"iPad"},{string:navigator.userAgent,subString:"Windows CE",identity:"Windows CE"},{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};CtrixBrowserDetect.init();var Crmmetrixbr=CtrixBrowserDetect.browser;var CrmmetrixBrowserVersion=CtrixBrowserDetect.version;var CrmmetrixOS=CtrixBrowserDetect.OS;if((Crmmetrixbr=="Firefox"||Crmmetrixbr=="Explorer"||Crmmetrixbr=="Chrome"||Crmmetrixbr=="Safari")&&(CrmmetrixOS=="Linux"||CrmmetrixOS=="Mac"||CrmmetrixOS=="Windows"))
{var maindirurlpopcrm="http://www.klm.com/travel/generic/sitecrm";var maindirurlrelpopcrm="/travel/generic/sitecrm";var exit=50;var entry=0;var nosurvey=50;var exiturl=maindirurlpopcrm+"/stealth.html";var entryurl="";var clientnom="KLM";var clientsite="KLM";var insec=3;var cookieexp=3*24*30;var wtx=(screen.width);var htx=(screen.height);var wtx2=((wtx-439)*0.5);var posx=wtx2;var pid="klmscq20";var sniffernet=1;var stealthDivId="";var replacementbox;var isIE6;if(navigator.userAgent.toLowerCase().indexOf('msie 6')!=-1){isIE6=true;}
var langCode=document.location.toString().replace(document.location.protocol+'//','').split('/')[2].split('_')[0].toLowerCase();var langCodeActual=document.location.toString().replace(document.location.protocol+'//','').split('/')[2].split('_')[1].toLowerCase();if(langCode=="nl"){if(langCodeActual=="en")langCode="flen";else langCode="fl";}
if(langCode=="se")langCode="sw";if(langCode=="ie")langCode="ir";if(langCode!="de"&&langCode!="fr"&&langCode!="fl"&&langCode!="flen"&&langCode!="ir"&&langCode!="it"&&langCode!="sw"&&langCode!="us"&&langCode!="in"&&langCode!="id"&&langCode!="sg"&&langCode!="cn"&&langCode!="jp"&&langCode!="kr")
langCode="en";switch(langCode)
{case"fr":exit=40;entry=0;nosurvey=60;break;case"us":exit=17;entry=0;nosurvey=83;break;case"de":exit=17;entry=0;nosurvey=83;break;case"fl":exit=5;entry=0;nosurvey=95;break;case"flen":exit=13;entry=0;nosurvey=87;break;case"it":exit=11;entry=0;nosurvey=89;break;case"sw":exit=25;entry=0;nosurvey=75;break;case"ir":exit=100;entry=0;nosurvey=0;break;case"in":exit=54;entry=0;nosurvey=46;break;case"id":exit=83;entry=0;nosurvey=17;break;case"sg":exit=88;entry=0;nosurvey=12;break;case"cn":exit=62;entry=0;nosurvey=38;break;case"jp":exit=33;entry=0;nosurvey=67;break;case"kr":exit=100;entry=0;nosurvey=0;break;default:exit=19;entry=0;nosurvey=81;break;}
function loadStyleSheet(file)
{var script=document.createElement('link');script.rel='stylesheet';script.type='text/css';script.href=file;if(typeof(script.onreadystatechange)=='undefined')
script.onload=function(){this.onload=null;};else
script.onreadystatechange=function(){if(this.readyState!='loaded'&&this.readyState!='complete')return;this.onreadystatechange=null;};document.getElementsByTagName('head')[0].appendChild(script);}
loadStyleSheet(maindirurlrelpopcrm+"/style.css");function writeCookie(name,value,hours)
{var expire="";if(hours!=null)
{expire=new Date((new Date()).getTime()+hours*3600000);expire="; expires="+expire.toGMTString();}
document.cookie=name+"="+escape(value)+expire+";path=/;";}
function readCookie(name)
{var cookieValue="";var search=name+"=";if(document.cookie.length>0)
{offset=document.cookie.indexOf(search);if(offset!=-1)
{offset+=search.length;end=document.cookie.indexOf(";",offset);if(end==-1)end=document.cookie.length;cookieValue=unescape(document.cookie.substring(offset,end));}}
return cookieValue;}
function GetParam(name)
{var start=location.search.indexOf("?"+name+"=");if(start<0)start=location.search.indexOf("&"+name+"=");if(start<0)return'';start+=name.length+2;var end=location.search.indexOf("&",start)-1;if(end<0)end=location.search.length;var result=location.search.substring(start,end);var result='';for(var i=start;i<=end;i++){var c=location.search.charAt(i);result=result+(c=='+'?' ':c);}
return unescape(result);}
writeCookie("crm_cookieEnabled","1",20);var cookieEnabled=readCookie("crm_cookieEnabled");if(cookieEnabled=="1")
{var visitctr=readCookie("cntr");if(visitctr!="1")
{if(document.referrer&&document.referrer!="")
{writeCookie("refer",document.referrer,20);}
writeCookie("cntr","1",20);}}
else
{sniffernet=2;}
function hideAd(divId)
{if(isIE6){if(replacementbox!=null)replacementbox.showBoxes();}
if(document.layers!=null)
{if(document.layers[divId]!=null)document.layers[divId].visibility='hide';}
else if(document.all!=null)
{if(document.all[divId]!=null)document.all[divId].style.visibility='hidden';}
else if(document.getElementById!=null)
{if(document.getElementById(divId)!=null)document.getElementById(divId).style.visibility='hidden';}}
function showAd(divId)
{if(document.layers)document.layers[divId].visibility='show';else if(document.all)document.all[divId].style.visibility='visible';else if(document.getElementById)document.getElementById(divId).style.visibility='visible';if(isIE6){replacementbox=new SelectBoxReplacement();replacementbox.hideBoxes();}}
function create(divId)
{if(document.layers)document.layers[divId].visibility='show';else if(document.all)document.all[divId].style.visibility='visible';else if(document.getElementById)document.getElementById(divId).style.visibility='visible';}
function adDown(divId)
{state=typeof topPos;var fposi;if(divId=='bg')
{fposi=0;}
else
{fposi=80;}
if(state=='undefined'){topPos=-440;}
if(topPos<fposi)
{topPos+=40;if(document.layers)
{document.layers[divId].top=topPos;}
else
{if(document.all)
{document.all[divId].style.top=topPos;}
else
{if(document.getElementById)
{document.getElementById(divId).style.top=topPos;}}}
{setTimeout("adDown('"+divId+"');",5);}}}
function entryfx()
{var win2=window.open(entryurl,'entry_survey','top=0,left=0,height='+screen.height*0.4+',width='+screen.width*0.4+',resizable=yes,scrollbars=yes');if(win2!=null)
{win2.focus();writeCookie("crmseen","seen",cookieexp);}
hideAd('entry_pop');}
function stealthfx(idx)
{var win2=window.open(maindirurlpopcrm+'/stealth'+idx+'.html','stealth','height=30,width=60,scrollbars=yes,toolbars=no,location=no,resizable=yes');if(win2!=null)
{win2.blur();writeCookie("crmseen","seen",cookieexp);}
hideAd('stealth_pop_'+idx);}
function crmlinkfx()
{popupWin=window.open('http://fr.crmmetrix.com/','open_window','menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=100, top=100')}
function nosurveyfx(divId)
{hideAd(divId);writeCookie("crmseen","seen",20*24);}
var thiscookie=readCookie("crmseen");function changelang(divId)
{showAd('stealth_pop_'+divId);adDown('stealth_pop_'+divId);JSFX_FloatDiv('stealth_pop_'+divId,posx,100).floatIt();if(readCookie("donex1")!=1){imgfx('exit_'+divId);writeCookie("donex1",1,5);}}
if(navigator.appName=='Netscape')
var language=navigator.language;else
var language=navigator.browserLanguage;if(parseInt(navigator.appVersion)>=4)
{document.write('<div class="divcrm" id="entry_pop">');document.write('</div>');var btOK1=new Image();btOK1.src="/travel/generic/images/okButton_tcm169-278427.gif";var btOK2=new Image();btOK2.src="/travel/generic/images/okButtonh_tcm169-286853.gif";function montre(cntrButton){document.images[cntrButton].src=btOK2.src;}
function cache(cntrButton){document.images[cntrButton].src=btOK1.src;}
var btNO1=new Image();btNO1.src="/travel/generic/images/noButton_tcm169-278414.gif";var btNO2=new Image();btNO2.src="/travel/generic/images/noButtonh_tcm169-286852.gif";function montreNO(cntrButton){document.images[cntrButton].src=btNO2.src;}
function cacheNO(cntrButton){document.images[cntrButton].src=btNO1.src;}
switch(langCode)
{case"fr":document.write('<div class="divcrm" id="stealth_pop_fr">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Cher visiteur,</span>');document.write('<span id="crm_fr_texte">Aidez-nous &agrave; am&eacute;liorer le site web de '+clientsite+' en nous donnant votre avis &agrave; la fin de votre visite.<br/><br/>');document.write('Acceptez-vous de participer &agrave; notre enqu&ecirc;te ?<br /><br />');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_fr">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_fr\');"><img alt="Non" src="/travel/generic/images/okButton_tcm169-278427.gif" name="frbtOK" onMouseOut="cache(\'frbtOK\')" onMouseOver="montre(\'frbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_fr\');" class="noli" id="crm_a2">Non</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_fr">');document.write('<a href="javascript:stealthfx(\'fr\');"><img alt="Oui" src="/travel/generic/images/noButton_tcm169-278414.gif" name="frbtNO" onMouseOut="cacheNO(\'frbtNO\')" onMouseOver="montreNO(\'frbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'fr\');" id="crm_a1">Oui</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm">');document.write('<span>Toutes vos r&eacute;ponses resteront strictement confidentielles et les informations recueillies seront utilis&eacute;es uniquement dans le cadre de cette &eacute;tude.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_fr";break;case"us":document.write('<div class="divcrm" id="stealth_pop_us">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_us">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_us\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="usbtOK" onMouseOut="cache(\'usbtOK\')" onMouseOver="montre(\'usbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_us\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_us">');document.write('<a href="javascript:stealthfx(\'us\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="usbtNO" onMouseOut="cacheNO(\'usbtNO\')" onMouseOver="montreNO(\'usbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'us\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_us";break;case"de":document.write('<div class="divcrm" id="stealth_pop_de">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Sehr geehrter Besucher,</span>');document.write('<span id="crm_de_texte">bitte helfen Sie uns, die KLM-Website zu verbessern und sagen Sie uns Ihre Meinung, sobald Sie den Besuch dieser Website beendet haben.<br/><br/>');document.write('M&ouml;chten Sie an unserer Befragung teilnehmen?<br/><br/>');document.write('</span>');document.write('<span id="crm_en_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_de">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_de\');"><img alt="Nein" src="/travel/generic/images/okButton_tcm169-278427.gif" name="debtOK" onMouseOut="cache(\'debtOK\')" onMouseOver="montre(\'debtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_de\');" class="noli" id="crm_a2">Nein</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_de">');document.write('<a href="javascript:stealthfx(\'de\');"><img alt="Ja" src="/travel/generic/images/noButton_tcm169-278414.gif" name="debtNO" onMouseOut="cacheNO(\'debtNO\')" onMouseOver="montreNO(\'debtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'de\');" id="crm_a1">Ja</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_de_footercrm">');document.write('<span>Alle Ihre Antworten werden streng vertraulich behandelt und die gesammelten Informationen nur im Rahmen dieser Studie verwendet.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_de";break;case"fl":document.write('<div class="divcrm" id="stealth_pop_fl">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Beste bezoeker,</span>');document.write('<span id="crm_fl_texte">Wilt u ons helpen om onze website te verbeteren? Aan het eind van uw bezoek vragen wij u uw mening te geven.<br/><br/>');document.write('Doet u mee aan ons onderzoek?<br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_fl">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_fl\');"><img alt="Nee" src="/travel/generic/images/okButton_tcm169-278427.gif" name="flbtOK" onMouseOut="cache(\'flbtOK\')" onMouseOver="montre(\'flbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_fl\');" class="noli" id="crm_a2">Nee</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_fl">');document.write('<a href="javascript:stealthfx(\'fl\');"><img alt="Ja" src="/travel/generic/images/noButton_tcm169-278414.gif" name="flbtNO" onMouseOut="cacheNO(\'flbtNO\')" onMouseOver="montreNO(\'flbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'fl\');" id="crm_a1">Ja</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm">');document.write('<span>Al uw antwoorden zullen strikt vertrouwelijk blijven. De ontvangen informatie wordt alleen gebruikt in het kader van dit onderzoek en niet voor commerci&euml;le doeleinden.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_fl";break;case"it":document.write('<div class="divcrm" id="stealth_pop_it">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Gentile visitatore,</span>');document.write('<span id="crm_it_texte">Ci aiuti a migliorare il sito web di KLM esprimendo il suo parere al termine della visita.<br/><br/>');document.write('Accetta di partecipare al nostro sondaggio?<br />');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_it">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_it\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="itbtOK" onMouseOut="cache(\'itbtOK\')" onMouseOver="montre(\'itbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_it\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_it">');document.write('<a href="javascript:stealthfx(\'it\');"><img alt="S&igrave;" src="/travel/generic/images/noButton_tcm169-278414.gif" name="itbtNO" onMouseOut="cacheNO(\'itbtNO\')" onMouseOver="montreNO(\'itbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'it\');" id="crm_a1">S&igrave;</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm">');document.write('<span>Tutte le risposte rimarranno strettamente confidenziali e le informazioni raccolte saranno utilizzate solo in questo sondaggio e non per scopi commerciali.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_it";break;case"sw":document.write('<div class="divcrm" id="stealth_pop_sw">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">B&auml;sta bes&ouml;kare,</span>');document.write('<span id="crm_fr_texte">vi skulle uppskatta om du ville hj&auml;lpa oss att f&ouml;rb&auml;ttra KLM:s webbplats genom att l&aring;ta oss veta din &aring;sikt vid slutet av ditt bes&ouml;k.<br><br>');document.write('Vill du delta i v&aring;r enk&auml;t?');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_sw">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_sw\');"><img alt="Nej" src="/travel/generic/images/okButton_tcm169-278427.gif" name="swbtOK" onMouseOut="cache(\'swbtOK\')" onMouseOver="montre(\'swbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_sw\');" class="noli" id="crm_a2">Nej</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_sw">');document.write('<a href="javascript:stealthfx(\'sw\');"><img alt="Ja" src="/travel/generic/images/noButton_tcm169-278414.gif" name="swbtNO" onMouseOut="cacheNO(\'swbtNO\')" onMouseOver="montreNO(\'swbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'sw\');" id="crm_a1">Ja</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm">');document.write('<span>Dina svar &auml;r konfidentiella och den insamlade informationen anv&auml;nds uteslutande i denna unders&ouml;kning och inte f&ouml;r n&aring;gra som helst kommersiella syften.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_sw";break;case"ir":document.write('<div class="divcrm" id="stealth_pop_ir">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the '+clientsite+' website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_ir\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="usbtOK" onMouseOut="cache(\'usbtOK\')" onMouseOver="montre(\'usbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_ir\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'ir\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="usbtNO" onMouseOut="cacheNO(\'usbtNO\')" onMouseOver="montreNO(\'usbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'ir\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_ir";break;case"flen":document.write('<div class="divcrm" id="stealth_pop_flen">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_flen">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_flen\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_flen\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_flen">');document.write('<a href="javascript:stealthfx(\'flen\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'flen\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_flen";break;case"in":document.write('<div class="divcrm" id="stealth_pop_in">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_in\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_in\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'in\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'in\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_in";break;case"id":document.write('<div class="divcrm" id="stealth_pop_id">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_id\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_id\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'id\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'id\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_id";break;case"sg":document.write('<div class="divcrm" id="stealth_pop_sg">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_sg\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_sg\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'sg\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'sg\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_sg";break;case"cn":document.write('<div class="divcrm" id="stealth_pop_cn">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_cn_content" class="divcrm">');document.write('<span id="crm_cn_title">&#x60A8;&#x597D;&#xFF1A;</span>');document.write('<span id="crm_cn_texte">&#x8BF7;&#x60A8;&#x5728;&#x7ED3;&#x675F;&#x8BBF;&#x95EE;&#x65F6;&#x63D0;&#x51FA;&#x60A8;&#x7684;&#x5B9D;&#x8D35;&#x610F;&#x89C1;&#xFF0C;&#x534F;&#x52A9;&#x6211;&#x4EEC;&#x5B8C;&#x5584;&#x8377;&#x822A;&#x7F51;&#x7AD9;&#x3002;<br/><br/>&#x60A8;&#x662F;&#x5426;&#x613F;&#x610F;&#x53C2;&#x52A0;&#x6211;&#x4EEC;&#x7684;&#x8C03;&#x67E5;&#xFF1F;<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_cn\');"><img alt="&#x5426;" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_cn\');" class="noli" id="crm_a2">&#x5426;</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'cn\');"><img alt="&#x662F;" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'cn\');" id="crm_a1">&#x662F;</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>&#x5BF9;&#x4E8E;&#x60A8;&#x7684;&#x6240;&#x6709;&#x56DE;&#x7B54;&#xFF0C;&#x6211;&#x4EEC;&#x90FD;&#x5C06;&#x4E25;&#x683C;&#x4FDD;&#x5BC6;&#xFF0C;&#x6536;&#x96C6;&#x5230;&#x7684;&#x4FE1;&#x606F;&#x5C06;&#x4EC5;&#x4F9B;&#x672C;&#x6B21;&#x7814;&#x7A76;&#x4F7F;&#x7528;&#xFF0C;&#x7EDD;&#x4E0D;&#x4F1A;&#x7528;&#x4E8E;&#x4EFB;&#x4F55;&#x5546;&#x4E1A;&#x7528;&#x9014;&#x3002;<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_cn";break;case"jp":document.write('<div class="divcrm" id="stealth_pop_jp">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_cn_content" class="divcrm">');document.write('<span id="crm_cn_title">&#x304A;&#x5BA2;&#x69D8;&#x3078;&#x3001;</span>');document.write('<span id="crm_cn_texte">KLM &#x30A6;&#x30A7;&#x30D6;&#x30B5;&#x30A4;&#x30C8;&#x306E;&#x3054;&#x5229;&#x7528;&#x3001;&#x8AA0;&#x306B;&#x3042;&#x308A;&#x304C;&#x3068;&#x3046;&#x3054;&#x3056;&#x3044;&#x307E;&#x3059;&#x3002;&#x3088;&#x308D;&#x3057;&#x3051;&#x308C;&#x3070;&#x3001;&#x5F53;&#x30A6;&#x30A7;&#x30D6;&#x30B5;&#x30A4;&#x30C8;&#x5411;&#x4E0A;&#x306E;&#x305F;&#x3081;&#x306E;&#x30A2;&#x30F3;&#x30B1;&#x30FC;&#x30C8;&#x306B;&#x3054;&#x5354;&#x529B;&#x304F;&#x3060;&#x3055;&#x3044;&#x3002;<br/><br/>&#x30A2;&#x30F3;&#x30B1;&#x30FC;&#x30C8;&#x306B;&#x3054;&#x5354;&#x529B;&#x3044;&#x305F;&#x3060;&#x3051;&#x307E;&#x3059;&#x304B;&#xFF1F;&#x20;<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_jp">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_jp\');"><img alt="&#x3044;&#x3044;&#x3048;" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_jp\');" class="noli" id="crm_a2">&#x3044;&#x3044;&#x3048;</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_jp">');document.write('<a href="javascript:stealthfx(\'jp\');"><img alt="&#x306F;&#x3044;" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'jp\');" id="crm_a1">&#x306F;&#x3044;</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_jp">');document.write('<span>&#x304A;&#x5BA2;&#x69D8;&#x306E;&#x56DE;&#x7B54;&#x306F;&#x3059;&#x3079;&#x3066;&#x6975;&#x79D8;&#x3068;&#x3057;&#x3066;&#x53D6;&#x308A;&#x6271;&#x3044;&#x307E;&#x3059;&#x3002;&#x53CE;&#x96C6;&#x3055;&#x308C;&#x305F;&#x60C5;&#x5831;&#x306F;&#x3053;&#x306E;&#x8ABF;&#x67FB;&#x306E;&#x7BC4;&#x56F2;&#x5185;&#x3067;&#x306E;&#x307F;&#x4F7F;&#x7528;&#x3057;&#x3001;&#x5546;&#x696D;&#x76EE;&#x7684;&#x3067;&#x5229;&#x7528;&#x3059;&#x308B;&#x3053;&#x3068;&#x306F;&#x3042;&#x308A;&#x307E;&#x305B;&#x3093;&#x3002;<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_jp";break;case"kr":document.write('<div class="divcrm" id="stealth_pop_kr">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_cn_content" class="divcrm">');document.write('<span id="crm_cn_title">&#xBC29;&#xBB38;&#xC790;&#xB2D8;&#x20;&#xC548;&#xB155;&#xD558;&#xC2ED;&#xB2C8;&#xAE4C;&#x2C;</span>');document.write('<span id="crm_cn_texte">&#xC774;&#xC6A9;&#xD558;&#xC2E0;&#x20;&#xD6C4;&#x20;&#xC758;&#xACAC;&#xC744;&#x20;&#xC804;&#xD574;&#xC8FC;&#xC2DC;&#xBA74;&#x20;&#x4B;&#x4C;&#x4D;&#x20;&#xC6F9;&#xC0AC;&#xC774;&#xD2B8;&#x20;&#xAC1C;&#xC120;&#xC5D0;&#x20;&#xD070;&#x20;&#xB3C4;&#xC6C0;&#xC774;&#x20;&#xB429;&#xB2C8;&#xB2E4;&#x2E;<br/><br/>&#xC800;&#xD76C;&#x20;&#xC124;&#xBB38;&#xC870;&#xC0AC;&#xC5D0;&#x20;&#xCC38;&#xC5EC;&#xD558;&#xC2DC;&#xACA0;&#xC2B5;&#xB2C8;&#xAE4C;&#x3F;&#x20;<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep_kr">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_kr\');"><img alt="&#xC544;&#xB2C8;&#xC624;" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_kr\');" class="noli" id="crm_a2">&#xC544;&#xB2C8;&#xC624;</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_kr">');document.write('<a href="javascript:stealthfx(\'kr\');"><img alt="&#xC608;" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'kr\');" id="crm_a1">&#xC608;</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>&#xB2F5;&#xBCC0;&#xC740;&#x20;&#xBAA8;&#xB450;&#x20;&#xC5C4;&#xACA9;&#xD788;&#x20;&#xAE30;&#xBC00;&#xB85C;&#x20;&#xCC98;&#xB9AC;&#xD558;&#xBA70;&#x20;&#xC218;&#xC9D1;&#xD55C;&#x20;&#xC815;&#xBCF4;&#xB294;&#x20;&#xC774;&#x20;&#xC870;&#xC0AC;&#xB9CC;&#xC744;&#x20;&#xC704;&#xD574;&#x20;&#xC774;&#xC6A9;&#xD558;&#xACE0;&#x20;&#xC0C1;&#xC5C5;&#xC801;&#xC778;&#x20;&#xBAA9;&#xC801;&#xC73C;&#xB85C;&#x20;&#xC0AC;&#xC6A9;&#xD558;&#xC9C0;&#x20;&#xC54A;&#xC2B5;&#xB2C8;&#xB2E4;&#x2E;<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_kr";break;default:document.write('<div class="divcrm" id="stealth_pop_en">');document.write('<div class="divcrm" id="crm_headercrm">');document.write('</div>');document.write('<div id="crm_content_en" class="divcrm">');document.write('<div id="crm_fr_content" class="divcrm">');document.write('<span id="crm_fr_title">Dear visitor,</span>');document.write('<span id="crm_fr_texte">Please help us improve the KLM website by giving us your opinion at the end of your visit.<br/><br/>Would you like to take part in our survey?<br/><br/>');document.write('</span>');document.write('<span id="crm_fr_sign"></span>');document.write('</div>');document.write('<div id="crm_bouton_rep">');document.write('<a href="javascript:nosurveyfx(\'stealth_pop_en\');"><img alt="No" src="/travel/generic/images/okButton_tcm169-278427.gif" name="enbtOK" onMouseOut="cache(\'enbtOK\')" onMouseOver="montre(\'enbtOK\')"/></a>');document.write('<span><a href="javascript:nosurveyfx(\'stealth_pop_en\');" class="noli" id="crm_a2">No</a></span>');document.write('</div>');document.write('<div id="crm_bouton_non_en">');document.write('<a href="javascript:stealthfx(\'en\');"><img alt="Yes" src="/travel/generic/images/noButton_tcm169-278414.gif" name="enbtNO" onMouseOut="cacheNO(\'enbtNO\')" onMouseOver="montreNO(\'enbtNO\')"/></a>');document.write('<span><a href="javascript:stealthfx(\'en\');" id="crm_a1">Yes</a></span>');document.write('</div>');document.write('</div>');document.write('<div id="crm_footercrm_en">');document.write('<span>All your replies will remain strictly confidential, and the information collected will be used solely within the context of this study and in no way for any commercial purposes.<br/></span>');document.write('<a href="javascript:crmlinkfx();"><img src="/travel/generic/images/crmlogo_tcm169-278387.png"/></a>');document.write('</div>');document.write('</div>');stealthDivId="stealth_pop_en";break;}
if(document.layers)document.layers.entry_pop.left=10;else if(document.all)document.all.entry_pop.style.left=10;else if(document.getElementById)document.getElementById("entry_pop").style.left=10;if(document.layers)document.layers.entry_pop.zIndex=1000000;else if(document.all)document.all.entry_pop.style.zIndex=1000000;else if(document.getElementById)document.getElementById("entry_pop").style.zIndex=1000000;if(document.layers)document.layers[stealthDivId].left=10;else if(document.all)document.all[stealthDivId].style.left=10;else if(document.getElementById)document.getElementById(stealthDivId).style.left=10;if(document.layers)document.layers[stealthDivId].zIndex=1000000;else if(document.all)document.all[stealthDivId].style.zIndex=1000000;else if(document.getElementById)document.getElementById(stealthDivId).style.zIndex=1000000;hideAd(stealthDivId);}
var ns=(navigator.appName.indexOf("Netscape")!=-1);var d=document;function JSFX_FloatDiv(id,sx,sy)
{var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];var px=document.layers?"":"px";window[id+"_obj"]=el;if(d.layers)el.style=el;el.cx=el.sx=sx;el.cy=el.sy=sy;el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px;};el.floatIt=function()
{var pX,pY;pX=(this.sx>=0)?0:ns?innerWidth:document.documentElement&&document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth;pY=ns?pageYOffset:document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;if(this.sy<0)
pY+=ns?innerHeight:document.documentElement&&document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight;this.cx+=(pX+this.sx-this.cx)/8;this.cy+=(pY+this.sy-this.cy)/8;this.sP(this.cx,this.cy);setTimeout(this.id+"_obj.floatIt()",40);}
return el;}
function recontact_crmfx()
{var agt=navigator.userAgent.toLowerCase();var client=(agt.indexOf("msie"));var thiscookie=readCookie("crmseen");if(thiscookie!="seen")
{rndNumber=readCookie("rndNumber");var x;x=Math.random()*100;donex1=readCookie("donex1");if(x<=entry)
{showAd('entry_pop');adDown('entry_pop');JSFX_FloatDiv("entry_pop",wtx2,150).floatIt();imgfx('entry');}
if(x>(100-exit))
{showAd(stealthDivId);adDown(stealthDivId);JSFX_FloatDiv(stealthDivId,posx,100).floatIt();if(readCookie("donex1")!=1){if(langCode=="de"||langCode=="fr"||langCode=="fl"||langCode=="ir"||langCode=="it"||langCode=="sw"||langCode=="us"||langCode=="flen"||langCode=="in"||langCode=="id"||langCode=="sg"||langCode=="cn"||langCode=="jp"||langCode=="kr")
imgfx('exit_'+langCode);else
imgfx('exit_en');writeCookie("donex1",1,5);}}
if(x>entry&&x<=(100-exit))
{writeCookie("crmseen","seen",1*24);}}}
var secs=insec;var timerID=null;var timerRunning=false;var delay=1000;function timerfx()
{if(secs==0)
{if(timerRunning)
clearTimeout(timerID);timerRunning=false;recontact_crmfx();window.onerror=null;}
else
{secs=secs-1;timerRunning=true;timerID=self.setTimeout("timerfx()",delay);}}
if(sniffernet==1)
{timerfx();document.write("<img id='imgx' height='0' width='0'>");}
function imgfx(x)
{var elem=document.getElementById("imgx");elem.src="http://www.crm-metrix.fr/projects/invitetrack.asp?project="+x+"popin_"+pid;}}
