if(typeof vwTabNav=="undefined")
{
	var vwTabNav = {};
}
vwTabNav.data =
{
	init : function()
	{
		//this.navType = "companyInfo";
		//this.rootFolder = "companyInfo";
		//this.comingSoon = new Array();
		this.nav = new Array();
		this.nav[0] = {type:"tab", title:"overview", tab_id:"overview_tab", width:163};
		// Removed trims for Model Year 09 Initiative per Static copy deck
		//this.nav[1] = {type:"tab", title:"turbo", tab_id:"turbo_tab", width:130};
		//this.nav[2] = {type:"tab", title:"komfort", tab_id:"komfort_tab", width:130};
		//this.nav[3] = {type:"tab", title:"lux", tab_id:"lux_tab", width:130};
		//this.nav[4] = {type:"tab", title:"vr6", tab_id:"vr6_tab", width:130};
		this.nav[1] = {type:"print", width:25, url:"/downloads/pdf/CompleteSpecs_PassatSedan.pdf"};
		this.nav[2] = {type:"download", width:25, url:"/downloads/zip/CompleteSpecs_Passat.zip"};
	}
}
