//
function miniCart(){
var prdCount = 0, prdString = "", subTotal = (xmlConfig.cartSubTotal > 0)?xmlConfig.cartSubTotal:0;
	if(xmlOHeader.childNodes.length==0) subTotal = 0;
	for(var i=0;i<xmlOHeader.childNodes.length;i++){
		prdCount = prdCount+(parseInt(xmlOHeader.childNodes[i].QuantityAmount));
		};
	prdString += "Produkte:<strong>&nbsp;" + prdCount + "</strong><br>";
	prdString += "Summe:<strong>&nbsp;" + TFormatCurrency(subTotal, objPriCurrency) + "</strong><br><br>";
	prdString += "<a class=\"WAGRUNAV\" href=\"orderform." + xmlConfig.fileExtension + "\">";
	prdString += "<strong>" + '<img src="assets/images/bullet.gif" width="16" height="16" border="0" align="absmiddle" hspace="0" vspace="0" class="catnav">' + "Zum Bestellschein</strong></a>";
	return(prdString);
	};
//
var TNavDropDownIndent = ".."
//
function NavLinkedDropDownList(){
	return(TNavDropDownList(true));
	};
//
function NavDropDownList(){
	return(TNavDropDownList(false));
	};
//
function storeSearchParameters(optionValueArray){
var xmlSearchEngine = xmlConfig.getFirstItem("SearchEngine");
	if(optionValueArray[0]!="null"&&optionValueArray[0]!="nada"){
		xmlSearchEngine.categoryIndex = optionValueArray[0];
		xmlSearchEngine.categoryId = optionValueArray[2];
		xmlSearchEngine.ByCategory = "1";
		}
	else{
		xmlSearchEngine.categoryIndex = "null";
		xmlSearchEngine.categoryId = "null";
		xmlSearchEngine.ByCategory = "0";
		};
	};
//
function TNavDropDownList(asLink){
var rString = "";
var myNavIndex = "";
	if(asLink) myNavIndex = xmlConfig.navIndex;
	else myNavIndex = xmlConfig.getFirstItem("SearchEngine").categoryIndex;
	if(!(myNavIndex=="null"||myNavIndex=="")){ navigation[parseInt(myNavIndex)].active = true; };
	if(asLink) rString += "<select name=\"navselect\" onChange=\"changeLoc(this[this.selectedIndex].value.split(';;')[0],this[this.selectedIndex].value.split(';;')[1])\">"
	else rString += "<select name=\"navselect\" onChange=\"storeSearchParameters(this[this.selectedIndex].value.split(';;'))\">";
	rString += "<option value=\"nada;;start.htm;;null\">Gesamtkatalog</option>";
	for(var i=0; i<navigation.length; i++){
		if(navigation[i].parentId==null){
			rString += TNavDropDownItem(navigation[i], "");
			};
		};
	rString += "</select>";
	return(rString);
	};
//
function TNavDropDownItem(navItem, cptPreFix){
var rString = "";
	rString += "<option value=\"" + navItem.id + ";;" + navItem.linkUrl + ";;" + navItem.categoryId + "\"";
	if(navItem.active) rString += " selected";
	rString += ">" + cptPreFix + navItem.caption + "</option>";
	for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==navItem.id) rString += TNavDropDownItem(navigation[i], cptPreFix + TNavDropDownIndent);
	return(rString);	
	};
//
	function openItem(itemId){
	var objActiveItem = null;
		if(itemId!=null){
			objActiveItem = navigation[itemId];
			if(objActiveItem!=null){
				objActiveItem.open = true;
				openItem(objActiveItem.parentId);
				};
			};
		};
		
	function activateItem(itemId){
	var objActiveItem = null;
		if(itemId!=null){
			objActiveItem = navigation[itemId];
			if(objActiveItem!=null){
				objActiveItem.active = true;
				openItem(objActiveItem.parentId);
				};
			};
		};
		
	function itemHasSubelems(itemId){
		for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==itemId) return(true);
		return(false);
		};
	
	function TNavLinkList(){
	var strHTML = "";
		for(var i=0; i<navigation.length; i++) if(navigation[i].parentId==null) strHTML += printItem(navigation[i], 0);
		return(strHTML);
		};	
		
	function printItem(navItem, depth){
	var strHTML = "";
	var elemWidth = 1;
		strHTML += '<table width="100%" class="CATLINKS1STPARENT" border="0" cellpadding="1" cellspacing="1" >';
		strHTML += "<tr>"
		for(var i=0; i<depth; i++){
			strHTML += "<td";
			if(navItem.active) strHTML += " class=\"ACTIVECATEGORY\""
			else strHTML += " class=\"CATLINKS1STBULLET\"";
			strHTML += ' width="1%"><img src="assets/images/spacer.gif" width="16" height="1" height="1" alt="" border="0"></td>';
			};
		if(navItem.active) strHTML += '<td width="1%" class="ACTIVECATEGORY"><img src="assets/images/bulletcatact.gif" width="16" height="16" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else if(navItem.open&&itemHasSubelems(navItem.id)) strHTML += '<td width="1%" class="CATLINKS1STBULLET"><img src="assets/images/bulletcat1stcls.gif" width="16" height="16" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else strHTML += '<td width=\"1%\"><img src="assets/images/bulletcat1st.gif" width="16" height="16" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		strHTML += "<td";
		if(navItem.active) strHTML += " class=\"ACTIVECATEGORY\""
		else strHTML += " class=\"CATLINKS1STBULLET\"";
		strHTML += "width=\"" + ( 100 - ( depth + 1 ) ) + "%\">"
			+ "<a href=\"" + navItem.linkUrl + "?categoryId=" + escape(navItem.id) + "\" class=\"WAGRUNAV\">"
			+ navItem.caption
			+ "</a>"
			+ "</td>";
		strHTML += "</tr>"
		strHTML += "</table>"
		depth++;
		if(navItem.active||navItem.open){
			for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==navItem.id) strHTML += printItem(navigation[i], depth);
			};
		return(strHTML);
		};


//

// navElem
	function navElem(id,caption,linkUrl,parentId,categoryId){
		this.id = id;
		this.caption = caption;
		this.linkUrl = linkUrl;
		this.parentId = parentId;
		this.active = false;
		this.open = false;
		this.categoryId = categoryId;
		};
