if(typeof vwLeftNav=="undefined")
{
var vwLeftNav = {};
}
vwLeftNav.data =
{
init : function()
{
this.navType = "companyInfo";
this.rootFolder = "companyInfo";
this.comingSoon = new Array();
this.nav = new Array();
this.nav[0] = {type:"hr_7", title:"m_hr"};
this.nav[1] = {type:"t", title:"m_title", height:0};
this.nav[2] = {type:"hr_7", title:"m_hr"};
this.nav[3] = {type:"m", title:"m_overview", items:new Array(), url:this.getPath("overview"), height:19};
this.nav[4] = {type:"hr_7", title:"m_hr"};
this.nav[5] = {type:"m", title:"m_vwworldwide", items:new Array(), url:this.getPath("vwworldwide"), height:34};
this.nav[6] = {type:"hr_7", title:"m_hr"};
this.nav[7] = {type:"m", title:"p_vw_america", items:new Array(), url:"http://www.volkswagengroupamerica.com/", height:37};
this.nav[8] = {type:"hr_7", title:"m_hr"};
this.nav[9] = {type:"m", title:"p_investorRelations", items:new Array(), url:"http://www.volkswagenag.com/vwag/vwcorp/content/en/investor_relations.html", height:19};
this.nav[10] = {type:"hr_7", title:"m_hr"};
this.nav[11] = {type:"m", title:"m_careers", items:new Array(), url:this.getPath("careers"), height:19};
this.nav[12] = {type:"hr_7", title:"m_hr"};
this.nav[13] = {type:"m", title:"m_vwBuzz", items:new Array(), url:this.getPath("newsroom"), height:19};
this.nav[14] = {type:"hr_7", title:"m_hr"};
this.nav[15] = {type:"m", title:"m_supplierPurchaseProgram", items:new Array(), url:this.getPath("supplierpurchaseprogram"), height:38};
this.nav[16] = {type:"hr_7", title:"m_hr"};
},
getPath : function(inPage)
{
if(inPage == "overview")
return "/" + this.rootFolder.toLowerCase() + vwLeftNav.util.getLangCountry();
else if(inPage == "newsroom")
return "/vwbuzz/browse" + vwLeftNav.util.getLangCountry();
else
return "/companyinfo/"+inPage+vwLeftNav.util.getLangCountry();
}
}