if(typeof vwLeftNav=="undefined")
{
var vwLeftNav = {};
}
vwLeftNav.data =
{
init : function()
{
this.navType = "title_carModel";
this.rootFolder = "passat";
this.comingSoon = new Array();
this.nav = new Array();
// title
this.nav[0] = {type:"t", title:"t_title", height:69};
// hr
this.nav[1] = {type:"hr", title:"m_hr"};
// See the Car
this.nav[2] = {type:"m", title:"m_seeTheCar", items:new Array(), url:this.getPath("overview"), height:19};
this.nav[2].items[0] = {type:"sm", title:"stc_photoGallery", url:this.getPath("gallery"), height:17};
this.nav[2].items[1] = {type:"sm", title:"stc_360Studio", url:this.getPath("360view"), height:17};
//this.nav[2].items[2] = {type:"sm", title:"stc_films", url:this.getPath("films"), height:17};
this.nav[2].items[2] = {type:"sm", title:"stc_brochures", url:this.getPath("brochure"), height:17};
// hr
this.nav[3] = {type:"hr_7", title:"m_hr"};
//Features & Specs
this.nav[4] = {type:"m", title:"m_featuresAndSpecs", items:new Array(), url:this.getPath("features"), height:19};
this.nav[4].items[0] = {type:"sm", title:"fns_keyFeatures", url:this.getPath("features"), height:17};
this.nav[4].items[1] = {type:"sm", title:"fns_completeSpecs", url:this.getPath("completespecs"), height:17};
//this.nav[4].items[2] = {type:"sm", title:"fns_compareTrims", url:this.getPath("compare"), height:17};
this.nav[4].items[2] = {type:"sm", title:"fns_priceList", url:this.getPath("pricelist"), height:17};
this.nav[4].items[3] = {type:"sm", title:"fns_warranty", url:this.getPath("warranty"), height:17};
this.nav[4].items[4] = {type:"sm", title:"fns_carefree", url:this.getPath("carefree"), height:17};
// hr
this.nav[5] = {type:"hr_7", title:"m_hr"};
//Build It
this.nav[6] = {type:"m", title:"m_buildIt", items:new Array(), url:this.getPath("buildit"), height:19};
// hr
this.nav[7] = {type:"hr_7", title:"m_hr"};
//Buy It
this.nav[8] = {type:"m", title:"m_buyIt", items:new Array(), url:this.getPath("buy"), height:19, isActive:true};
this.nav[8].items[0] = {type:"sm", title:"buy_findADealer", url:this.getPath("findadealer"), height:17};
this.nav[8].items[1] = {type:"sm", title:"buy_getAQuote", url:this.getPath("quote"), height:17};
this.nav[8].items[2] = {type:"sm", title:"buy_scheduleAJoyride", url:this.getPath("joyride"), height:17};
this.nav[8].items[3] = {type:"sm", title:"buy_specialOffers", url:this.getPath("offers"), height:17};
this.nav[8].items[4] = {type:"sm", title:"buy_financialTips", url:this.getPath("financial"), height:17};
// hr
//this.nav[9] = {type:"hr_7", title:"m_hr"};
},
getPath : function(inPage)
{
if(inPage == "overview")
return "/" + this.rootFolder + vwLeftNav.util.getLangCountry();
else if(inPage == "buildit")
return "/vwfeatures/" + this.rootFolder + "/en/us/" ;
else
return "/" + this.rootFolder + "/"+inPage+vwLeftNav.util.getLangCountry();
}
}