function setFrench(){if(top.window.location.search==""){top.window.location=top.window.location+"?Language=fr"}else{var a=top.window.location.href;var c=/Language=en/gi;if(a.search(c)==-1){top.window.location=top.window.location+"&Language=fr"}else{var b;b=a.replace(c,"Language=fr");top.window.location=b}}}function setEnglish(){if(top.window.location.search==""){top.window.location=top.window.location+"?Language=en"}else{var a=top.window.location.href;var c=/Language=fr/gi;if(a.search(c)==-1){top.window.location=top.window.location+"&Language=en"}else{var b;b=a.replace(c,"Language=en");top.window.location=b}}}function logout(){if(top.window.location.search==""){top.window.location=top.window.location+"?logout=true"}else{top.window.location=top.window.location+"&logout=true"}}function initMenu(){$("#mainnavRoot").show();$("#mainnavRoot > li").hover(function(){$(this).css("z-index","2");$("a",this).addClass("highlighted");$("ul:eq(0)",this).fadeIn("normal")},function(){$("ul:eq(0)",this).fadeOut("fast");$("a",this).removeClass("highlighted");$(this).css("z-index","1")})};