// navigation
var navigation = new Array();
//
navigation[0] = new navElem(0,"AC-Expansionsventil&nbsp(4)","pi452564984.html",null,"SACE");
navigation[1] = new navElem(1,"Alfa&nbsp(2)","pi-151284516.html",0,"01al");
navigation[2] = new navElem(2,"BMW&nbsp(1)","pi1559679661.html",0,"01bm");
navigation[3] = new navElem(3,"Citroen&nbsp(2)","pi585791082.html",0,"01ci");
navigation[4] = new navElem(4,"Fiat&nbsp(3)","pi-770044765.html",0,"01fi");
navigation[5] = new navElem(5,"Renault&nbsp(1)","pi-1884378456.html",0,"01re");
navigation[6] = new navElem(6,"AC-Kompressor","pi1586306790.html",null,"SACK");
navigation[7] = new navElem(7,"Alfa&nbsp(15)","pi1209220836.html",6,"03al");
navigation[8] = new navElem(8,"BMW","pi987948565.html",6,"03bm");
navigation[9] = new navElem(9,"3-er Serie&nbsp(11)","pi1376001476.html",8,"03bm3");
navigation[10] = new navElem(10,"5-er Serie&nbsp(16)","pi-1166584971.html",8,"03bm5");
navigation[11] = new navElem(11,"6-er Serie&nbsp(3)","pi1345636754.html",8,"03bm6");
navigation[12] = new navElem(12,"7-er Serie&nbsp(10)","pi-1864328533.html",8,"03bm7");
navigation[13] = new navElem(13,"8-er Serie&nbsp(3)","pi-701443568.html",8,"03bm8");
navigation[14] = new navElem(14,"Kupplungen f.Kompr.&nbsp(3)","pi1463043774.html",8,"03bmk");
navigation[15] = new navElem(15,"Z u. X Serie&nbsp(2)","pi-1219539759.html",8,"03bmz");
navigation[16] = new navElem(16,"Chrysler","pi282677170.html",6,"03ch");
navigation[17] = new navElem(17,"Cherokee&nbsp(4)","pi-574065683.html",16,"03ch_ch");
navigation[18] = new navElem(18,"Kupplungen f. Kompr.&nbsp(8)","pi1100452979.html",16,"03ch_ku");
navigation[19] = new navElem(19,"sonstige&nbsp(2)","pi-1008627741.html",16,"03ch_an");
navigation[20] = new navElem(20,"Stratus / Sebring&nbsp(1)","pi782454442.html",16,"03ch_st");
navigation[21] = new navElem(21,"Voyager&nbsp(10)","pi-985717913.html",16,"03ch_vo");
navigation[22] = new navElem(22,"Wrangler&nbsp(3)","pi2091369244.html",16,"03ch_wr");
navigation[23] = new navElem(23,"Citroen&nbsp(20)","pi642575947.html",6,"03ci");
navigation[24] = new navElem(24,"Daewoo&nbsp(3)","pi895305008.html",6,"03dae");
navigation[25] = new navElem(25,"Fiat&nbsp(22)","pi-1987163791.html",6,"03fi");
navigation[26] = new navElem(26,"Ford","pi-348229922.html",6,"03fo");
navigation[27] = new navElem(27,"Escort&nbsp(3)","pi1512443222.html",26,"03fo_es");
navigation[28] = new navElem(28,"Fiesta / KA / Courier&nbsp(5)","pi-1184007323.html",26,"03fo_fi");
navigation[29] = new navElem(29,"Focus / Fusion&nbsp(3)","pi-1789169982.html",26,"03fo_fo");
navigation[30] = new navElem(30,"Galaxy&nbsp(1)","pi1387154292.html",26,"03fo_ga");
navigation[31] = new navElem(31,"Kupplungen f. Kompr.&nbsp(4)","pi-1428461876.html",26,"03fo_ku");
navigation[32] = new navElem(32,"Mondeo / Cougar&nbsp(9)","pi808164383.html",26,"03fo_mo");
navigation[33] = new navElem(33,"Scorpio / Sierra&nbsp(5)","pi-1040243511.html",26,"03fo_sc");
navigation[34] = new navElem(34,"sonstige&nbsp(6)","pi-854277093.html",26,"03fo_an");
navigation[35] = new navElem(35,"Honda&nbsp(10)","pi1393881351.html",6,"03ho");
navigation[36] = new navElem(36,"Jaguar&nbsp(4)","pi-906319812.html",6,"03ja");
navigation[37] = new navElem(37,"Lancia&nbsp(1)","pi-1758102899.html",6,"03lan");
navigation[38] = new navElem(38,"Mazda&nbsp(7)","pi1119959242.html",6,"03ma");
navigation[39] = new navElem(39,"MB","pi360478595.html",6,"03mb");
navigation[40] = new navElem(40,"Kupplung f.Kompr.&nbsp(5)","pi1956035264.html",39,"03mb_ku");
navigation[41] = new navElem(41,"W107 bis W126&nbsp(7)","pi-632859711.html",39,"03mb_div");
navigation[42] = new navElem(42,"W129 + Vito&nbsp(5)","pi1594433262.html",39,"03mb_129");
navigation[43] = new navElem(43,"W140 S-Klasse&nbsp(5)","pi-556591412.html",39,"03mb_140");
navigation[44] = new navElem(44,"W168 A Klasse&nbsp(1)","pi2078557143.html",39,"03mb_168");
navigation[45] = new navElem(45,"W201&nbsp(4)","pi704819337.html",39,"03mb_201");
navigation[46] = new navElem(46,"W202 / W210&nbsp(2)","pi-284718630.html",39,"03mb_2");
navigation[47] = new navElem(47,"Mitsubishi&nbsp(4)","pi738243592.html",6,"03mi");
navigation[48] = new navElem(48,"Nissan&nbsp(6)","pi937350505.html",6,"03ni");
navigation[49] = new navElem(49,"Opel","pi321378678.html",6,"03op");
navigation[50] = new navElem(50,"Astra/Zafira&nbsp(11)","pi-1024599162.html",49,"03op_as");
navigation[51] = new navElem(51,"Corsa/Tigra&nbsp(5)","pi-317343303.html",49,"03op_co");
navigation[52] = new navElem(52,"Omega/Senator&nbsp(7)","pi2125272915.html",49,"03op_om");
navigation[53] = new navElem(53,"Vectra/Calibra&nbsp(6)","pi1025616792.html",49,"03op_ve");
navigation[54] = new navElem(54,"Peugeot&nbsp(1)","pi-1159643713.html",6,"03pe");
navigation[55] = new navElem(55,"Porsche&nbsp(14)","pi735147156.html",6,"03po");
navigation[56] = new navElem(56,"Renault","pi596538885.html",6,"03re");
navigation[57] = new navElem(57,"Clio/Kangoo&nbsp(5)","pi1972988299.html",56,"03re_cl");
navigation[58] = new navElem(58,"Espace&nbsp(6)","pi-1165362545.html",56,"03re_es");
navigation[59] = new navElem(59,"Laguna&nbsp(7)","pi1821011824.html",56,"03re_la");
navigation[60] = new navElem(60,"Megane&nbsp(7)","pi-1384251406.html",56,"03re_me");
navigation[61] = new navElem(61,"R19 / R21 / R25&nbsp(4)","pi1280706091.html",56,"03re_19");
navigation[62] = new navElem(62,"Safrane&nbsp(6)","pi-635599580.html",56,"03re_sa");
navigation[63] = new navElem(63,"sonstige","pi1909374805.html",56,"03re_an");
navigation[64] = new navElem(64,"Twingo&nbsp(1)","pi544487089.html",56,"03re_tw");
navigation[65] = new navElem(65,"Rover&nbsp(3)","pi1716731106.html",6,"03ro");
navigation[66] = new navElem(66,"Saab&nbsp(6)","pi677885408.html",6,"03sa");
navigation[67] = new navElem(67,"Seat&nbsp(1)","pi1604466785.html",6,"03se");
navigation[68] = new navElem(68,"Toyota&nbsp(11)","pi-2123690226.html",6,"03to");
navigation[69] = new navElem(69,"Volvo&nbsp(14)","pi811795436.html",6,"03vo");
navigation[70] = new navElem(70,"VW / Audi","pi-321373833.html",6,"03vw");
navigation[71] = new navElem(71,"Audi 80/90/100/200&nbsp(11)","pi349217566.html",70,"03vw_alt");
navigation[72] = new navElem(72,"Audi A4/A6/A8&nbsp(11)","pi-860250041.html",70,"03vw_A");
navigation[73] = new navElem(73,"Corrado&nbsp(5)","pi-586900797.html",70,"03vw_co");
navigation[74] = new navElem(74,"Golf/Vento/Jetta&nbsp(7)","pi-1319045508.html",70,"03vw_go");
navigation[75] = new navElem(75,"Kupplungen f. Kompr.&nbsp(3)","pi484774891.html",70,"03vw_ku");
navigation[76] = new navElem(76,"New Bettle / A3&nbsp(1)","pi1701051148.html",70,"03vw_ne");
navigation[77] = new navElem(77,"Passat&nbsp(7)","pi2122234829.html",70,"03vw_pa");
navigation[78] = new navElem(78,"Polo/Lupo&nbsp(2)","pi-884920054.html",70,"03vw_po");
navigation[79] = new navElem(79,"Sharan&nbsp(4)","pi513435208.html",70,"03vw_sh");
navigation[80] = new navElem(80,"Transporter&nbsp(7)","pi1124641449.html",70,"03vw_tr");
navigation[81] = new navElem(81,"AC-Kondensator","pi605098607.html",null,"SACKD");
navigation[82] = new navElem(82,"Alfa&nbsp(14)","pi-705841027.html",81,"04al");
navigation[83] = new navElem(83,"BMW","pi-1664500742.html",81,"04bm");
navigation[84] = new navElem(84,"3-er Serie&nbsp(10)","pi-1357261386.html",83,"04bm_3");
navigation[85] = new navElem(85,"5-er Serie&nbsp(8)","pi1561072895.html",83,"04bm_5");
navigation[86] = new navElem(86,"6-er Serie&nbsp(3)","pi-1162032428.html",83,"04bm_6");
navigation[87] = new navElem(87,"7-er Serie&nbsp(4)","pi40509253.html",83,"04bm_7");
navigation[88] = new navElem(88,"8-er Serie&nbsp(1)","pi-50365150.html",83,"04bm_8");
navigation[89] = new navElem(89,"Z u. X- Serie&nbsp(3)","pi567642875.html",83,"04bm_z");
navigation[90] = new navElem(90,"Chrysler&nbsp(16)","pi1792583411.html",81,"04ch");
navigation[91] = new navElem(91,"Citroen","pi-1412191560.html",81,"04ci");
navigation[92] = new navElem(92,"AX/BX/ZM/XM/CX/ZX&nbsp(11)","pi-450432992.html",91,"04ci_x");
navigation[93] = new navElem(93,"Berlingo&nbsp(2)","pi1724239553.html",91,"04ci_be");
navigation[94] = new navElem(94,"C - Serie&nbsp(5)","pi-1692638676.html",91,"04ci_c");
navigation[95] = new navElem(95,"Jumpy/Evasion/Jumper&nbsp(2)","pi-1416301151.html",91,"04ci_ju");
navigation[96] = new navElem(96,"Saxo/Xsara&nbsp(5)","pi-879347529.html",91,"04ci_sa");
navigation[97] = new navElem(97,"Xantia&nbsp(1)","pi18731854.html",91,"04ci_xan");
navigation[98] = new navElem(98,"Daewoo&nbsp(6)","pi1972785753.html",81,"04dae");
navigation[99] = new navElem(99,"Daihatsu&nbsp(1)","pi1386770342.html",81,"04dai");
navigation[100] = new navElem(100,"Fiat","pi124437551.html",81,"04fi");
navigation[101] = new navElem(101,"Barchetta/Tempra/Coupe&nbsp(2)","pi-2002977818.html",100,"04fi_ba");
navigation[102] = new navElem(102,"Bravo/Brava/Marea&nbsp(5)","pi-2005469287.html",100,"04fi_br");
navigation[103] = new navElem(103,"Cinquecento/Seicento&nbsp(2)","pi1932577213.html",100,"04fi_ci");
navigation[104] = new navElem(104,"Croma&nbsp(5)","pi-2054066952.html",100,"04fi_cr");
navigation[105] = new navElem(105,"Ducato / Fiorino&nbsp(2)","pi-662794626.html",100,"04fi_dud");
navigation[106] = new navElem(106,"Multipla&nbsp(2)","pi-274642031.html",100,"04fi_mu");
navigation[107] = new navElem(107,"Punto&nbsp(15)","pi-1827453894.html",100,"04fi_pu");
navigation[108] = new navElem(108,"Tipo /Stilo&nbsp(4)","pi-1775297997.html",100,"04fi_ti");
navigation[109] = new navElem(109,"Ulysse&nbsp(1)","pi-277064902.html",100,"04fi_ue");
navigation[110] = new navElem(110,"Uno / Palio&nbsp(4)","pi1808023591.html",100,"04fi_un");
navigation[111] = new navElem(111,"Ford","pi-1698253244.html",81,"04fo");
navigation[112] = new navElem(112,"Escort&nbsp(3)","pi-608756604.html",111,"04fo_es");
navigation[113] = new navElem(113,"Fiesta/Fusion/Courier/Puma&nbsp(3)","pi157870959.html",111,"04fo_fi");
navigation[114] = new navElem(114,"Focus&nbsp(2)","pi-1345414347.html",111,"04fo_fo");
navigation[115] = new navElem(115,"Galaxy&nbsp(1)","pi-431538992.html",111,"04fo_ga");
navigation[116] = new navElem(116,"Ka&nbsp(1)","pi184739410.html",111,"04fo_ka");
navigation[117] = new navElem(117,"Mondeo&nbsp(6)","pi82847851.html",111,"04fo_mo");
navigation[118] = new navElem(118,"Sierra/Scorpio&nbsp(18)","pi-1624731503.html",111,"04fo_si");
navigation[119] = new navElem(119,"Transit /sonstige&nbsp(7)","pi2068033406.html",111,"04fo_tr");
navigation[120] = new navElem(120,"Honda","pi-105963019.html",81,"04ho");
navigation[121] = new navElem(121,"Accord&nbsp(8)","pi1678839079.html",120,"04ho_ac");
navigation[122] = new navElem(122,"Civic&nbsp(6)","pi-1349494308.html",120,"04ho_ci");
navigation[123] = new navElem(123,"Legende&nbsp(2)","pi-1206160467.html",120,"04ho_le");
navigation[124] = new navElem(124,"Prelude&nbsp(4)","pi1359004522.html",120,"04ho_pr");
navigation[125] = new navElem(125,"Hyundai&nbsp(14)","pi-1333062126.html",81,"04hy");
navigation[126] = new navElem(126,"Isuzu&nbsp(3)","pi-1463349973.html",81,"04is");
navigation[127] = new navElem(127,"Jaguar&nbsp(11)","pi881980048.html",81,"04ja");
navigation[128] = new navElem(128,"Kia&nbsp(3)","pi831849297.html",81,"04ki");
navigation[129] = new navElem(129,"Lancia&nbsp(16)","pi-1754506434.html",81,"04lan");
navigation[130] = new navElem(130,"Mazda","pi293977575.html",81,"04ma");
navigation[131] = new navElem(131,"121&nbsp(1)","pi892573091.html",130,"04ma_121");
navigation[132] = new navElem(132,"323&nbsp(11)","pi742506408.html",130,"04ma_323");
navigation[133] = new navElem(133,"626/929&nbsp(7)","pi2076156041.html",130,"04ma_626");
navigation[134] = new navElem(134,"MX-Serie&nbsp(5)","pi627319386.html",130,"04ma_");
navigation[135] = new navElem(135,"sonstige&nbsp(3)","pi539643414.html",130,"04ma_an");
navigation[136] = new navElem(136,"Xedos&nbsp(3)","pi1380521053.html",130,"04ma_xe");
navigation[137] = new navElem(137,"MB","pi1944054684.html",81,"04mb");
navigation[138] = new navElem(138,"G-Modell","pi-1999041261.html",137,"04mb_g");
navigation[139] = new navElem(139,"ML Geländewagen&nbsp(9)","pi900095576.html",137,"04mb_ml");
navigation[140] = new navElem(140,"SL/SLK&nbsp(8)","pi-989747847.html",137,"04mb_sl");
navigation[141] = new navElem(141,"Sprinter/Vito/V-Klasse&nbsp(2)","pi-583742394.html",137,"04mb_sp");
navigation[142] = new navElem(142,"W116 / W123&nbsp(3)","pi1092058591.html",137,"04mb_116");
navigation[143] = new navElem(143,"W124&nbsp(8)","pi-386434508.html",137,"04mb_124");
navigation[144] = new navElem(144,"W126&nbsp(7)","pi-733269211.html",137,"04mb_126");
navigation[145] = new navElem(145,"W140&nbsp(1)","pi-1318372478.html",137,"04mb_140");
navigation[146] = new navElem(146,"W168&nbsp(3)","pi2051845786.html",137,"04mb_168");
navigation[147] = new navElem(147,"W201&nbsp(10)","pi1573929435.html",137,"04mb_201");
navigation[148] = new navElem(148,"W202&nbsp(4)","pi143021440.html",137,"04mb_202");
navigation[149] = new navElem(149,"W203&nbsp(2)","pi275646337.html",137,"04mb_203");
navigation[150] = new navElem(150,"W208&nbsp(2)","pi745388445.html",137,"04mb_208");
navigation[151] = new navElem(151,"W210&nbsp(3)","pi-648726610.html",137,"04mb_210");
navigation[152] = new navElem(152,"W211&nbsp(1)","pi-914285161.html",137,"04mb_211");
navigation[153] = new navElem(153,"W220&nbsp(1)","pi520609164.html",137,"04mb_220");
navigation[154] = new navElem(154,"Misubishi","pi-693523670.html",81,"04mi");
navigation[155] = new navElem(155,"3000GT&nbsp(1)","pi1571963050.html",154,"04mi_gt");
navigation[156] = new navElem(156,"Carisma&nbsp(2)","pi53011428.html",154,"04mi_ca");
navigation[157] = new navElem(157,"Colt/Lancer&nbsp(5)","pi-2058433457.html",154,"04mi_co");
navigation[158] = new navElem(158,"Eclipse&nbsp(2)","pi-806426859.html",154,"04mi_ec");
navigation[159] = new navElem(159,"Galant&nbsp(4)","pi-399660823.html",154,"04mi_ga");
navigation[160] = new navElem(160,"Pajero&nbsp(7)","pi1289452722.html",154,"04mi_pa");
navigation[161] = new navElem(161,"Sigma&nbsp(3)","pi-417540277.html",154,"04mi_si");
navigation[162] = new navElem(162,"Space&nbsp(9)","pi624900656.html",154,"04mi_sp");
navigation[163] = new navElem(163,"Nissan","pi1728746093.html",81,"04ni");
navigation[164] = new navElem(164,"200SX / 300SX&nbsp(2)","pi1099937509.html",163,"04ni_200");
navigation[165] = new navElem(165,"Almera&nbsp(3)","pi-1529551806.html",163,"04ni_al");
navigation[166] = new navElem(166,"Bluebird&nbsp(2)","pi-2063635557.html",163,"04ni_bl");
navigation[167] = new navElem(167,"Maxima&nbsp(5)","pi-78435264.html",163,"04ni_ma");
navigation[168] = new navElem(168,"Micra&nbsp(2)","pi-1218427071.html",163,"04ni_mi");
navigation[169] = new navElem(169,"Patrol/Trade/Terrano&nbsp(6)","pi120646766.html",163,"04ni_pa");
navigation[170] = new navElem(170,"Prairie","pi-1383832745.html",163,"04ni_pra");
navigation[171] = new navElem(171,"Primera&nbsp(5)","pi-733634484.html",163,"04ni_pri");
navigation[172] = new navElem(172,"Serena&nbsp(2)","pi1967224157.html",163,"04ni_se");
navigation[173] = new navElem(173,"Sunny / 100NX&nbsp(4)","pi-1305268390.html",163,"04ni_su");
navigation[174] = new navElem(174,"Vanette&nbsp(1)","pi-469094701.html",163,"04ni_va");
navigation[175] = new navElem(175,"Opel","pi-1541746077.html",81,"04op");
navigation[176] = new navElem(176,"Astra / Zafira&nbsp(3)","pi295423256.html",175,"04op_as");
navigation[177] = new navElem(177,"Corsa / Tigra&nbsp(6)","pi-525951687.html",175,"04op_co");
navigation[178] = new navElem(178,"Frontera / Monterey&nbsp(3)","pi533387526.html",175,"04op_fr");
navigation[179] = new navElem(179,"Kadett&nbsp(1)","pi2032372239.html",175,"04op_ka");
navigation[180] = new navElem(180,"Omega / Senator&nbsp(6)","pi-1308049756.html",175,"04op_om");
navigation[181] = new navElem(181,"Sintra&nbsp(1)","pi-1680811307.html",175,"04op_si");
navigation[182] = new navElem(182,"Vectra / Calibra&nbsp(8)","pi1418843506.html",175,"04op_ve");
navigation[183] = new navElem(183,"Peugeot","pi-612635288.html",81,"04pe");
navigation[184] = new navElem(184,"106&nbsp(2)","pi-2048462581.html",183,"o4pe_106");
navigation[185] = new navElem(185,"205 / 206&nbsp(3)","pi1374175472.html",183,"04pe_205");
navigation[186] = new navElem(186,"306 / 309&nbsp(7)","pi-1674900943.html",183,"o4pe_306");
navigation[187] = new navElem(187,"405 / 406&nbsp(4)","pi1979240606.html",183,"04pe_405");
navigation[188] = new navElem(188,"605 / 806&nbsp(2)","pi-643129401.html",183,"04pe_605");
navigation[189] = new navElem(189,"Porsche&nbsp(14)","pi1041509193.html",81,"04po");
navigation[190] = new navElem(190,"Renault","pi766456278.html",81,"04re");
navigation[191] = new navElem(191,"Clio / Kangoo&nbsp(5)","pi-582295556.html",190,"04re_cl");
navigation[192] = new navElem(192,"Espace&nbsp(9)","pi1046857549.html",190,"04re_es");
navigation[193] = new navElem(193,"Laguna  / Vel Satis&nbsp(4)","pi2066953866.html",190,"04re_la");
navigation[194] = new navElem(194,"Master&nbsp(2)","pi-624826424.html",190,"04re_ma");
navigation[195] = new navElem(195,"Megane&nbsp(4)","pi461410883.html",190,"04re_me");
navigation[196] = new navElem(196,"R9/11/19/21/25&nbsp(14)","pi-613251969.html",190,"04re_r");
navigation[197] = new navElem(197,"Safrane&nbsp(8)","pi-1269600727.html",190,"04re_sa");
navigation[198] = new navElem(198,"Twingo&nbsp(2)","pi618869558.html",190,"04re_tw");
navigation[199] = new navElem(199,"Rover&nbsp(11)","pi2145256436.html",81,"04ro");
navigation[200] = new navElem(200,"Saab&nbsp(6)","pi714336741.html",81,"04sa");
navigation[201] = new navElem(201,"Seat&nbsp(7)","pi543415106.html",81,"04se");
navigation[202] = new navElem(202,"Skoda&nbsp(2)","pi1862981275.html",81,"04sk");
navigation[203] = new navElem(203,"Smart&nbsp(1)","pi561445696.html",81,"04sm");
navigation[204] = new navElem(204,"Subaru&nbsp(9)","pi1470474817.html",81,"04sub");
navigation[205] = new navElem(205,"Suzuki&nbsp(10)","pi1247105902.html",81,"04suz");
navigation[206] = new navElem(206,"Toyota","pi-277578153.html",81,"04to");
navigation[207] = new navElem(207,"Avensis&nbsp(1)","pi793646867.html",206,"04to_av");
navigation[208] = new navElem(208,"Camry&nbsp(3)","pi1525376084.html",206,"04to_");
navigation[209] = new navElem(209,"Carina&nbsp(2)","pi-393995579.html",206,"04to_car");
navigation[210] = new navElem(210,"Celica&nbsp(3)","pi663073442.html",206,"04to_ce");
navigation[211] = new navElem(211,"Corolla&nbsp(9)","pi259912315.html",206,"04to_co");
navigation[212] = new navElem(212,"Landcruiser&nbsp(7)","pi1488855456.html",206,"04to_la");
navigation[213] = new navElem(213,"Paseo / Previa / Picnic&nbsp(5)","pi-1281251039.html",206,"04to_p");
navigation[214] = new navElem(214,"RAV &nbsp(2)","pi944773175.html",206,"04to_ra");
navigation[215] = new navElem(215,"Sonstige&nbsp(3)","pi523575384.html",206,"04to_an");
navigation[216] = new navElem(216,"Starlet&nbsp(1)","pi882794702.html",206,"04to_st");
navigation[217] = new navElem(217,"Yaris&nbsp(1)","pi378907564.html",206,"04to_ya");
navigation[218] = new navElem(218,"Volvo","pi-1665464227.html",81,"04vo");
navigation[219] = new navElem(219,"240-245&nbsp(4)","pi-1066099458.html",218,"04vo_200");
navigation[220] = new navElem(220,"340-360&nbsp(1)","pi1661717671.html",218,"04vo_300");
navigation[221] = new navElem(221,"400-480&nbsp(2)","pi699466588.html",218,"04vo_400");
navigation[222] = new navElem(222,"700-780&nbsp(5)","pi1747074861.html",218,"04vo_700");
navigation[223] = new navElem(223,"850&nbsp(2)","pi-1123579670.html",218,"04vo_850");
navigation[224] = new navElem(224,"940-965 /S90/V90&nbsp(8)","pi668290339.html",218,"04vo_900");
navigation[225] = new navElem(225,"S40 / V40&nbsp(2)","pi2106327336.html",218,"04vo_s40");
navigation[226] = new navElem(226,"VW / Audi","pi-474194100.html",81,"04vw");
navigation[227] = new navElem(227,"A4&nbsp(4)","pi700576179.html",226,"04vw_a4");
navigation[228] = new navElem(228,"A6&nbsp(4)","pi-1006743944.html",226,"04vw_A6");
navigation[229] = new navElem(229,"A8&nbsp(1)","pi875797273.html",226,"04vw_A8");
navigation[230] = new navElem(230,"Audi 100/200&nbsp(5)","pi1319348666.html",226,"04vw_100");
navigation[231] = new navElem(231,"Audi 80/90&nbsp(9)","pi-7621315.html",226,"04vw_80");
navigation[232] = new navElem(232,"Audi TT&nbsp(1)","pi-1817527962.html",226,"04vw_tt");
navigation[233] = new navElem(233,"Corrado&nbsp(4)","pi2017531396.html",226,"vw04_co");
navigation[234] = new navElem(234,"Golf / A3&nbsp(8)","pi856963823.html",226,"04vw_go");
navigation[235] = new navElem(235,"New Beetle&nbsp(1)","pi1792244690.html",226,"04vw_ne");
navigation[236] = new navElem(236,"Passat&nbsp(8)","pi585854955.html",226,"04vw_pa");
navigation[237] = new navElem(237,"Polo / Lupo&nbsp(5)","pi171472565.html",226,"04vw_po");
navigation[238] = new navElem(238,"Sharan&nbsp(3)","pi1303367248.html",226,"04vw_sh");
navigation[239] = new navElem(239,"Transporter&nbsp(3)","pi-1622989807.html",226,"04vw_tr");
navigation[240] = new navElem(240,"AC-Trocknerflasche","pi1582299012.html",null,"SACT");
navigation[241] = new navElem(241,"Alfa&nbsp(4)","pi-1666972070.html",240,"05al");
navigation[242] = new navElem(242,"BMW","pi990509523.html",240,"05bm");
navigation[243] = new navElem(243,"3er- Serie / Z3&nbsp(6)","pi1100371593.html",242,"05bm_3");
navigation[244] = new navElem(244,"5er- Serie&nbsp(8)","pi1315720214.html",242,"05bm_5");
navigation[245] = new navElem(245,"6er- Serie&nbsp(2)","pi753214431.html",242,"05bm_6");
navigation[246] = new navElem(246,"7er- Serie&nbsp(9)","pi-1623087052.html",242,"05bm_7");
navigation[247] = new navElem(247,"8er- Serie&nbsp(1)","pi78203173.html",242,"05bm_8");
navigation[248] = new navElem(248,"Chrysler","pi-319521768.html",240,"05ch");
navigation[249] = new navElem(249,"Cherokee&nbsp(10)","pi968432002.html",248,"05ch_ch");
navigation[250] = new navElem(250,"Neon&nbsp(1)","pi-923514917.html",248,"05ch_ne");
navigation[251] = new navElem(251,"Sebring / Stratus&nbsp(1)","pi-1153473664.html",248,"05ch_se");
navigation[252] = new navElem(252,"Vision&nbsp(1)","pi1032420737.html",248,"05ch_vi");
navigation[253] = new navElem(253,"Voyager / Le Baron&nbsp(4)","pi-215157330.html",248,"05ch_vo");
navigation[254] = new navElem(254,"Wrangler&nbsp(2)","pi-1457421417.html",248,"05ch_wr");
navigation[255] = new navElem(255,"Citroen","pi-596156359.html",240,"05ci");
navigation[256] = new navElem(256,"AX / BX / CX&nbsp(2)","pi165530508.html",255,"05ci_ax");
navigation[257] = new navElem(257,"Berlingo&nbsp(3)","pi668766109.html",255,"05ci_be");
navigation[258] = new navElem(258,"C5 / C8&nbsp(3)","pi-1056158566.html",255,"05ci_c");
navigation[259] = new navElem(259,"Xantina / Jumpy / Evasion&nbsp(1)","pi455552088.html",255,"05ci_xa");
navigation[260] = new navElem(260,"XM&nbsp(3)","pi-1602497773.html",255,"05ci_xm");
navigation[261] = new navElem(261,"Xsara / ZX&nbsp(5)","pi1438243705.html",255,"05ci_xs");
navigation[262] = new navElem(262,"Daewoo&nbsp(4)","pi-1297145850.html",240,"05dae");
navigation[263] = new navElem(263,"Fiat&nbsp(5)","pi588121359.html",240,"05fi");
navigation[264] = new navElem(264,"Ford","pi-87925340.html",240,"05fo");
navigation[265] = new navElem(265,"Cougar / Explorer&nbsp(5)","pi1310345798.html",264,"05fo_co");
navigation[266] = new navElem(266,"Escort&nbsp(3)","pi215609935.html",264,"05fo_es");
navigation[267] = new navElem(267,"Fiesta / Ka / Courier&nbsp(6)","pi1522700772.html",264,"05fo_fi");
navigation[268] = new navElem(268,"Focus&nbsp(2)","pi-934904555.html",264,"05fo_fo");
navigation[269] = new navElem(269,"Galaxy&nbsp(1)","pi621075122.html",264,"05fo_ga");
navigation[270] = new navElem(270,"Mondeo&nbsp(3)","pi-1864999605.html",264,"05fo_mo");
navigation[271] = new navElem(271,"Probe&nbsp(2)","pi692045872.html",264,"05fo_pr");
navigation[272] = new navElem(272,"Scorpio / Sierra&nbsp(4)","pi-1441705871.html",264,"05fo_sc");
navigation[273] = new navElem(273,"Transit&nbsp(3)","pi445688286.html",264,"05fo_tr");
navigation[274] = new navElem(274,"Honda","pi-380908075.html",240,"05ho");
navigation[275] = new navElem(275,"Accord&nbsp(4)","pi1166757895.html",274,"05ho_ac");
navigation[276] = new navElem(276,"Civic&nbsp(4)","pi-2111612100.html",274,"05ho_ci");
navigation[277] = new navElem(277,"Legende&nbsp(2)","pi1194258829.html",274,"05ho_le");
navigation[278] = new navElem(278,"Prelude&nbsp(5)","pi310715338.html",274,"05ho_pr");
navigation[279] = new navElem(279,"Shuttle&nbsp(1)","pi1611581059.html",274,"05ho_sh");
navigation[280] = new navElem(280,"Hyundai&nbsp(1)","pi696290418.html",240,"05hy");
navigation[281] = new navElem(281,"Jaguar&nbsp(5)","pi-1217277968.html",240,"05ja");
navigation[282] = new navElem(282,"Lancia&nbsp(2)","pi-875352783.html",240,"05lan");
navigation[283] = new navElem(283,"Mazda&nbsp(13)","pi-1510410338.html",240,"05ma");
navigation[284] = new navElem(284,"MB","pi489495875.html",240,"05mb");
navigation[285] = new navElem(285,"SL /SLK&nbsp(7)","pi2058524424.html",284,"05mb_sl");
navigation[286] = new navElem(286,"Sprinter / Vito / V-Klasse&nbsp(2)","pi-1625965463.html",284,"05mb_sp");
navigation[287] = new navElem(287,"W114 / W115 / W108&nbsp(1)","pi1264088182.html",284,"05mb_115");
navigation[288] = new navElem(288,"W123 / W 124&nbsp(4)","pi112098495.html",284,"05mb_123");
navigation[289] = new navElem(289,"W126&nbsp(3)","pi-1518368876.html",284,"05mb_126");
navigation[290] = new navElem(290,"W140&nbsp(2)","pi-1405498107.html",284,"05mb_140");
navigation[291] = new navElem(291,"W168&nbsp(2)","pi479954914.html",284,"05mb_168");
navigation[292] = new navElem(292,"W201&nbsp(1)","pi-773067077.html",284,"05mb_201");
navigation[293] = new navElem(293,"W202 / W203 / W208&nbsp(3)","pi649394400.html",284,"05mb_202");
navigation[294] = new navElem(294,"W210 / W211&nbsp(3)","pi1030291297.html",284,"05mb_210");
navigation[295] = new navElem(295,"W220&nbsp(1)","pi-735704562.html",284,"05mb_220");
navigation[296] = new navElem(296,"Mitsubishi&nbsp(4)","pi1543724796.html",240,"05mi");
navigation[297] = new navElem(297,"Nissan&nbsp(3)","pi-352823608.html",240,"05ni");
navigation[298] = new navElem(298,"Opel","pi899608873.html",240,"05op");
navigation[299] = new navElem(299,"Astra / Zafira&nbsp(2)","pi892885111.html",298,"05op_as");
navigation[300] = new navElem(300,"Calibra / Vectra&nbsp(4)","pi86144748.html",298,"05op_ca");
navigation[301] = new navElem(301,"Corsa / Tigra&nbsp(2)","pi-51974275.html",298,"05op_co");
navigation[302] = new navElem(302,"Frontera&nbsp(1)","pi503473914.html",298,"05op_fr");
navigation[303] = new navElem(303,"Omega / Senator&nbsp(2)","pi-881805837.html",298,"05op_om");
navigation[304] = new navElem(304,"Peugeot&nbsp(7)","pi1994078774.html",240,"05pe");
navigation[305] = new navElem(305,"Porsche&nbsp(7)","pi-631914625.html",240,"05po");
navigation[306] = new navElem(306,"Renault","pi266257236.html",240,"05re");
navigation[307] = new navElem(307,"Clio / Express / Rapid&nbsp(1)","pi21559641.html",306,"05re_cl");
navigation[308] = new navElem(308,"Espace / Laguna&nbsp(4)","pi67653048.html",306,"05re_es");
navigation[309] = new navElem(309,"Megane&nbsp(2)","pi588892838.html",306,"05re_me");
navigation[310] = new navElem(310,"R5 / R19 / R21 / Master&nbsp(4)","pi1125761839.html",306,"05re_r");
navigation[311] = new navElem(311,"Safrane&nbsp(2)","pi295930180.html",306,"05re_sa");
navigation[312] = new navElem(312,"Twingo&nbsp(1)","pi68303093.html",306,"05re_tw");
navigation[313] = new navElem(313,"Rover&nbsp(6)","pi514182597.html",240,"05ro");
navigation[314] = new navElem(314,"Saab&nbsp(6)","pi-1304155742.html",240,"05sa");
navigation[315] = new navElem(315,"Seat&nbsp(2)","pi1373822331.html",240,"05se");
navigation[316] = new navElem(316,"Toyota&nbsp(4)","pi1872588960.html",240,"05to");
navigation[317] = new navElem(317,"Volvo&nbsp(11)","pi-722843698.html",240,"05vo");
navigation[318] = new navElem(318,"VW / Audi","pi433884193.html",240,"05vw");
navigation[319] = new navElem(319,"A3&nbsp(1)","pi377091472.html",318,"05vw_a3");
navigation[320] = new navElem(320,"A4 / A6&nbsp(6)","pi437226065.html",318,"05vw_A4");
navigation[321] = new navElem(321,"A8 / V8&nbsp(2)","pi1245713982.html",318,"05vw_a8");
navigation[322] = new navElem(322,"Audi 80/90/100/200&nbsp(8)","pi1717304363.html",318,"05vw_80");
navigation[323] = new navElem(323,"Golf / Polo / Lupo / Corrado&nbsp(4)","pi2059377895.html",318,"05vw_go");
navigation[324] = new navElem(324,"Passat&nbsp(5)","pi-1318707556.html",318,"05vw_pa");
navigation[325] = new navElem(325,"Sharan","pi-1988916883.html",318,"05vw_sh");
navigation[326] = new navElem(326,"Sonstige&nbsp(1)","pi-190275229.html",318,"05vw_a");
navigation[327] = new navElem(327,"Transporter&nbsp(5)","pi-251193814.html",318,"05vw_tr");
navigation[328] = new navElem(328,"AC-Verdampfer","pi-1183901131.html",null,"SACV");
navigation[329] = new navElem(329,"Alfa&nbsp(2)","pi1462874935.html",328,"06al");
navigation[330] = new navElem(330,"BMW&nbsp(13)","pi-176166228.html",328,"06bm");
navigation[331] = new navElem(331,"Chrysler&nbsp(7)","pi1666369597.html",328,"06ch");
navigation[332] = new navElem(332,"Citroen&nbsp(14)","pi1941176506.html",328,"06ci");
navigation[333] = new navElem(333,"Fiat&nbsp(6)","pi466304179.html",328,"06fi");
navigation[334] = new navElem(334,"Ford","pi1761770872.html",328,"06fo");
navigation[335] = new navElem(335,"Explorer/Maverick/Probe&nbsp(6)","pi1100012963.html",334,"06fo_ex");
navigation[336] = new navElem(336,"Fiesta / Fusion&nbsp(2)","pi660039592.html",334,"06fo_fi");
navigation[337] = new navElem(337,"Focus&nbsp(2)","pi327035017.html",334,"06fo_fo");
navigation[338] = new navElem(338,"Galaxy&nbsp(2)","pi-86493674.html",334,"06fo_ga");
navigation[339] = new navElem(339,"Mondeo&nbsp(3)","pi-266779169.html",334,"06fo_mo");
navigation[340] = new navElem(340,"Transit&nbsp(2)","pi1173856820.html",334,"06fo_tr");
navigation[341] = new navElem(341,"Honda&nbsp(9)","pi-1205215719.html",328,"06ho");
navigation[342] = new navElem(342,"Jaguar&nbsp(2)","pi-970555290.html",328,"06ja");
navigation[343] = new navElem(343,"Mazda&nbsp(4)","pi127940079.html",328,"06ma");
navigation[344] = new navElem(344,"MB","pi1482568964.html",328,"06mb");
navigation[345] = new navElem(345,"SL / SLK&nbsp(3)","pi1363295013.html",344,"06mb_sl");
navigation[346] = new navElem(346,"W116 / W123&nbsp(2)","pi-1710775422.html",344,"06mb_116");
navigation[347] = new navElem(347,"W124 / W126&nbsp(3)","pi-960591397.html",344,"06mb_124");
navigation[348] = new navElem(348,"W140&nbsp(2)","pi-1894187648.html",344,"06mb_140");
navigation[349] = new navElem(349,"W201 / W202&nbsp(2)","pi2066059137.html",344,"06mb_201");
navigation[350] = new navElem(350,"W210 / W211&nbsp(2)","pi2143821742.html",344,"06mb_210");
navigation[351] = new navElem(351,"W220&nbsp(1)","pi1210312087.html",344,"06mb_220");
navigation[352] = new navElem(352,"Mitsubishi&nbsp(3)","pi1496377781.html",328,"06mi");
navigation[353] = new navElem(353,"Nissan&nbsp(3)","pi1137816274.html",328,"06ni");
navigation[354] = new navElem(354,"Opel&nbsp(5)","pi1829051115.html",328,"06op");
navigation[355] = new navElem(355,"Peugeot&nbsp(9)","pi601152848.html",328,"06pe");
navigation[356] = new navElem(356,"Porsche&nbsp(3)","pi1329645329.html",328,"06po");
navigation[357] = new navElem(357,"Renault&nbsp(12)","pi1350321150.html",328,"06re");
navigation[358] = new navElem(358,"Saab&nbsp(2)","pi1416505255.html",328,"06sa");
navigation[359] = new navElem(359,"Toyota&nbsp(7)","pi-1245904292.html",328,"06to");
navigation[360] = new navElem(360,"Volvo&nbsp(5)","pi1661968362.html",328,"06vo");
navigation[361] = new navElem(361,"VW / Audi","pi-1923608019.html",328,"06vw");
navigation[362] = new navElem(362,"A3 / A4 / A6&nbsp(2)","pi1710080413.html",361,"06vw_a");
navigation[363] = new navElem(363,"Audi 80/90/100/200&nbsp(6)","pi-1588263540.html",361,"06vw_80");
navigation[364] = new navElem(364,"Golf&nbsp(3)","pi-1661069670.html",361,"06vw_go");
navigation[365] = new navElem(365,"Passat&nbsp(4)","pi91772179.html",361,"06vw_pa");
navigation[366] = new navElem(366,"Polo&nbsp(1)","pi945161816.html",361,"06vw_po");
navigation[367] = new navElem(367,"Transporter&nbsp(1)","pi248655225.html",361,"06vw_tr");
navigation[368] = new navElem(368,"Heizungskühler","pi-1532969109.html",null,"SHZ");
navigation[369] = new navElem(369,"Alfa&nbsp(5)","pi1542150179.html",368,"08al");
navigation[370] = new navElem(370,"Austin&nbsp(1)","pi860745768.html",368,"08au");
navigation[371] = new navElem(371,"BMW","pi1282877193.html",368,"08bm");
navigation[372] = new navElem(372,"3er Serie&nbsp(10)","pi-847854761.html",371,"08bm_3");
navigation[373] = new navElem(373,"5er Serie&nbsp(10)","pi874545228.html",371,"08bm_5");
navigation[374] = new navElem(374,"6er Serie&nbsp(2)","pi2141384715.html",371,"08bw_6");
navigation[375] = new navElem(375,"7er Serie&nbsp(5)","pi-201665187.html",371,"08bm_7");
navigation[376] = new navElem(376,"Sonstige&nbsp(2)","pi-2063003814.html",371,"08bm_an");
navigation[377] = new navElem(377,"Citroen&nbsp(10)","pi-750521706.html",368,"08ci");
navigation[378] = new navElem(378,"Daewoo&nbsp(3)","pi1717856351.html",368,"08dae");
navigation[379] = new navElem(379,"Fiat","pi-1305759052.html",368,"08fi");
navigation[380] = new navElem(380,"Bravo/Brava / Marea&nbsp(2)","pi-1634321707.html",379,"08fi_br");
navigation[381] = new navElem(381,"Cinquecento / Seicento&nbsp(2)","pi683015481.html",379,"08fi_ci");
navigation[382] = new navElem(382,"Croma / Fiat131&nbsp(1)","pi-1698776826.html",379,"08fi_cr");
navigation[383] = new navElem(383,"Ducato / Talento&nbsp(2)","pi826403343.html",379,"08fi_du");
navigation[384] = new navElem(384,"Multipla&nbsp(1)","pi629388658.html",379,"08fi_mu");
navigation[385] = new navElem(385,"Palio / Panda / Stilo&nbsp(3)","pi-1884598005.html",379,"08fi_pa");
navigation[386] = new navElem(386,"Punto / Barchetta / Dublo&nbsp(4)","pi467971352.html",379,"08fi_pu");
navigation[387] = new navElem(387,"Regatta / Ritmo&nbsp(1)","pi2007834864.html",379,"08fi_re");
navigation[388] = new navElem(388,"Tipo / Tempra / Coupé&nbsp(1)","pi451055315.html",379,"08fi_ti");
navigation[389] = new navElem(389,"Uno / Fiorino&nbsp(1)","pi1503633060.html",379,"08fi_un");
navigation[390] = new navElem(390,"Ford","pi-1120132699.html",368,"08fo");
navigation[391] = new navElem(391,"Escort&nbsp(4)","pi554068529.html",390,"08fo_es");
navigation[392] = new navElem(392,"Fiesta&nbsp(7)","pi-389500770.html",390,"08fo_fi");
navigation[393] = new navElem(393,"Focus / Fusion&nbsp(3)","pi-881524793.html",390,"09fo_fo");
navigation[394] = new navElem(394,"Ka&nbsp(1)","pi807256060.html",390,"08fo_ka");
navigation[395] = new navElem(395,"Mondeo&nbsp(2)","pi1119299405.html",390,"08fo_mo");
navigation[396] = new navElem(396,"Sierra / Scorpio&nbsp(3)","pi1505826442.html",390,"08fo_si");
navigation[397] = new navElem(397,"Sonstige&nbsp(6)","pi-1216165944.html",390,"08fo_an");
navigation[398] = new navElem(398,"Transit&nbsp(8)","pi-1313803709.html",390,"08fo_tr");
navigation[399] = new navElem(399,"MB","pi973875202.html",368,"08mb");
navigation[400] = new navElem(400,"SL / SLK&nbsp(9)","pi-881144279.html",399,"08mb_sl");
navigation[401] = new navElem(401,"Transporter&nbsp(1)","pi-1760619722.html",399,"08mb_tr");
navigation[402] = new navElem(402,"W123 / W116&nbsp(3)","pi1483269247.html",399,"08mb123");
navigation[403] = new navElem(403,"W124 / W126&nbsp(3)","pi-1401273260.html",399,"08mb_124");
navigation[404] = new navElem(404,"W201 / W202&nbsp(2)","pi-1679721787.html",399,"08mb_201");
navigation[405] = new navElem(405,"W211&nbsp(2)","pi-1825598814.html",399,"08mb_211");
navigation[406] = new navElem(406,"Nissan&nbsp(1)","pi-1768631205.html",368,"08ni");
navigation[407] = new navElem(407,"Opel","pi-1095559680.html",368,"08op");
navigation[408] = new navElem(408,"Astra / Calibra / Vectra&nbsp(6)","pi2012938656.html",407,"08op_as");
navigation[409] = new navElem(409,"Corsa&nbsp(2)","pi-493549279.html",407,"08op_co");
navigation[410] = new navElem(410,"Frontera&nbsp(1)","pi497434830.html",407,"08op_fr");
navigation[411] = new navElem(411,"Manta / Ascona / Kadett&nbsp(5)","pi-1684385157.html",407,"08op_ma");
navigation[412] = new navElem(412,"Rekord / Omega / Senator&nbsp(6)","pi1106409527.html",407,"08op_re");
navigation[413] = new navElem(413,"Peugeot&nbsp(13)","pi-348201471.html",368,"08pe");
navigation[414] = new navElem(414,"Porsche&nbsp(4)","pi281144366.html",368,"08po");
navigation[415] = new navElem(415,"Renault","pi-775432169.html",368,"08re");
navigation[416] = new navElem(416,"Clio / Kangoo / R19&nbsp(3)","pi-1436513364.html",415,"08re_cl");
navigation[417] = new navElem(417,"Espace&nbsp(4)","pi1064637757.html",415,"08re_es");
navigation[418] = new navElem(418,"Laguna&nbsp(2)","pi-984985165.html",415,"08re_la");
navigation[419] = new navElem(419,"Megane&nbsp(4)","pi921274810.html",415,"08re_me");
navigation[420] = new navElem(420,"Sonstige&nbsp(6)","pi812841753.html",415,"08re_an");
navigation[421] = new navElem(421,"Trafic / Safrane / Twingo&nbsp(3)","pi-1590219144.html",415,"08re_tr");
navigation[422] = new navElem(422,"Seat&nbsp(6)","pi1057334796.html",368,"08se");
navigation[423] = new navElem(423,"Toyota&nbsp(4)","pi1848440861.html",368,"08to");
navigation[424] = new navElem(424,"Volvo&nbsp(7)","pi-19550504.html",368,"08vo");
navigation[425] = new navElem(425,"VW / Audi&nbsp(11)","pi-82728166.html",368,"08vw");
navigation[426] = new navElem(426,"Innenraumluftfilter","pi577275545.html",null,"SACF");
navigation[427] = new navElem(427,"Alfa&nbsp(3)","pi-1509202721.html",426,"02al");
navigation[428] = new navElem(428,"BMW&nbsp(5)","pi-1990126284.html",426,"02bm");
navigation[429] = new navElem(429,"Citroen&nbsp(4)","pi-1474465243.html",426,"02ci");
navigation[430] = new navElem(430,"Fiat&nbsp(3)","pi570988763.html",426,"02fi");
navigation[431] = new navElem(431,"Ford&nbsp(5)","pi-459825024.html",426,"02fo");
navigation[432] = new navElem(432,"Lancia&nbsp(4)","pi148518529.html",426,"02lan");
navigation[433] = new navElem(433,"Mazda&nbsp(1)","pi1989376686.html",426,"02ma");
navigation[434] = new navElem(434,"MB&nbsp(4)","pi497345687.html",426,"02mb");
navigation[435] = new navElem(435,"Opel&nbsp(7)","pi-837035892.html",426,"02op");
navigation[436] = new navElem(436,"Peugeot&nbsp(3)","pi-1502422883.html",426,"02pe");
navigation[437] = new navElem(437,"Renault&nbsp(10)","pi1192042906.html",426,"02re");
navigation[438] = new navElem(438,"Rover&nbsp(1)","pi771703827.html",426,"02ro");
navigation[439] = new navElem(439,"Saab&nbsp(2)","pi1388841304.html",426,"02sa");
navigation[440] = new navElem(440,"Seat&nbsp(5)","pi-477186951.html",426,"02se");
navigation[441] = new navElem(441,"Skoda&nbsp(1)","pi-1216712890.html",426,"02sk");
navigation[442] = new navElem(442,"VW/Audi&nbsp(6)","pi872313679.html",426,"02vw");
navigation[443] = new navElem(443,"Kühlerdeckel","pi-1370277550.html",null,"SDE");
navigation[444] = new navElem(444,"BMW&nbsp(1)","pi822916166.html",443,"07de_bm");
navigation[445] = new navElem(445,"Ford&nbsp(2)","pi1018336335.html",443,"07de_fo");
navigation[446] = new navElem(446,"MAN&nbsp(7)","pi-736628971.html",443,"07de_ma");
navigation[447] = new navElem(447,"MB&nbsp(26)","pi-446493724.html",443,"07de_mb");
navigation[448] = new navElem(448,"Opel&nbsp(1)","pi-448666446.html",443,"07de_op");
navigation[449] = new navElem(449,"Porsche&nbsp(2)","pi-1299374261.html",443,"07de_po");
navigation[450] = new navElem(450,"Sonstige&nbsp(4)","pi1332601457.html",443,"07de_an");
navigation[451] = new navElem(451,"VW / Audi&nbsp(2)","pi-928259536.html",443,"07de_vw");
navigation[452] = new navElem(452,"Ladeluftkühler","pi-121176175.html",null,"SLK");
navigation[453] = new navElem(453,"Alfa&nbsp(7)","pi1238791108.html",452,"10al");
navigation[454] = new navElem(454,"BMW&nbsp(6)","pi-1011584651.html",452,"10bm");
navigation[455] = new navElem(455,"Chrysler&nbsp(1)","pi1491537810.html",452,"10ch");
navigation[456] = new navElem(456,"Citroen&nbsp(8)","pi-1021646677.html",452,"10ci");
navigation[457] = new navElem(457,"Fiat&nbsp(9)","pi-1937471472.html",452,"10fi");
navigation[458] = new navElem(458,"Ford","pi2039106257.html",452,"10fo");
navigation[459] = new navElem(459,"Escort&nbsp(6)","pi-687713314.html",458,"10fo_es");
navigation[460] = new navElem(460,"Focus&nbsp(2)","pi71447047.html",458,"10fo_fo");
navigation[461] = new navElem(461,"Mondeo&nbsp(2)","pi-682289860.html",458,"10fo_mo");
navigation[462] = new navElem(462,"Scorpio&nbsp(1)","pi1846059917.html",458,"10fo_sc");
navigation[463] = new navElem(463,"Transit&nbsp(3)","pi-55218742.html",458,"10fo_tr");
navigation[464] = new navElem(464,"MB","pi-70849346.html",452,"10mb");
navigation[465] = new navElem(465,"A-Klasse&nbsp(1)","pi-96210680.html",464,"10mb_a");
navigation[466] = new navElem(466,"C-Klasse&nbsp(3)","pi578719337.html",464,"10mb_c");
navigation[467] = new navElem(467,"E-Klasse&nbsp(7)","pi292642422.html",464,"10mb_e");
navigation[468] = new navElem(468,"S-Klasse&nbsp(2)","pi-1152672065.html",464,"10mb_s");
navigation[469] = new navElem(469,"SLK&nbsp(1)","pi1829226627.html",464,"10mb_slk");
navigation[470] = new navElem(470,"Sprinter/Vito&nbsp(2)","pi296386964.html",464,"10mb_sp");
navigation[471] = new navElem(471,"Opel&nbsp(12)","pi-198553241.html",452,"10op");
navigation[472] = new navElem(472,"Peugeot&nbsp(3)","pi-2024613604.html",452,"10pe");
navigation[473] = new navElem(473,"Porsche&nbsp(2)","pi-207662611.html",452,"10po");
navigation[474] = new navElem(474,"Renault&nbsp(7)","pi-1018454557.html",452,"10re");
navigation[475] = new navElem(475,"Seat&nbsp(3)","pi-1914391832.html",452,"10se");
navigation[476] = new navElem(476,"Smart&nbsp(1)","pi-1678777655.html",452,"10sm");
navigation[477] = new navElem(477,"Volvo&nbsp(4)","pi482511391.html",452,"10vo");
navigation[478] = new navElem(478,"VW / Audi","pi1949004630.html",452,"10vw");
navigation[479] = new navElem(479,"A2 / A3 / A4&nbsp(5)","pi-865878267.html",478,"10vw_a");
navigation[480] = new navElem(480,"A6 / A8&nbsp(6)","pi-211349022.html",478,"10vw_a6");
navigation[481] = new navElem(481,"Audi 80/90/100/200&nbsp(15)","pi-240176965.html",478,"10vw_80");
navigation[482] = new navElem(482,"Corrado / Caddy&nbsp(2)","pi-1454140704.html",478,"10vw_co");
navigation[483] = new navElem(483,"Golf&nbsp(5)","pi832967009.html",478,"10vw_go");
navigation[484] = new navElem(484,"New Beetle&nbsp(1)","pi554578958.html",478,"10vw_be");
navigation[485] = new navElem(485,"Passat&nbsp(6)","pi-374427412.html",478,"10vw_pa");
navigation[486] = new navElem(486,"Polo / Lupo&nbsp(3)","pi-809256329.html",478,"10vw_po");
navigation[487] = new navElem(487,"Sharan&nbsp(1)","pi-1515642499.html",478,"10vw_sh");
navigation[488] = new navElem(488,"Transporer&nbsp(2)","pi-1055837958.html",478,"10vw_tr");
navigation[489] = new navElem(489,"Ölkühler","pi1406612094.html",null,"SÖK");
navigation[490] = new navElem(490,"BMW","pi50995572.html",489,"11bm");
navigation[491] = new navElem(491,"3er Serie&nbsp(6)","pi1048983539.html",490,"11bm_3");
navigation[492] = new navElem(492,"5er Serie&nbsp(7)","pi295446456.html",490,"11bm_5");
navigation[493] = new navElem(493,"6er Serie","pi-1172157607.html",490,"11bm_6");
navigation[494] = new navElem(494,"7er Serie&nbsp(9)","pi1626944678.html",490,"11bm_7");
navigation[495] = new navElem(495,"8er Serie&nbsp(2)","pi1553687855.html",490,"11bm_8");
navigation[496] = new navElem(496,"Fiat&nbsp(3)","pi-1143596699.html",489,"11fi");
navigation[497] = new navElem(497,"MB","pi2142450882.html",489,"11mb");
navigation[498] = new navElem(498,"W107/108/116&nbsp(5)","pi-2064055484.html",497,"11mb_107");
navigation[499] = new navElem(499,"W123&nbsp(3)","pi-1783321867.html",497,"11mb_123");
navigation[500] = new navElem(500,"W124&nbsp(3)","pi1452944146.html",497,"11mb_124");
navigation[501] = new navElem(501,"W126&nbsp(1)","pi-1504985557.html",497,"11mb_126");
navigation[502] = new navElem(502,"W129&nbsp(2)","pi1005260688.html",497,"11mb_129");
navigation[503] = new navElem(503,"W140&nbsp(2)","pi-867361711.html",497,"11mb_140");
navigation[504] = new navElem(504,"W201&nbsp(5)","pi1883160638.html",497,"11mb_201");
navigation[505] = new navElem(505,"W210&nbsp(4)","pi1967095527.html",497,"11mb_210");
navigation[506] = new navElem(506,"Opel&nbsp(6)","pi1516671515.html",489,"11op");
navigation[507] = new navElem(507,"Porsche&nbsp(12)","pi1259073728.html",489,"11po");
navigation[508] = new navElem(508,"Renault&nbsp(4)","pi1533399489.html",489,"11re");
navigation[509] = new navElem(509,"VW / Audi&nbsp(6)","pi-157727506.html",489,"11vw");
navigation[510] = new navElem(510,"Viscokupplung","pi-1112468441.html",null,"SVK");
navigation[511] = new navElem(511,"BMW","pi576647639.html",510,"12bm");
navigation[512] = new navElem(512,"3er Serie&nbsp(6)","pi1100029805.html",511,"12bm_3");
navigation[513] = new navElem(513,"5er Serie&nbsp(11)","pi1660843050.html",511,"12bm_5");
navigation[514] = new navElem(514,"6er Serie&nbsp(1)","pi-1147656349.html",511,"12bm_6");
navigation[515] = new navElem(515,"7er Serie&nbsp(10)","pi-689840536.html",511,"12bm_7");
navigation[516] = new navElem(516,"Z-Serie / X-Serie&nbsp(5)","pi1166379081.html",511,"12bm_zx");
navigation[517] = new navElem(517,"Ford&nbsp(3)","pi-625496884.html",510,"12fo");
navigation[518] = new navElem(518,"MB","pi-1366775843.html",510,"12mb");
navigation[519] = new navElem(519,"G-Modell&nbsp(1)","pi-1775596842.html",518,"12mb_g");
navigation[520] = new navElem(520,"SL / SLK&nbsp(10)","pi-1514755169.html",518,"12mb_sl");
navigation[521] = new navElem(521,"Transporter&nbsp(2)","pi1275921652.html",518,"12mb_tr");
navigation[522] = new navElem(522,"W123 / W126&nbsp(7)","pi-1984096539.html",518,"12mb_123");
navigation[523] = new navElem(523,"W124&nbsp(4)","pi420398146.html",518,"12mb_124");
navigation[524] = new navElem(524,"W140&nbsp(3)","pi-227816549.html",518,"12mb_140");
navigation[525] = new navElem(525,"W201 / W202&nbsp(9)","pi-1784673216.html",518,"12mb_201");
navigation[526] = new navElem(526,"W208&nbsp(2)","pi-400316607.html",518,"12mb208");
navigation[527] = new navElem(527,"W210&nbsp(3)","pi566807662.html",518,"12mb_210");
navigation[528] = new navElem(528,"Opel&nbsp(8)","pi-619311142.html",510,"12op");
navigation[529] = new navElem(529,"Porsche&nbsp(1)","pi-1986091693.html",510,"12po");
navigation[530] = new navElem(530,"VW / Audi&nbsp(8)","pi-1356095080.html",510,"12vw");
navigation[531] = new navElem(531,"Wasserkühler","pi1610336208.html",null,"SK");
navigation[532] = new navElem(532,"Alfa","pi1151716345.html",531,"09al");
navigation[533] = new navElem(533,"145 / 146 / 147&nbsp(8)","pi744706152.html",532,"09al_145");
navigation[534] = new navElem(534,"155 / 156 /166&nbsp(10)","pi431133257.html",532,"09al_155");
navigation[535] = new navElem(535,"33 / Alfasud / Arna&nbsp(5)","pi982697375.html",532,"09al_33");
navigation[536] = new navElem(536,"75 / 90 / 164&nbsp(7)","pi-653177642.html",532,"09al_164");
navigation[537] = new navElem(537,"Sonstige&nbsp(5)","pi-1239836940.html",532,"09al_a");
navigation[538] = new navElem(538,"Spider / GTV&nbsp(5)","pi1472305264.html",532,"09a-_sp");
navigation[539] = new navElem(539,"Austin&nbsp(10)","pi-408514362.html",531,"09au");
navigation[540] = new navElem(540,"BMW","pi836327119.html",531,"09bm");
navigation[541] = new navElem(541,"-02 / 2500/2800&nbsp(3)","pi-115425051.html",540,"09bm_02");
navigation[542] = new navElem(542,"3er E21&nbsp(13)","pi-336222654.html",540,"09bm_21");
navigation[543] = new navElem(543,"3er E30&nbsp(33)","pi-200440421.html",540,"09bm_30");
navigation[544] = new navElem(544,"3er E36&nbsp(12)","pi-1406550464.html",540,"09bm_36");
navigation[545] = new navElem(545,"3er E46&nbsp(4)","pi339996993.html",540,"09bm_46");
navigation[546] = new navElem(546,"5er E12&nbsp(8)","pi1710345838.html",540,"09bm_12");
navigation[547] = new navElem(547,"5er E28&nbsp(20)","pi544742743.html",540,"09bm_28");
navigation[548] = new navElem(548,"5er E34&nbsp(27)","pi-2110172596.html",540,"09bm_34");
navigation[549] = new navElem(549,"5er E39&nbsp(11)","pi2063843165.html",540,"09bm_39");
navigation[550] = new navElem(550,"6er E24&nbsp(4)","pi-1009372838.html",540,"09bm_6");
navigation[551] = new navElem(551,"7er E23&nbsp(3)","pi-243431213.html",540,"09bm_23");
navigation[552] = new navElem(552,"7er E32&nbsp(10)","pi-1849778408.html",540,"09bm_32");
navigation[553] = new navElem(553,"7er E38&nbsp(9)","pi795969337.html",540,"09bm38");
navigation[554] = new navElem(554,"7er E65&nbsp(2)","pi-944637178.html",540,"09bm_65");
navigation[555] = new navElem(555,"8er E31&nbsp(4)","pi626033679.html",540,"09bm_31");
navigation[556] = new navElem(556,"X5&nbsp(3)","pi-561205084.html",540,"09bm_x5");
navigation[557] = new navElem(557,"Z1 / Z3 / Z8&nbsp(4)","pi2054055125.html",540,"09bm_Z");
navigation[558] = new navElem(558,"Chrysler","pi-269337500.html",531,"09ch");
navigation[559] = new navElem(559,"300M&nbsp(1)","pi6223666.html",558,"09ch_300");
navigation[560] = new navElem(560,"Cherokee&nbsp(8)","pi-2143348878.html",558,"09cr_ch");
navigation[561] = new navElem(561,"E-Class /Laser/Saratoga&nbsp(1)","pi-15846754.html",558,"09ch_e");
navigation[562] = new navElem(562,"Fifth Avenue / Imperial&nbsp(1)","pi-5828100.html",558,"09ch_fi");
navigation[563] = new navElem(563,"Le Baron&nbsp(2)","pi-1576717263.html",558,"09ch_le");
navigation[564] = new navElem(564,"Neon&nbsp(2)","pi-1468474937.html",558,"09ch_ne");
navigation[565] = new navElem(565,"Stratus/Zirrus/Sebering&nbsp(1)","pi-1675668752.html",558,"09ch_st");
navigation[566] = new navElem(566,"Town Country&nbsp(2)","pi-1652125363.html",558,"09ch_to");
navigation[567] = new navElem(567,"Vision/Concorde/NewYorker&nbsp(2)","pi1554483979.html",558,"09ch_vi");
navigation[568] = new navElem(568,"Voyager&nbsp(14)","pi695384202.html",558,"09ch_vo");
navigation[569] = new navElem(569,"Wrangler&nbsp(2)","pi1266052163.html",558,"09ch_wr");
navigation[570] = new navElem(570,"Citroen","pi-187271787.html",531,"09ci");
navigation[571] = new navElem(571,"AX&nbsp(7)","pi-1428866616.html",570,"09ci_ax");
navigation[572] = new navElem(572,"Berlingo&nbsp(7)","pi593811497.html",570,"09ci_be");
navigation[573] = new navElem(573,"BX&nbsp(6)","pi-802237130.html",570,"09ci_bx");
navigation[574] = new navElem(574,"C- Transporter / Jumper&nbsp(7)","pi751838405.html",570,"09ci_ct");
navigation[575] = new navElem(575,"C3 / C5 / C8&nbsp(5)","pi1800011391.html",570,"09ci_c");
navigation[576] = new navElem(576,"CX&nbsp(5)","pi-102796126.html",570,"09ci_cx");
navigation[577] = new navElem(577,"Evasion / Jumpy&nbsp(1)","pi764480635.html",570,"09ci_ev");
navigation[578] = new navElem(578,"Saxo&nbsp(6)","pi1266004896.html",570,"09ci_sa");
navigation[579] = new navElem(579,"Visa&nbsp(3)","pi-887991519.html",570,"09ci_vi");
navigation[580] = new navElem(580,"Xantina&nbsp(12)","pi203965134.html",570,"09ci_xa");
navigation[581] = new navElem(581,"XM&nbsp(8)","pi2090390071.html",570,"09vi_xm");
navigation[582] = new navElem(582,"Xsara&nbsp(12)","pi-293970516.html",570,"09vi_xs");
navigation[583] = new navElem(583,"ZX&nbsp(14)","pi-357892291.html",570,"09ci_zx");
navigation[584] = new navElem(584,"Daewoo&nbsp(15)","pi-208238286.html",531,"09dae");
navigation[585] = new navElem(585,"Daihatsu","pi-482801205.html",531,"09dai");
navigation[586] = new navElem(586,"Applause&nbsp(5)","pi1067428794.html",585,"09dai_ap");
navigation[587] = new navElem(587,"Charade&nbsp(14)","pi1876577203.html",585,"09dai_ch");
navigation[588] = new navElem(588,"Cuore / Sirion&nbsp(12)","pi1998725240.html",585,"09dai_cu");
navigation[589] = new navElem(589,"Feroza / Rocky&nbsp(7)","pi1613464857.html",585,"09dai_fe");
navigation[590] = new navElem(590,"Hi Jet&nbsp(4)","pi-1971659930.html",585,"09dai_hi");
navigation[591] = new navElem(591,"Move / Terios&nbsp(3)","pi336118486.html",585,"09dai_mo");
navigation[592] = new navElem(592,"Fiat","pi-342680912.html",531,"09fi");
navigation[593] = new navElem(593,"124 - 132 / Argenta&nbsp(15)","pi339096815.html",592,"09fi_124");
navigation[594] = new navElem(594,"Barchetta / Coupe&nbsp(4)","pi299239428.html",592,"09fi_ba");
navigation[595] = new navElem(595,"Brava/Bravo/Marea&nbsp(16)","pi1523777717.html",592,"09fi_br");
navigation[596] = new navElem(596,"Chinquecento / Seicento&nbsp(4)","pi-302400046.html",592,"09fi_ch");
navigation[597] = new navElem(597,"Croma&nbsp(8)","pi267454955.html",592,"09fi_cr");
navigation[598] = new navElem(598,"Doblo&nbsp(5)","pi-2146967472.html",592,"09fi_do");
navigation[599] = new navElem(599,"Ducato&nbsp(4)","pi418008593.html",592,"09fi_du");
navigation[600] = new navElem(600,"Fiorino&nbsp(8)","pi1584334503.html",592,"09fi_fi");
navigation[601] = new navElem(601,"Multipla&nbsp(5)","pi4076892.html",592,"09fi_mu");
navigation[602] = new navElem(602,"Palio&nbsp(8)","pi2044725549.html",592,"09fi_pa");
navigation[603] = new navElem(603,"Panda&nbsp(4)","pi-555742486.html",592,"09fi_pan");
navigation[604] = new navElem(604,"Punto&nbsp(21)","pi531638051.html",592,"09fi_pu");
navigation[605] = new navElem(605,"Regatta / Ritmo&nbsp(16)","pi786453288.html",592,"09fi_re");
navigation[606] = new navElem(606,"Scudo/Ulysse&nbsp(4)","pi-762118402.html",592,"09fi_sc");
navigation[607] = new navElem(607,"Stilo&nbsp(3)","pi-903574007.html",592,"09fi_st");
navigation[608] = new navElem(608,"Tipo/Tempra&nbsp(8)","pi1967721878.html",592,"09fi_ti");
navigation[609] = new navElem(609,"Uno&nbsp(14)","pi931931999.html",592,"09fi_un");
navigation[610] = new navElem(610,"Ford","pi-824848143.html",531,"09fo");
navigation[611] = new navElem(611,"Capri/Granada/Taunus&nbsp(19)","pi-339589708.html",610,"09fo_ca");
navigation[612] = new navElem(612,"Escort / Orion&nbsp(28)","pi-456787803.html",610,"98fo_es");
navigation[613] = new navElem(613,"Explorer / Maverick&nbsp(7)","pi-999230718.html",610,"09fo_ex");
navigation[614] = new navElem(614,"Fiesta / Fusion / Courier&nbsp(25)","pi950960987.html",610,"09fo_fi");
navigation[615] = new navElem(615,"Focus&nbsp(7)","pi-2033441535.html",610,"09fo_foc");
navigation[616] = new navElem(616,"Galaxy&nbsp(2)","pi375482158.html",610,"09fo_ga");
navigation[617] = new navElem(617,"Ka / Steetka&nbsp(4)","pi-682461417.html",610,"09fo_ka");
navigation[618] = new navElem(618,"Mondeo / Cougar&nbsp(13)","pi-2093115124.html",610,"09fo_mo");
navigation[619] = new navElem(619,"Scorpio&nbsp(16)","pi-898181606.html",610,"09fo_sc");
navigation[620] = new navElem(620,"Sierra&nbsp(28)","pi1884598045.html",610,"09fo_si");
navigation[621] = new navElem(621,"Transit&nbsp(29)","pi-541131117.html",610,"09fo_tr");
navigation[622] = new navElem(622,"Honda","pi-1131528098.html",531,"09ho");
navigation[623] = new navElem(623,"Accord&nbsp(13)","pi-217394728.html",622,"09ho_ac");
navigation[624] = new navElem(624,"Civic&nbsp(20)","pi-1351683335.html",622,"09ho_ci");
navigation[625] = new navElem(625,"Concerto&nbsp(3)","pi638348230.html",622,"09ho_co");
navigation[626] = new navElem(626,"CRV&nbsp(1)","pi1820513743.html",622,"09ho_cr");
navigation[627] = new navElem(627,"Integra&nbsp(5)","pi1205309284.html",622,"09ho_in");
navigation[628] = new navElem(628,"Legend&nbsp(6)","pi817368213.html",622,"09ho_le");
navigation[629] = new navElem(629,"Prelude&nbsp(8)","pi-404220878.html",622,"09ho_pr");
navigation[630] = new navElem(630,"Quintet / Shuttle&nbsp(5)","pi-663717685.html",622,"09ho_qu");
navigation[631] = new navElem(631,"Hyundai","pi-1269447545.html",531,"09hy");
navigation[632] = new navElem(632,"Accent&nbsp(7)","pi-1811178064.html",631,"09hy_ac");
navigation[633] = new navElem(633,"Atos&nbsp(2)","pi1907808241.html",631,"09hy_at");
navigation[634] = new navElem(634,"Excel&nbsp(6)","pi1248230238.html",631,"09hy_ex");
navigation[635] = new navElem(635,"H100 / H150 / H200&nbsp(6)","pi-1470487673.html",631,"09hy_h");
navigation[636] = new navElem(636,"Lantra&nbsp(9)","pi310610108.html",631,"09hy_la");
navigation[637] = new navElem(637,"Pony&nbsp(11)","pi-252186355.html",631,"09hy_po");
navigation[638] = new navElem(638,"Satellite / Starex&nbsp(5)","pi-530117302.html",631,"09hy_sa");
navigation[639] = new navElem(639,"S-Coupe&nbsp(8)","pi1754124803.html",631,"09hy_s");
navigation[640] = new navElem(640,"Sonata&nbsp(5)","pi2103221384.html",631,"09hy_so");
navigation[641] = new navElem(641,"Stellar&nbsp(8)","pi-1209420823.html",631,"09hy_st");
navigation[642] = new navElem(642,"Isuzu&nbsp(5)","pi-2140875332.html",531,"09is");
navigation[643] = new navElem(643,"Jaguar&nbsp(2)","pi-322930163.html",531,"09ja");
navigation[644] = new navElem(644,"Kia&nbsp(5)","pi-1916984758.html",531,"09ki");
navigation[645] = new navElem(645,"Lada&nbsp(9)","pi2005762819.html",531,"09lad");
navigation[646] = new navElem(646,"Lancia","pi424982920.html",531,"09lan");
navigation[647] = new navElem(647,"Autobianchi  A112&nbsp(1)","pi1100424021.html",646,"09lan_au");
navigation[648] = new navElem(648,"Dedra&nbsp(1)","pi-1817678453.html",646,"09lan_de");
navigation[649] = new navElem(649,"Delta / Prisma&nbsp(12)","pi29587230.html",646,"09lan_del");
navigation[650] = new navElem(650,"Kappa&nbsp(7)","pi851846000.html",646,"09lan_ka");
navigation[651] = new navElem(651,"Thema&nbsp(9)","pi1032819698.html",646,"09lan_th");
navigation[652] = new navElem(652,"Y- Serie&nbsp(4)","pi-1666524495.html",646,"09lan_y");
navigation[653] = new navElem(653,"Mazda","pi1284820201.html",531,"09ma");
navigation[654] = new navElem(654,"121&nbsp(13)","pi-1646205881.html",653,"09ma_121");
navigation[655] = new navElem(655,"323&nbsp(43)","pi-1134564740.html",653,"09ma_323");
navigation[656] = new navElem(656,"626&nbsp(30)","pi2089263053.html",653,"09ma_626");
navigation[657] = new navElem(657,"929&nbsp(8)","pi1873364234.html",653,"09ma_929");
navigation[658] = new navElem(658,"B- / E- / T- Serie&nbsp(11)","pi1162354371.html",653,"09ma_be");
navigation[659] = new navElem(659,"Demio&nbsp(2)","pi454072904.html",653,"09ma_de");
navigation[660] = new navElem(660,"MX / RX&nbsp(15)","pi-695742807.html",653,"09ma_mb");
navigation[661] = new navElem(661,"Premacy&nbsp(2)","pi-691328586.html",653,"09ma_pr");
navigation[662] = new navElem(662,"Xedos&nbsp(2)","pi-1464870657.html",653,"09ma_xe");
navigation[663] = new navElem(663,"MB","pi-1820239114.html",531,"09mb");
navigation[664] = new navElem(664,"G- Modell&nbsp(4)","pi681459412.html",663,"09mb_g");
navigation[665] = new navElem(665,"SLK&nbsp(3)","pi287647023.html",663,"09mb_sl");
navigation[666] = new navElem(666,"Sprinter&nbsp(5)","pi2030965026.html",663,"09mb_sp");
navigation[667] = new navElem(667,"Transporter&nbsp(3)","pi-515669179.html",663,"09mb_tr");
navigation[668] = new navElem(668,"Vito / V-Klasse&nbsp(7)","pi157126395.html",663,"09mb_vi");
navigation[669] = new navElem(669,"W107&nbsp(4)","pi-878205920.html",663,"09mb_107");
navigation[670] = new navElem(670,"W114 / W115 / W116&nbsp(5)","pi-773023327.html",663,"09mb_114");
navigation[671] = new navElem(671,"W123&nbsp(9)","pi2078123854.html",663,"09mb_123");
navigation[672] = new navElem(672,"W124&nbsp(18)","pi-1211728713.html",663,"09mb_124");
navigation[673] = new navElem(673,"W126&nbsp(4)","pi2091931180.html",663,"09mb_126");
navigation[674] = new navElem(674,"W129&nbsp(4)","pi1217570719.html",663,"09mb_129");
navigation[675] = new navElem(675,"W140&nbsp(5)","pi124431805.html",663,"09mb_140");
navigation[676] = new navElem(676,"W168&nbsp(9)","pi-1541908422.html",663,"09mb_168");
navigation[677] = new navElem(677,"W201&nbsp(15)","pi604741171.html",663,"09mb_201");
navigation[678] = new navElem(678,"W202&nbsp(12)","pi-1813208840.html",663,"09mb_202");
navigation[679] = new navElem(679,"W203&nbsp(5)","pi-13165671.html",663,"09mb_203");
navigation[680] = new navElem(680,"W208&nbsp(5)","pi146493414.html",663,"09mb_208");
navigation[681] = new navElem(681,"W210&nbsp(19)","pi-835342481.html",663,"09mb_210");
navigation[682] = new navElem(682,"W211&nbsp(4)","pi1808633988.html",663,"09mb_211");
navigation[683] = new navElem(683,"W220 / W215&nbsp(5)","pi804847413.html",663,"09mb220");
navigation[684] = new navElem(684,"Mitsubishi","pi-1795817153.html",531,"09mi");
navigation[685] = new navElem(685,"3000GT&nbsp(1)","pi-1471251886.html",684,"09mi_30");
navigation[686] = new navElem(686,"Carisma&nbsp(3)","pi-1842271125.html",684,"09mi_ca");
navigation[687] = new navElem(687,"Celeste/Sapporo/Galant&nbsp(16)","pi609022160.html",684,"09mi_ce");
navigation[688] = new navElem(688,"Colt / Lancer&nbsp(22)","pi-1511967599.html",684,"09mi_co");
navigation[689] = new navElem(689,"Cordia/Tredia&nbsp(6)","pi-1953869529.html",684,"09mi_cor");
navigation[690] = new navElem(690,"Eclipse&nbsp(2)","pi-1829155364.html",684,"09mi_ec");
navigation[691] = new navElem(691,"GTO&nbsp(1)","pi-54110291.html",684,"09mi_gt");
navigation[692] = new navElem(692,"L200 / L300&nbsp(6)","pi-337455254.html",684,"09mi_l");
navigation[693] = new navElem(693,"Pajero&nbsp(4)","pi-1930880605.html",684,"09mi_pa");
navigation[694] = new navElem(694,"Sigma&nbsp(2)","pi-1413352536.html",684,"09mi_si");
navigation[695] = new navElem(695,"Space&nbsp(11)","pi335594633.html",684,"09mi_sp");
navigation[696] = new navElem(696,"Starion&nbsp(2)","pi1777705494.html",684,"09mi_st");
navigation[697] = new navElem(697,"Nissan","pi-1994599916.html",531,"09ni");
navigation[698] = new navElem(698,"100NX / 200SX / 300SX&nbsp(11)","pi-414367265.html",697,"09ni_100");
navigation[699] = new navElem(699,"Almera / Altima&nbsp(5)","pi1854074420.html",697,"09ni_al");
navigation[700] = new navElem(700,"Bluebird&nbsp(8)","pi-1744398555.html",697,"09ni_bl");
navigation[701] = new navElem(701,"Camion&nbsp(4)","pi1966329730.html",697,"09ni_ca");
navigation[702] = new navElem(702,"Cedric / Laurel&nbsp(6)","pi-49658405.html",697,"09ni_ce");
navigation[703] = new navElem(703,"Cherry / Sunny&nbsp(20)","pi626067840.html",697,"09ni_cer");
navigation[704] = new navElem(704,"King Cab&nbsp(6)","pi1036495745.html",697,"09ni_ki");
navigation[705] = new navElem(705,"L- Serie&nbsp(1)","pi1534004142.html",697,"09ni_l");
navigation[706] = new navElem(706,"Maxima&nbsp(4)","pi-595369577.html",697,"09ni_ma");
navigation[707] = new navElem(707,"Micra&nbsp(6)","pi2139476364.html",697,"09ni_mi");
navigation[708] = new navElem(708,"Patrol&nbsp(8)","pi1271504285.html",697,"09ni_pa");
navigation[709] = new navElem(709,"Prairie / Stanza&nbsp(5)","pi-1941192038.html",697,"09ni_pr");
navigation[710] = new navElem(710,"Primera&nbsp(9)","pi-559443693.html",697,"09ni_pri");
navigation[711] = new navElem(711,"Sedan/Sentra/Silvia&nbsp(4)","pi-712273320.html",697,"09ni_se");
navigation[712] = new navElem(712,"Serena&nbsp(6)","pi837623878.html",697,"09ni_ser");
navigation[713] = new navElem(713,"Terrano / Trade / Urvan&nbsp(6)","pi86872143.html",697,"09ni_te");
navigation[714] = new navElem(714,"Vanette&nbsp(6)","pi-1586931740.html",697,"09ni_va");
navigation[715] = new navElem(715,"Opel","pi533652869.html",531,"09op");
navigation[716] = new navElem(716,"Agila&nbsp(1)","pi-1988408555.html",715,"09op_ag");
navigation[717] = new navElem(717,"Ascona / Manta / GT&nbsp(13)","pi207687858.html",715,"09op_asc");
navigation[718] = new navElem(718,"Astra&nbsp(20)","pi-1802511541.html",715,"09op_as");
navigation[719] = new navElem(719,"Corsa  / Tigra&nbsp(18)","pi-133239248.html",715,"09op_co");
navigation[720] = new navElem(720,"Frontera / Monterey&nbsp(4)","pi-1600192911.html",715,"09op_fr");
navigation[721] = new navElem(721,"Kadett&nbsp(20)","pi1003241438.html",715,"09op_ka");
navigation[722] = new navElem(722,"Monza / Senator A&nbsp(4)","pi633908743.html",715,"09op_mo");
navigation[723] = new navElem(723,"Omega / Senator B&nbsp(24)","pi-1889476292.html",715,"09op_om");
navigation[724] = new navElem(724,"Rekord / Commodore&nbsp(18)","pi1633910669.html",715,"09op_re");
navigation[725] = new navElem(725,"Vectra / Calibra&nbsp(23)","pi1700141514.html",715,"09op_ve");
navigation[726] = new navElem(726,"Peugeot","pi30660194.html",531,"09pe");
navigation[727] = new navElem(727,"104-604&nbsp(8)","pi-1660650232.html",726,"09pe_104");
navigation[728] = new navElem(728,"106&nbsp(10)","pi-1138808215.html",726,"09pe_106");
navigation[729] = new navElem(729,"205&nbsp(5)","pi1591003766.html",726,"09pe_205");
navigation[730] = new navElem(730,"206&nbsp(5)","pi-1462920513.html",726,"09pe_206");
navigation[731] = new navElem(731,"305&nbsp(7)","pi-1712599660.html",726,"09pe_305");
navigation[732] = new navElem(732,"306 / Partner&nbsp(12)","pi1780882181.html",726,"09pe_303");
navigation[733] = new navElem(733,"307&nbsp(4)","pi1295597026.html",726,"09pe_307");
navigation[734] = new navElem(734,"309&nbsp(5)","pi-1893143365.html",726,"09pe_309");
navigation[735] = new navElem(735,"405&nbsp(14)","pi-1230922016.html",726,"09pe_405");
navigation[736] = new navElem(736,"406&nbsp(11)","pi-1490670239.html",726,"09pe_406");
navigation[737] = new navElem(737,"505&nbsp(14)","pi-507830258.html",726,"09pe_505");
navigation[738] = new navElem(738,"605/607/806&nbsp(5)","pi170997367.html",726,"09pe_605");
navigation[739] = new navElem(739,"J5 / Boxer&nbsp(6)","pi-1940554516.html",726,"09pe_j5");
navigation[740] = new navElem(740,"Porsche","pi-749159621.html",531,"09po");
navigation[741] = new navElem(741,"924/944/968&nbsp(6)","pi407043453.html",740,"09po_924");
navigation[742] = new navElem(742,"928&nbsp(7)","pi566549754.html",740,"09po_928");
navigation[743] = new navElem(743,"996 / Boxster&nbsp(5)","pi-1432128525.html",740,"09po_996");
navigation[744] = new navElem(744,"Renault","pi-963646624.html",531,"09re");
navigation[745] = new navElem(745,"Clio&nbsp(17)","pi1453831096.html",744,"09re_cl");
navigation[746] = new navElem(746,"Espace / Vel Satis&nbsp(19)","pi1022486361.html",744,"09re_es");
navigation[747] = new navElem(747,"Fuego&nbsp(4)","pi1611722589.html",744,"09re_fu");
navigation[748] = new navElem(748,"Kangoo&nbsp(6)","pi-442523482.html",744,"09re_ka");
navigation[749] = new navElem(749,"Laguna&nbsp(8)","pi853827887.html",744,"09re_la");
navigation[750] = new navElem(750,"Master&nbsp(4)","pi-1036693692.html",744,"09re_ma");
navigation[751] = new navElem(751,"Megane&nbsp(6)","pi-2053765387.html",744,"09re_me");
navigation[752] = new navElem(752,"R14/R18&nbsp(4)","pi2130475563.html",744,"09re_r14");
navigation[753] = new navElem(753,"R19&nbsp(7)","pi467934096.html",744,"09re_r19");
navigation[754] = new navElem(754,"R20 / R21&nbsp(11)","pi-337889199.html",744,"09re_r20");
navigation[755] = new navElem(755,"R25 / R 30&nbsp(10)","pi-1886475202.html",744,"09re_r25");
navigation[756] = new navElem(756,"R4/R5/R9/R11&nbsp(15)","pi-102803694.html",744,"09re_R4");
navigation[757] = new navElem(757,"Rapid&nbsp(8)","pi-1001129241.html",744,"09re_ra");
navigation[758] = new navElem(758,"Safrane&nbsp(7)","pi1827579036.html",744,"09re_sa");
navigation[759] = new navElem(759,"Trafic&nbsp(9)","pi-1462298771.html",744,"09re_tr");
navigation[760] = new navElem(760,"Twingo&nbsp(5)","pi1729825834.html",744,"09re_tw");
navigation[761] = new navElem(761,"Rover","pi751083489.html",531,"09ro");
navigation[762] = new navElem(762,"Serie 100&nbsp(1)","pi623828835.html",761,"09ro_100");
navigation[763] = new navElem(763,"Serie 200/400&nbsp(12)","pi-810535320.html",761,"09ro_200");
navigation[764] = new navElem(764,"Serie 600&nbsp(1)","pi-503274794.html",761,"09ro_600");
navigation[765] = new navElem(765,"Sonstige&nbsp(2)","pi1407771551.html",761,"09ro_an");
navigation[766] = new navElem(766,"Saab","pi-646692722.html",531,"09sa");
navigation[767] = new navElem(767,"9-&nbsp(7)","pi-1041136741.html",766,"09sa_9-");
navigation[768] = new navElem(768,"900&nbsp(8)","pi-48623899.html",766,"09sa_900");
navigation[769] = new navElem(769,"9000&nbsp(8)","pi-415867838.html",766,"09sa_9000");
navigation[770] = new navElem(770,"96 / 99&nbsp(3)","pi154197236.html",766,"09sa_96");
navigation[771] = new navElem(771,"Seat","pi-1997607689.html",531,"09se");
navigation[772] = new navElem(772,"Alhambra&nbsp(2)","pi863069248.html",771,"09se_al");
navigation[773] = new navElem(773,"Cordobra / IbizaI / Malaga / Ronda&nbsp(6)","pi-1157619903.html",771,"09se_co");
navigation[774] = new navElem(774,"IbizaII / Inca&nbsp(7)","pi1180296302.html",771,"09se_ib");
navigation[775] = new navElem(775,"Terra&nbsp(2)","pi-1769473193.html",771,"09se_te");
navigation[776] = new navElem(776,"Toledo&nbsp(12)","pi74930252.html",771,"09se_to");
navigation[777] = new navElem(777,"Skoda&nbsp(9)","pi1705349484.html",531,"09sk");
navigation[778] = new navElem(778,"Smart&nbsp(2)","pi-574515203.html",531,"09sm");
navigation[779] = new navElem(779,"Subaru","pi-1210776198.html",531,"09sub");
navigation[780] = new navElem(780,"Forester / Impreza&nbsp(2)","pi-1722888867.html",779,"09sub_fo");
navigation[781] = new navElem(781,"Justy&nbsp(2)","pi94087002.html",779,"09sub_ju");
navigation[782] = new navElem(782,"L- Serie&nbsp(9)","pi-31914728.html",779,"09sub_l");
navigation[783] = new navElem(783,"Legacy&nbsp(8)","pi1765230291.html",779,"09sub_le");
navigation[784] = new navElem(784,"Mini Jumbo&nbsp(3)","pi-218532551.html",779,"09sub_mi");
navigation[785] = new navElem(785,"Sonstige&nbsp(6)","pi-966078202.html",779,"09sub_a");
navigation[786] = new navElem(786,"Suzuki","pi803050099.html",531,"09zuz");
navigation[787] = new navElem(787,"Alto&nbsp(8)","pi2081563151.html",786,"09suz_al");
navigation[788] = new navElem(788,"Baleno&nbsp(8)","pi-1836484956.html",786,"09suz_ba");
navigation[789] = new navElem(789,"Carry&nbsp(2)","pi-1212075307.html",786,"09suz_ca");
navigation[790] = new navElem(790,"SJ-Jeep&nbsp(4)","pi752962930.html",786,"09suz_sj");
navigation[791] = new navElem(791,"Swift&nbsp(14)","pi-240187125.html",786,"09suz_sw");
navigation[792] = new navElem(792,"Vitara / X90&nbsp(13)","pi161773808.html",786,"09suz_vi");
navigation[793] = new navElem(793,"Toyota","pi424022072.html",531,"09to");
navigation[794] = new navElem(794,"Avensis&nbsp(7)","pi43049521.html",793,"09to_av");
navigation[795] = new navElem(795,"Camry&nbsp(13)","pi-168834914.html",793,"09to_cam");
navigation[796] = new navElem(796,"Carina&nbsp(24)","pi988035015.html",793,"09to_ca");
navigation[797] = new navElem(797,"Celica&nbsp(19)","pi-1292199940.html",793,"09to_ce");
navigation[798] = new navElem(798,"Corolla&nbsp(29)","pi-1382473907.html",793,"09to_co");
navigation[799] = new navElem(799,"Cressida / Crown&nbsp(10)","pi675917450.html",793,"09to_cr");
navigation[800] = new navElem(800,"Crown&nbsp(1)","pi-1203525053.html",793,"09ni_cr");
navigation[801] = new navElem(801,"Hi-Ace / Hi-Lux&nbsp(15)","pi-1331879992.html",793,"09to_hi");
navigation[802] = new navElem(802,"Landcruiser&nbsp(20)","pi1076643369.html",793,"09to_la");
navigation[803] = new navElem(803,"Lexus&nbsp(5)","pi-1945031882.html",793,"09to_le");
navigation[804] = new navElem(804,"Lite-Ace&nbsp(4)","pi1264000127.html",793,"09to_li");
navigation[805] = new navElem(805,"Previa&nbsp(3)","pi1722424404.html",793,"09to_pr");
navigation[806] = new navElem(806,"Sonstige&nbsp(11)","pi1536711072.html",793,"09to_an");
navigation[807] = new navElem(807,"Starlet&nbsp(13)","pi1381659333.html",793,"09to_st");
navigation[808] = new navElem(808,"Supra&nbsp(8)","pi1430465186.html",793,"09to_su");
navigation[809] = new navElem(809,"Yaris&nbsp(2)","pi1402735227.html",793,"09to_ya");
navigation[810] = new navElem(810,"Volvo","pi-574140122.html",531,"09vo");
navigation[811] = new navElem(811,"240-265&nbsp(8)","pi-1260602532.html",810,"09vo_2");
navigation[812] = new navElem(812,"340-360&nbsp(10)","pi639735597.html",810,"09vo_3");
navigation[813] = new navElem(813,"400-480&nbsp(2)","pi-1946550038.html",810,"09vo-4");
navigation[814] = new navElem(814,"700-780&nbsp(16)","pi1615095075.html",810,"09vo_7");
navigation[815] = new navElem(815,"850&nbsp(4)","pi950221096.html",810,"09vo_8");
navigation[816] = new navElem(816,"940-965&nbsp(8)","pi470481929.html",810,"09vo_9");
navigation[817] = new navElem(817,"Daf 55-60&nbsp(2)","pi-1464890444.html",810,"09vo_da");
navigation[818] = new navElem(818,"S40 / V40&nbsp(3)","pi1637770134.html",810,"09vo_s4");
navigation[819] = new navElem(819,"S90 / V 90&nbsp(4)","pi-305117857.html",810,"09vo_s90");
navigation[820] = new navElem(820,"VW / Audi","pi1508059609.html",531,"09vw");
navigation[821] = new navElem(821,"A2 / A3 / TT&nbsp(1)","pi1396682807.html",820,"09vw_a2");
navigation[822] = new navElem(822,"A4&nbsp(14)","pi356737964.html",820,"09vw_a4");
navigation[823] = new navElem(823,"A6&nbsp(20)","pi-681243331.html",820,"09vw_a6");
navigation[824] = new navElem(824,"A8 / V8&nbsp(10)","pi-2065161798.html",820,"09vw_a8");
navigation[825] = new navElem(825,"Audi 100/200&nbsp(22)","pi-1394386738.html",820,"09vw_100");
navigation[826] = new navElem(826,"Audi 80/90&nbsp(29)","pi1112375585.html",820,"09vw_80");
navigation[827] = new navElem(827,"Caddy II&nbsp(5)","pi634933501.html",820,"09vw_ca");
navigation[828] = new navElem(828,"Corrado&nbsp(3)","pi932907443.html",820,"09vw_co");
navigation[829] = new navElem(829,"Golf I+II/Scirocco/CaddyI&nbsp(26)","pi1052214904.html",820,"09vw_go");
navigation[830] = new navElem(830,"Golf III&nbsp(9)","pi789738265.html",820,"09vw_go3");
navigation[831] = new navElem(831,"Golf IV /  Golf V&nbsp(3)","pi-488197786.html",820,"09vw_go4");
navigation[832] = new navElem(832,"New Beetle&nbsp(2)","pi-452542279.html",820,"09vw_ne");
navigation[833] = new navElem(833,"Passat 01-&nbsp(2)","pi2075458577.html",820,"09vw_pa4");
navigation[834] = new navElem(834,"Passat -93&nbsp(22)","pi-1921059886.html",820,"09vw_pa1");
navigation[835] = new navElem(835,"Passat 93-96&nbsp(4)","pi1222608875.html",820,"09vw_pa2");
navigation[836] = new navElem(836,"Passat 96-01&nbsp(5)","pi1193805392.html",820,"09vw_pa3");
navigation[837] = new navElem(837,"Polo /  9 N&nbsp(4)","pi259313333.html",820,"09vw_po9");
navigation[838] = new navElem(838,"Polo /  Derby&nbsp(8)","pi24040175.html",820,"09ve_po");
navigation[839] = new navElem(839,"Polo / Lupo  / 6N&nbsp(7)","pi582864388.html",820,"09vw_po6");
navigation[840] = new navElem(840,"Sharan&nbsp(5)","pi-930638594.html",820,"09vw_sh");
navigation[841] = new navElem(841,"Transporter&nbsp(10)","pi-651074393.html",820,"09vw_tr");
navigation[842] = new navElem(842,"Wartburg&nbsp(3)","pi443639727.html",531,"09wa");

