var myTELUS=new function(){var a=this;a.Focus=null;a.AddClass=function(g,h){var d=g.className.split(" ");var f="";var e={};for(var b=0;b<d.length;b++){e[d[b]]=null}e[h]=null;for(var j in e){f=(f)?f+" "+j:j}g.className=f};a.RemoveClass=function(g,h){var d=g.className.split(" ");var f="";var e={};for(var b=0;b<d.length;b++){e[d[b]]=null}delete e[h];for(var j in e){f=(f)?f+" "+j:j}g.className=f};a.GetChildElements=function(e){var b=[];for(var d=0;d<e.childNodes.length;d++){var f=e.childNodes[d];if(f.nodeType==1){b.push(f)}}return b};a.GetElementSize=function(b){return{width:b.offsetWidth,height:b.offsetHeight}};a.EncodeUrl=function(b){return escape(b).replace("%20"," ","g").replace("%","!","g").replace(/\+/g,"!2B")};a.Import=function(b){document.write('<script type="text/javascript" src="'+b+'"><\/script>')};a.ParseQuery=function(d){var e=d.split("&");var g={};for(var b=0;b<e.length;b++){var f=e[b].split("=");if(f.length>1){g[unescape(f[0])]=unescape(f[1])}else{g[unescape(f[0])]=null}}return g};a.ParseUrl=function(b){var d=b.match(/^(([^:]*):\/\/)?(([^:]*):([^@]*)@)?([^\/:]*)(:([^\/]*))?(\/[^?#]*)?(\?([^#]*))?(#(.*))?$/i);if(d){return{protocol:d[2],user:d[4],password:d[5],host:d[6],port:d[8],fullpath:d[9],query:d[11],anchor:d[13]}}else{return null}};a.AttachEvent=function(b,e,d){b[e]=function(f){d(f?f:window.event)}};a.AddHandler=function(b,d){return(d)?function(){d();b()}:b}};myTELUS.FindPage=function(b,n){var a=myTELUS.ParseUrl(n.toLowerCase());var o=null;var g=-1;if(!b){return null}for(var h=0;h<b.length;h++){var l=b[h];if(l.Url){var d=myTELUS.ParseUrl(l.Url.toLowerCase());if((!d.host||a.host==d.host)&&a.fullpath==d.fullpath){if(d.query){if(a.query){var m=myTELUS.ParseQuery(a.query);var f=myTELUS.ParseQuery(d.query);var j=true;var k=0;for(var e in f){if(!m[e]||(f[e]!=null&&m[e]!=f[e])){j=false;break}k++}if(j&&k>g){g=k;o=l}}}else{if(g<0){g=0;o=l}}}}else{if(o==null){o=l}}}return o};myTELUS.Effect=function(g,h,f,b,a,d,e){var i=this;i.Start=function(){i.Timer=setInterval(i.Update,1);i.StartTime=(new Date()).valueOf()};i.Stop=function(){clearInterval(i.Timer)};i.Update=function(){var n=(new Date()).valueOf()-i.StartTime;var j=e(n/d);if(j>1){j=1}var l=(j*i.EndValue)+(1-j)*i.StartValue;var m=g;for(var k=0;k<i.Path.length-1;k++){m=m[i.Path[k]]}m[i.Path[i.Path.length-1]]=f.replace("{value}",l);if(j>=1){i.Stop()}};i.Timer=null;i.StartTime=0;i.Path=h.split(".");i.StartValue=b;i.EndValue=a};myTELUS.Effect.Linear=function(a){return a};myTELUS.Effect.Smooth=function(a){return -2*a*a*a+3*a*a};myTELUS.Effect.Dampered=function(a){return a*a*a-3*a*a+3*a};myTELUS.Scroll=function(d,a){var b=this;b.NextItem=function(){if(!b.MouseInside&&b.Items.length>1){if(b.Previous>=0){myTELUS.AddClass(b.Items[b.Previous],"hide")}b.Previous=b.Current;b.Current=(b.Current+1)%b.Items.length;var f=b.Items[b.Previous];var g=b.Items[b.Current];myTELUS.RemoveClass(g,"hide");var e=myTELUS.GetElementSize(f).height;f.style.top="0px";g.style.top=e+"px";b.Scroll.style.top="0px";b.Effect.EndValue=e;b.Effect.Start()}clearTimeout(b.Timer);b.Timer=setTimeout(b.NextItem,a)};b.MouseEnter=function(){b.MouseInside=true};b.MouseLeave=function(){b.MouseInside=false};b.Scroll=d;b.Items=myTELUS.GetChildElements(d);b.Timer=setTimeout(b.NextItem,a);b.Effect=new myTELUS.Effect(b.Scroll,"style.top","-{value}px",0,0,1000,myTELUS.Effect.Dampered);b.Current=0;b.Previous=-1;b.MouseInside=false;b.Scroll.onmouseover=myTELUS.AddHandler(b.MouseEnter,b.Scroll.onmouseover);b.Scroll.onmouseout=myTELUS.AddHandler(b.MouseLeave,b.Scroll.onmouseout);b.NextItem()};myTELUS.Header=new function(){var a=this;a.Initialized=false;a.Controls={Pages:["mytelus-header-pages","mytelus-header-quicklinks-addcontent"],News:["mytelus-header-subnav","mytelus-header-subnav-news"],Money:["mytelus-header-subnav","mytelus-header-subnav-money"],Markets:["mytelus-header-subnav-markets"],Phone:["mytelus-header-subnav","mytelus-header-subnav-phone"],Regional:["mytelus-header-subnav-regional"],Music:["mytelus-header-subnav","mytelus-header-subnav-music"],QuickLinks:["mytelus-header-quicklinks"],Fonts:["mytelus-header-fontsize"],Google:["mytelus-header-search-google"],HLine:["mytelus-header-hline"],Language:["mytelus-header-language"]};a.AddContentButton=new function(){this.Set=function(b){document.getElementById("mytelus-header-quicklinks-addcontent-link").onclick=b}};a.ManagePagesButton=new function(){this.Set=function(b){document.getElementById("mytelus-header-add-link").onclick=b;document.getElementById("mytelus-header-manage-link").onclick=b}};a.PersonalizedPageList=new function(){var b=this;b.Pages=[];b.Activate=function(e){for(var d=0;d<b.Pages.length;d++){myTELUS.RemoveClass(b.Pages[d].item,"active")}if(e>=0&&e<b.Pages.length){myTELUS.AddClass(b.Pages[e].item,"active")}myTELUS.Header.Show([myTELUS.Header.Controls.Pages],[])};b.Add=function(f,d){var g="mytelus-header-pages-"+b.Pages.length;var e={index:b.Pages.length,item:document.getElementById(g),link:document.getElementById(g+"-link"),title:document.getElementById(g+"-title")};if(e.index==1){myTELUS.AddClass(document.getElementById("mytelus-header-add"),"hide");myTELUS.RemoveClass(document.getElementById("mytelus-header-manage"),"hide")}e.link.innerHTML=f;e.title.innerHTML=f;myTELUS.RemoveClass(e.link,"hide");myTELUS.RemoveClass(e.title,"hide");e.link.onclick=function(){b.Activate(e.index);d(e.index)};myTELUS.AddClass(e.item,"nosep");if(e.index>0){myTELUS.RemoveClass(b.Pages[e.index-1].item,"nosep")}b.Pages.push(e)}};a.Fontsize=new function(){var b=this;b.Increase=new function(){this.Set=function(d){document.getElementById("mytelus-header-fontsize-increase").onclick=d}};b.Decrease=new function(){this.Set=function(d){document.getElementById("mytelus-header-fontsize-decrease").onclick=d}}};a.Language=new function(){var b=this;b.Initialize=function(d){if(d){document.getElementById("mytelus-header-language-link").href=d;myTELUS.Header.Show([myTELUS.Header.Controls.Language],[])}}};a.Search=new function(){var b=this;b.ActiveTab=0;b.Tabs=[{Id:"mytelus-header-search-web",Target:"_top",Url:"http://recherche.montelus.com/globetrotter/ws/results/web/[SearchItem]/1/1172/ptheader/Relevance/zoom=off/_iceUrlFlag=7?_IceUrl=true",Google:true},{Id:"mytelus-header-search-canada",Target:"_top",Url:"http://recherche.montelus.com/globetrotter_ca/ws/results/canada/[SearchItem]/1/1172/ptheader/Relevance/iq=true/zoom=off/_iceUrlFlag=7?_IceUrl=true&engineset=mytelus_ca",Google:true},{Id:"mytelus-header-search-maps",Target:"_blank",Url:"http://maps.google.ca/?hl=fr&q=[SearchItem]",Google:true}];b.Activate=function(e){b.ActiveTab=e;for(var d=0;d<b.Tabs.length;d++){myTELUS.RemoveClass(document.getElementById(b.Tabs[d].Id),"active")}myTELUS.AddClass(document.getElementById(b.Tabs[b.ActiveTab].Id),"active");if(b.Tabs[e].Google){myTELUS.RemoveClass(document.getElementById(myTELUS.Header.Controls.Google),"hide")}else{myTELUS.AddClass(document.getElementById(myTELUS.Header.Controls.Google),"hide")}};b.Initialize=function(){function d(f){return function(){b.Activate(f);return false}}for(var e=0;e<b.Tabs.length;e++){document.getElementById(b.Tabs[e].Id).onclick=d(e)}document.getElementById("mytelus-header-search-button").onclick=b.Query;myTELUS.AttachEvent(document.getElementById("mytelus-header-search-text"),"onkeypress",b.KeyPressed)};b.KeyPressed=function(d){if(d.keyCode=="13"){b.Query();if(d.preventDefault){d.preventDefault()}if(d.stopPropagation){d.stopPropagation()}d.returnValue=false;return false}else{return true}};b.Query=function(){var e=b.Tabs[b.ActiveTab];var f=document.getElementById("mytelus-header-search-text").value;if(typeof(LogClient)=="function"){LogClient("417","ptheader")}f=f.replace(/^\s\s*/,"").replace(/\s\s*$/,"");if(f.length!=0){var d=e.Url.replace("[SearchItem]",b.EncodeForSearch(f));window.open(d,e.Target)}return false};b.EncodeForSearch=function(e){var d="";for(var f=0;f<e.length;f++){var g=e.charAt(f);c=b.SpecialChars[g];if(!c){c=g}d+=c}return d};b.SpecialChars={"%":"!25","+":"!2B","|":"!7C","/":"!2F","\\":"!5C","&":"!26"," ":"%20","@":"%40","<":"!3C",">":"!3E","=":"%3D",'"':"!22","#":"!23",":":"!3A","?":"!3F",";":"%3B","`":"%60","$":"%24",".":"!FE","*":"!FF","!":"!ZZ"}};a.Initialize=function(){var d;if(a.Initialized){return}a.Initialized=true;d=myTELUS.FindPage(myTELUS.Pages,window.location.href);if(d){a.Show(d.HeaderControls,d.ActiveTabs)}else{a.Show([myTELUS.Header.Controls.QuickLinks],[])}a.Language.Initialize(d.LanguageLink);a.Search.Initialize();a.Scroll=new myTELUS.Scroll(document.getElementById("mytelus-header-quicklinks-scroll"),5000);var b=document.getElementById("mytelus-header-quicklinks-scrolldown");b.onclick=myTELUS.AddHandler(a.Scroll.NextItem,b.onclick)};a.Show=function(f,d){for(var e=0;e<f.length;e++){for(var b=0;b<f[e].length;b++){myTELUS.RemoveClass(document.getElementById(f[e][b]),"hide")}}for(var e=0;e<d.length;e++){myTELUS.AddClass(document.getElementById(d[e]),"active")}}};
