if(typeof vwLeftNav=="undefined")
{
var vwLeftNav = {};
}
vwLeftNav.data =
{
init : function()
{
this.navType = "customerService";
this.rootFolder = "customerService";
this.comingSoon = new Array();
this.nav = new Array();
this.nav[0] = {type:"hr_7", title:"m_hr"};
this.nav[1] = {type:"t", title:"t_title", height:0};
this.nav[2] = {type:"hr_7", title:"m_hr"};
this.nav[3] = {type:"m", title:"m_faqs", items:new Array(), url:this.getPath("faqs/topfaqs"), height:19};
this.nav[3].items[0] = {type:"sm", title:"f_topFaqs", url:this.getPath("faqs/topfaqs"), height:17};
this.nav[3].items[1] = {type:"sm", title:"f_vwClub", url:this.getPath("faqs/vwclub"), height:17};
this.nav[3].items[2] = {type:"sm", title:"f_vwWebsite", url:this.getPath("faqs/vwwebsite"), height:17};
this.nav[3].items[3] = {type:"sm", title:"f_pricing", url:this.getPath("faqs/pricing"), height:17};
this.nav[3].items[4] = {type:"sm", title:"f_customerCare", url:this.getPath("faqs/customercare"), height:17};
this.nav[4] = {type:"hr_7", title:"m_hr"};
this.nav[5] = {type:"m", title:"m_privacyPolicy", items:new Array(), url:this.getPath("privacypolicy"), height:19};
this.nav[6] = {type:"hr_7", title:"m_hr"};
this.nav[7] = {type:"m", title:"m_termsAndConditions", items:new Array(), url:this.getPath("termsandconditions"), height:19};
this.nav[8] = {type:"hr_7", title:"m_hr"};
this.nav[9] = {type:"m", title:"m_contactUs", items:new Array(), url:this.getPath("contactus"), height:19};
this.nav[10] = {type:"hr_7", title:"m_hr"};
},
getPath : function(inPage)
{
return "/customerservice/"+inPage+vwLeftNav.util.getLangCountry();
}
}