// getNavElementByCatID
function getNavElementByCatID(categoryId){
	for(var i=0; i<navigation.length; i++){
		if(navigation[i].categoryId==categoryId){
			return(navigation[i]);
			break;
			};
		};
		return(null);
	};
// changeLoc
function changeLoc(id,linkUrl){
	if(id!="nada"){
		xmlConfig.navIndex = id.toString();
		if(xmlConfig.getFirstItem("SearchEngine").ByCategory == "1"){
			if(id=="null") xmlConfig.getFirstItem("SearchEngine").categoryId = "null"
			else xmlConfig.getFirstItem("SearchEngine").categoryId = navigation[id].categoryId;
			xmlConfig.getFirstItem("SearchEngine").categoryIndex = id;
			}
		else{
			xmlConfig.getFirstItem("SearchEngine").categoryId = "null";
			xmlConfig.getFirstItem("SearchEngine").categoryIndex = "null";
			};
		safeData();
		location.href = linkUrl + "?categoryId=" + id.toString();
		};
	};
// searchOnEnterNavi
function searchOnEnterNavi(){
	if(window.event.keyCode==13){
		xmlConfig.getFirstItem('SearchEngine').term=document.searchEngine.searchTerm.value;
		location.href = "search.html";
		};
	};
// activates entries for categories
activateItem(getParameterFromURL("categoryId"));

