//
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 (inkl. 19% MwSt):<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="13" height="10" 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\">:: Unsere Produkte ::</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="0" cellspacing="0" >';
		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="13" height="1" height="1" alt="" border="0"></td>';
			};
		if(navItem.active) strHTML += '<td width="1%" class="ACTIVECATEGORY"><img src="assets/images/bulletcatact.gif" width="13" height="10" 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="13" height="10" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else strHTML += '<td width=\"1%\"><img src="assets/images/bulletcat1st.gif" width="13" height="10" 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,"NEUHEITEN - 2010","pi415243112.htm",null,"1189");
navigation[1] = new navElem(1,"BERG Gokarts","pi-1000062647.htm",0,"1190");
navigation[2] = new navElem(2,"LEGO","pi-140593497.htm",0,"1199");
navigation[3] = new navElem(3,"PLAYMOBIL®","pi-1402242860.htm",0,"1193");
navigation[4] = new navElem(4,"SCHUCO","pi1543358075.htm",0,"1195");
navigation[5] = new navElem(5,"SIKU","pi2134671927.htm",0,"1198");
navigation[6] = new navElem(6,"ROLLY TOYS","pi-1574991673.htm",0,"1202");
navigation[7] = new navElem(7,"MINICHAMPS","pi-850510370.htm",0,"1204");
navigation[8] = new navElem(8,"WIKING","pi956140296.htm",0,"1205");
navigation[9] = new navElem(9,"SPIELWAREN","pi1104682260.htm",null,"74");
navigation[10] = new navElem(10,"AQUAPLAY ","pi1173717283.htm",9,"1018");
navigation[11] = new navElem(11,"Kanalsysteme","pi351762717.htm",10,"1019");
navigation[12] = new navElem(12,"Zubehör & Erweiterung","pi-1839333020.htm",10,"1020");
navigation[13] = new navElem(13,"BIG ","pi1130939519.htm",9,"260 ");
navigation[14] = new navElem(14,"BIG DIE WILDEN KERLE   *NEU*","pi1781359090.htm",13,"400");
navigation[15] = new navElem(15,"BIG BOBBY CAR","pi442084670.htm",13,"280");
navigation[16] = new navElem(16,"Fahrzeuge","pi1280935959.htm",15,"272");
navigation[17] = new navElem(17,"Anhänger","pi-1279590202.htm",15,"281");
navigation[18] = new navElem(18,"Zubehör","pi-1914950556.htm",15,"282");
navigation[19] = new navElem(19,"BIG BIKE TRIKE SCOOTER","pi-1684005590.htm",13,"279");
navigation[20] = new navElem(20,"BIG RIDE ON","pi-1870609450.htm",13,"278");
navigation[21] = new navElem(21,"BIG TRAFFIC SCHOOL","pi1578414239.htm",13,"277");
navigation[22] = new navElem(22,"BIG TRACTOR","pi-1203869609.htm",13,"276");
navigation[23] = new navElem(23,"BIG QUAD","pi-921231235.htm",13,"355");
navigation[24] = new navElem(24,"BIG IN and OUTDOOR","pi697730003.htm",13,"275");
navigation[25] = new navElem(25,"BIG SNOW and SWIM","pi-1616593384.htm",13,"274");
navigation[26] = new navElem(26,"BIG ACCESSORIES","pi549386809.htm",13,"273");
navigation[27] = new navElem(27,"BRITAINS","pi-1627401383.htm",9,"1203");
navigation[28] = new navElem(28,"BRUDER","pi1902288417.htm",9,"45");
navigation[29] = new navElem(29,"Viehtransporter | Pferdetransporter","pi-721001328.htm",28,"51");
navigation[30] = new navElem(30,"Anbaugeräte","pi887104122.htm",28,"91");
navigation[31] = new navElem(31,"Anhänger","pi2031007762.htm",28,"49");
navigation[32] = new navElem(32,"Feuerwehr ","pi-2100595383.htm",28,"58");
navigation[33] = new navElem(33,"Gabelstapler | Hoflader","pi875139411.htm",28,"88");
navigation[34] = new navElem(34,"Jeep","pi-1980138681.htm",28,"93");
navigation[35] = new navElem(35,"Ladewagen | Pressen","pi-2021702136.htm",28,"90");
navigation[36] = new navElem(36,"Mähdrescher | Häcksler","pi-1244099595.htm",28,"48");
navigation[37] = new navElem(37,"MB Sprinter","pi-429483362.htm",28,"1134");
navigation[38] = new navElem(38,"MB Unimog ","pi1934755908.htm",28,"47");
navigation[39] = new navElem(39,"MINI SERIE  ","pi1146919884.htm",28,"322");
navigation[40] = new navElem(40,"Müllabfuhr","pi24265574.htm",28,"1135");
navigation[41] = new navElem(41,"ROADMAX - ab 2 Jahren","pi458435028.htm",28,"94");
navigation[42] = new navElem(42,"Schlepper | Traktoren","pi-304094595.htm",28,"46");
navigation[43] = new navElem(43,"Spielhäuser - Bauernhof","pi492695487.htm",28,"302399");
navigation[44] = new navElem(44,"Straßenbau | Baufahrzeuge | LKW","pi914260057.htm",28,"92");
navigation[45] = new navElem(45,"Zubehör","pi2060225929.htm",28,"89");
navigation[46] = new navElem(46,"Ersatzteile","pi1251108364.htm",28,"1173");
navigation[47] = new navElem(47,"Frontlader ","pi-362104803.htm",46,"1174");
navigation[48] = new navElem(48,"Anhänger","pi-1181993579.htm",46,"1175");
navigation[49] = new navElem(49,"Lemken Solitär","pi1034747998.htm",46,"1176");
navigation[50] = new navElem(50,"Kuhn Scheibenegge","pi1251135023.htm",46,"1177");
navigation[51] = new navElem(51,"John Deere","pi-2088250224.htm",46,"1178");
navigation[52] = new navElem(52,"DICKIE","pi-1666782943.htm",9,"296");
navigation[53] = new navElem(53,"DICKIE  ferngesteuert","pi1107946140.htm",52,"95");
navigation[54] = new navElem(54,"DICKIE UNIMOG","pi1181393526.htm",52,"1035");
navigation[55] = new navElem(55,"DICKIE TRAKTOREN","pi-30108993.htm",52,"1036");
navigation[56] = new navElem(56,"GO-KARTS","pi-714082357.htm",9,"294");
navigation[57] = new navElem(57,"JEEP®","pi1032261590.htm",56,"1191");
navigation[58] = new navElem(58,"Moov","pi1211721035.htm",56,"1120");
navigation[59] = new navElem(59,"City","pi104537386.htm",56,"1098");
navigation[60] = new navElem(60,"Classic","pi-733985463.htm",56,"1099");
navigation[61] = new navElem(61,"Freestyler","pi-98759718.htm",56,"1184");
navigation[62] = new navElem(62,"Off-road","pi-1295268906.htm",56,"1100");
navigation[63] = new navElem(63,"Race","pi-951865185.htm",56,"1101");
navigation[64] = new navElem(64,"Traxx","pi609543668.htm",56,"1102");
navigation[65] = new navElem(65,"Ferrari","pi1652925413.htm",56,"1103");
navigation[66] = new navElem(66,"Junior","pi-1560441534.htm",56,"1104");
navigation[67] = new navElem(67,"BalanzeBike","pi-100982629.htm",56,"1105");
navigation[68] = new navElem(68,"Specials","pi1710687297.htm",56,"1107");
navigation[69] = new navElem(69,"Zubehör","pi-498243497.htm",56,"1108");
navigation[70] = new navElem(70,"INTEX  ","pi1168702032.htm",9,"1006");
navigation[71] = new navElem(71,"FISCHERTECHNIK","pi1236945753.htm",9,"1147");
navigation[72] = new navElem(72,"KINDERBÜCHER","pi-827030032.htm",9,"1040");
navigation[73] = new navElem(73,"KREATIV","pi1565196577.htm",9,"1002");
navigation[74] = new navElem(74,"Bügelperlen","pi428253651.htm",73,"1158");
navigation[75] = new navElem(75,"Explorer","pi157568602.htm",73,"1157");
navigation[76] = new navElem(76,"Holz","pi485148185.htm",73,"1164");
navigation[77] = new navElem(77,"Knete ","pi-1612370673.htm",73,"1160");
navigation[78] = new navElem(78,"Malen","pi-18739250.htm",73,"1161");
navigation[79] = new navElem(79,"Puzzle","pi130941976.htm",73,"1159");
navigation[80] = new navElem(80,"Spielen","pi-1015290701.htm",73,"1163");
navigation[81] = new navElem(81,"Weben","pi123547709.htm",73,"1162");
navigation[82] = new navElem(82,"LEGO ","pi1187523819.htm",9,"1041");
navigation[83] = new navElem(83,"LEGO Adventskalender ","pi1815188199.htm",82,"1183");
navigation[84] = new navElem(84,"LEGO City","pi509196258.htm",82,"1125");
navigation[85] = new navElem(85,"Bauernhof","pi-1178133758.htm",84,"1150");
navigation[86] = new navElem(86,"Baustelle","pi-1456095067.htm",84,"1149");
navigation[87] = new navElem(87,"Eisenbahn","pi1763752647.htm",84,"1186");
navigation[88] = new navElem(88,"Polizei","pi-1165447329.htm",84,"1148");
navigation[89] = new navElem(89,"Küstenwache","pi151593822.htm",84,"1151");
navigation[90] = new navElem(90,"Reise und Transport","pi-1583943109.htm",84,"1153");
navigation[91] = new navElem(91,"Sonstige","pi95919606.htm",84,"1152");
navigation[92] = new navElem(92,"LEGO Creator","pi1284133138.htm",82,"1126");
navigation[93] = new navElem(93,"LEGO DUPLO","pi1625678221.htm",82,"1123");
navigation[94] = new navElem(94,"LEGO Technic","pi-1971405563.htm",82,"1124");
navigation[95] = new navElem(95,"LEGO Spongebob","pi1219386740.htm",82,"1127");
navigation[96] = new navElem(96,"LEGO Racers","pi-2085301251.htm",82,"1131");
navigation[97] = new navElem(97,"LEGO Aqua Raiders","pi1223465191.htm",82,"1132");
navigation[98] = new navElem(98,"LÜK - spiel dich schlau!","pi1229847862.htm",9,"1138");
navigation[99] = new navElem(99,"miniLÜK","pi1229934088.htm",98,"1139");
navigation[100] = new navElem(100,"LÜK","pi2097932137.htm",98,"1140");
navigation[101] = new navElem(101,"PLAYMOBIL®","pi-1974961521.htm",9,"1051");
navigation[102] = new navElem(102,"Agenten - Top Agents *NEU*","pi1282294649.htm",101,"1210");
navigation[103] = new navElem(103,"Afrika ","pi1240944869.htm",101,"1166");
navigation[104] = new navElem(104,"Ägypter ","pi1219839938.htm",101,"1128");
navigation[105] = new navElem(105,"Bauernhof & Förster","pi1673335182.htm",101,"1055");
navigation[106] = new navElem(106,"Baustelle","pi1197115880.htm",101,"1061");
navigation[107] = new navElem(107,"City & Schule & Eisenbahn","pi-2088654345.htm",101,"1056");
navigation[108] = new navElem(108,"Dinosaurier","pi-460675013.htm",101,"1052");
navigation[109] = new navElem(109,"Drachen & Ritter","pi-1008700329.htm",101,"1182");
navigation[110] = new navElem(110,"Feuerwehr","pi454512985.htm",101,"1122");
navigation[111] = new navElem(111,"Kaspertheater","pi2052029874.htm",101,"1181");
navigation[112] = new navElem(112,"Krankenhaus","pi-324691655.htm",101,"1133");
navigation[113] = new navElem(113,"Meeresexpedition 20%","pi1209046343.htm",101,"1111");
navigation[114] = new navElem(114,"Ostern","pi1268474803.htm",101,"1200");
navigation[115] = new navElem(115,"Piraten","pi320045213.htm",101,"1071");
navigation[116] = new navElem(116,"Polizei","pi1205741422.htm",101,"1093");
navigation[117] = new navElem(117,"Reiterhof","pi-1912441430.htm",101,"1059");
navigation[118] = new navElem(118,"Schatzjäger","pi1265959499.htm",101,"1194");
navigation[119] = new navElem(119,"Tierklinik ","pi1203015538.htm",101,"1066");
navigation[120] = new navElem(120,"Tierpark - Zoo","pi-1577181325.htm",101,"1057");
navigation[121] = new navElem(121,"Weihnachten-Adventskalender","pi1777767918.htm",101,"1060");
navigation[122] = new navElem(122,"Zirkus","pi2086425825.htm",101,"1054");
navigation[123] = new navElem(123,"Figuren & 123","pi1530877992.htm",101,"1110");
navigation[124] = new navElem(124,"PUKY ","pi1222336684.htm",9,"1129");
navigation[125] = new navElem(125,"ROLLY TOYS TRAKTOREN","pi1090272127.htm",9,"2");
navigation[126] = new navElem(126,"rolly toys Unimog & Traktoren","pi-1544703026.htm",125,"5");
navigation[127] = new navElem(127,"Farmtrac - (ab 3 - ~7 Jahre)","pi-107202168.htm",126,"1023");
navigation[128] = new navElem(128,"CASE ","pi-1387503593.htm",127,"1030");
navigation[129] = new navElem(129,"CLAAS","pi1268922868.htm",127,"1201");
navigation[130] = new navElem(130,"DEUTZ","pi85807106.htm",127,"1025");
navigation[131] = new navElem(131,"FENDT","pi1177741733.htm",127,"1024");
navigation[132] = new navElem(132,"JCB","pi1253543645.htm",127,"1180");
navigation[133] = new navElem(133,"JOHN DEERE","pi-410939892.htm",127,"1031");
navigation[134] = new navElem(134,"MASSEY FERGUSON","pi1583661085.htm",127,"1032");
navigation[135] = new navElem(135,"McCORMICK","pi1601316353.htm",127,"1028");
navigation[136] = new navElem(136,"NEW HOLLAND","pi-517799165.htm",127,"1022");
navigation[137] = new navElem(137,"STEYR","pi-1299653541.htm",127,"1026");
navigation[138] = new navElem(138,"UNIMOG & MB TRAC","pi-1871342546.htm",127,"1029");
navigation[139] = new navElem(139,"x-trac Traktoren (von 3 - ~10 Jahre)","pi-511678128.htm",126,"17");
navigation[140] = new navElem(140,"rolly junior Traktoren (ab 3 - ~5 Jahre)","pi1983426587.htm",126,"259");
navigation[141] = new navElem(141,"rolly mini tracs - Rutscher  (ab 1 Jahr)","pi1545644485.htm",126,"1");
navigation[142] = new navElem(142,"rollyKid - Traktoren (ab 2,5 Jahre)","pi337993426.htm",126,"16");
navigation[143] = new navElem(143,"rolly toys Anhänger ","pi1482765996.htm",126,"7");
navigation[144] = new navElem(144,"Zubehör - Accessories ","pi-841765065.htm",126,"6");
navigation[145] = new navElem(145,"Anbaugeräte & Zubehör","pi165194209.htm",144,"1017");
navigation[146] = new navElem(146,"Handschuhe","pi-536614980.htm",144,"1016");
navigation[147] = new navElem(147,"Latzhosen","pi-110919074.htm",144,"1014");
navigation[148] = new navElem(148,"Overalls","pi2132696711.htm",144,"1015");
navigation[149] = new navElem(149,"rolly toys Ersatzteile","pi706344915.htm",126,"214");
navigation[150] = new navElem(150,"rolly digger - Bagger","pi1575667125.htm",125,"15");
navigation[151] = new navElem(151,"rolly Sweeper *NEU*","pi749932344.htm",125,"1050");
navigation[152] = new navElem(152,"rolly trikes - Dreiräder - Roller","pi1235550468.htm",125,"14");
navigation[153] = new navElem(153,"Schubkarren | Sandspielzeug ","pi-634750626.htm",125,"213");
navigation[154] = new navElem(154,"Anbaugeräte für Tret-Traktoren ","pi12050431.htm",9,"215");
navigation[155] = new navElem(155,"SCHLEICH","pi1280324815.htm",9,"1207");
navigation[156] = new navElem(156,"Bauernhoftiere","pi-684071864.htm",155,"1208");
navigation[157] = new navElem(157,"Pferde","pi109674968.htm",155,"1211");
navigation[158] = new navElem(158,"Wasser Tiere","pi1292276615.htm",155,"1212");
navigation[159] = new navElem(159,"World of Fantasy","pi2033836301.htm",155,"1213");
navigation[160] = new navElem(160,"Wild Tiere","pi1282903915.htm",155,"1214");
navigation[161] = new navElem(161,"SCHLITTEN","pi-471387917.htm",9,"1097");
navigation[162] = new navElem(162,"SIKU ","pi-731215014.htm",9,"225");
navigation[163] = new navElem(163,"SIKU CONTROL 1:32","pi606120296.htm",162,"301");
navigation[164] = new navElem(164,"Infrarot gesteuert","pi1548396813.htm",163,"1043");
navigation[165] = new navElem(165,"Funk gesteuert Control32","pi886576014.htm",163,"1044");
navigation[166] = new navElem(166,"SIKU FARMER","pi-501205439.htm",162,"304");
navigation[167] = new navElem(167,"SIKU Schlepper","pi1191577165.htm",166,"1045");
navigation[168] = new navElem(168,"SIKU Anhänger","pi1724847486.htm",166,"1092");
navigation[169] = new navElem(169,"SIKU Ernte und Anbaumaschinen","pi-1208465014.htm",166,"1046");
navigation[170] = new navElem(170,"SIKU JEEP","pi-159750459.htm",166,"1096");
navigation[171] = new navElem(171,"SIKU FARMER CLASSIC","pi1982356472.htm",166,"1118");
navigation[172] = new navElem(172,"SIKU ZUBEHÖR","pi1572390509.htm",166,"1119");
navigation[173] = new navElem(173,"SIKU SUPER","pi-1146622098.htm",162,"305");
navigation[174] = new navElem(174,"Maßstab 1:87","pi1226390979.htm",173,"1136");
navigation[175] = new navElem(175,"Maßstab 1:55","pi1756171592.htm",173,"1137");
navigation[176] = new navElem(176,"Maßstab 1:1400","pi-214840902.htm",173,"1209");
navigation[177] = new navElem(177,"SIKU KALENDER","pi-1328058935.htm",162,"1130");
navigation[178] = new navElem(178,"SPIELHÄUSER - BAUERNHOF - Tiere","pi1148654643.htm",9,"287");
navigation[179] = new navElem(179,"SPIELTEPPICHE","pi-550121358.htm",9,"1013");
navigation[180] = new navElem(180,"TRAMPOLINE","pi287325024.htm",9,"999");
navigation[181] = new navElem(181,"WADER  ","pi1140939807.htm",9,"397");
navigation[182] = new navElem(182,"CONSTRUCK","pi632041154.htm",181,"395");
navigation[183] = new navElem(183,"FARMER technic","pi-1211726821.htm",181,"394");
navigation[184] = new navElem(184,"WATER FUN","pi-641660044.htm",181,"396");
navigation[185] = new navElem(185,"WERKZEUGE","pi11466158.htm",9,"347");
navigation[186] = new navElem(186,"MODELLE | MINIATUREN","pi1208811728.htm",null,"233");
navigation[187] = new navElem(187,"-epoche-","pi1267087267.htm",186,"1196");
navigation[188] = new navElem(188,"MÄRKLIN","pi1279472091.htm",186,"1188");
navigation[189] = new navElem(189,"MINICHAMPS","pi1247560664.htm",186,"1172");
navigation[190] = new navElem(190,"SCHUCO","pi1824785198.htm",186,"402");
navigation[191] = new navElem(191,"Schuco - tronic","pi1217716923.htm",190,"1187");
navigation[192] = new navElem(192,"Schuco - Bausätze","pi1188639561.htm",190,"1042");
navigation[193] = new navElem(193,"Schuco - Unimog","pi2097415313.htm",190,"234");
navigation[194] = new navElem(194,"Schuco - Nutzfahrzeuge","pi-1150356525.htm",190,"235");
navigation[195] = new navElem(195,"Schuco - Traktoren","pi1043391741.htm",190,"81");
navigation[196] = new navElem(196,"Anhänger & Geräte","pi-1692215590.htm",195,"1083");
navigation[197] = new navElem(197,"Claas ","pi1213562965.htm",195,"1085");
navigation[198] = new navElem(198,"Deutz","pi1299967430.htm",195,"1079");
navigation[199] = new navElem(199,"Eicher","pi-629162759.htm",195,"1078");
navigation[200] = new navElem(200,"Fahr","pi-149486632.htm",195,"1077");
navigation[201] = new navElem(201,"Fendt","pi913277279.htm",195,"1072");
navigation[202] = new navElem(202,"Ferguson","pi2027267057.htm",195,"1080");
navigation[203] = new navElem(203,"Güldner","pi-2035834797.htm",195,"1084");
navigation[204] = new navElem(204,"Hanomag","pi1680124684.htm",195,"1073");
navigation[205] = new navElem(205,"Hela","pi1425881235.htm",195,"1076");
navigation[206] = new navElem(206,"IHC","pi1256215240.htm",195,"1185");
navigation[207] = new navElem(207,"Kramer","pi-1162140107.htm",195,"1089");
navigation[208] = new navElem(208,"Lanz","pi320788765.htm",195,"1074");
navigation[209] = new navElem(209,"MAN","pi-1547321846.htm",195,"1087");
navigation[210] = new navElem(210,"MB Trac","pi-1265373966.htm",195,"1086");
navigation[211] = new navElem(211,"Mc Cormick","pi907564894.htm",195,"1081");
navigation[212] = new navElem(212,"Porsche","pi-1034820415.htm",195,"1082");
navigation[213] = new navElem(213,"Schlüter","pi454558200.htm",195,"1088");
navigation[214] = new navElem(214,"Ursus","pi997807442.htm",195,"1090");
navigation[215] = new navElem(215,"Schuco - VW","pi-901457391.htm",190,"1121");
navigation[216] = new navElem(216,"Schuco - LUDOLFS","pi1240044237.htm",190,"1165");
navigation[217] = new navElem(217,"Schuco - Vitrinen","pi2030442672.htm",190,"1170");
navigation[218] = new navElem(218,"Schuco - Fan Shop","pi-1926502246.htm",190,"1008");
navigation[219] = new navElem(219,"TAMIYA","pi1265366347.htm",186,"1192");
navigation[220] = new navElem(220,"UNIVERSAL HOBBIES ","pi1136374439.htm",186,"310");
navigation[221] = new navElem(221,"WIKING","pi-1630543081.htm",186,"401");
navigation[222] = new navElem(222,"Modelle aus Holz ","pi1160500107.htm",186,"1003");
navigation[223] = new navElem(223,"BÜCHER | TECHN. LITERATUR | DVD | VIDEO","pi1535465324.htm",null,"87");
navigation[224] = new navElem(224,"Bücher","pi2026049231.htm",223,"239");
navigation[225] = new navElem(225,"Kinderbücher","pi1157707988.htm",224,"439");
navigation[226] = new navElem(226,"LKW & Transporter","pi-892134493.htm",224,"436");
navigation[227] = new navElem(227,"Traktoren","pi1523686178.htm",224,"437");
navigation[228] = new navElem(228,"Unimog & MB Trac","pi1262843205.htm",224,"438");
navigation[229] = new navElem(229,"Historische Werbeschilder","pi232358449.htm",223,"376");
navigation[230] = new navElem(230,"Kalender","pi1134052360.htm",223,"300");
navigation[231] = new navElem(231,"Technische Literatur","pi1649906788.htm",223,"238");
navigation[232] = new navElem(232,"Allgaier Schlepper","pi-1044495663.htm",231,"242");
navigation[233] = new navElem(233,"Deutz Schlepper & Motoren","pi1648977970.htm",231,"250");
navigation[234] = new navElem(234,"HANOMAG","pi2124633595.htm",231,"258");
navigation[235] = new navElem(235,"Betriebsanleitungen","pi-1119291884.htm",234,"299");
navigation[236] = new navElem(236,"Ersatzteillisten","pi-202819195.htm",234,"298");
navigation[237] = new navElem(237,"Werkstatthandbücher","pi-236152222.htm",234,"297");
navigation[238] = new navElem(238,"Sonstiges","pi317083488.htm",234,"295");
navigation[239] = new navElem(239,"Lanz Bulldog","pi-1718138934.htm",231,"349");
navigation[240] = new navElem(240,"MB trac","pi-1601977111.htm",231,"241");
navigation[241] = new navElem(241,"Porsche Diesel Schlepper & Motoren","pi-704140635.htm",231,"343");
navigation[242] = new navElem(242,"Unimog","pi-824467150.htm",231,"240");
navigation[243] = new navElem(243,"Video + DVD´s","pi189798458.htm",223,"286");
navigation[244] = new navElem(244,"HAUS &#38; GARTEN | HOF &#38; FELD","pi-696806010.htm",null,"71");
navigation[245] = new navElem(245,"Hygiene rund ums Haus","pi1280321260.htm",244,"1206");
navigation[246] = new navElem(246,"Garten","pi1763233138.htm",244,"1000");
navigation[247] = new navElem(247,"Rasenpflege","pi945657704.htm",246,"230");
navigation[248] = new navElem(248,"Pflanzenschutz ","pi-1252553261.htm",246,"32");
navigation[249] = new navElem(249,"Pflanzenschutzmittel","pi-856330961.htm",248,"190");
navigation[250] = new navElem(250,"Garten- + Rückensprühgeräte","pi-238982787.htm",248,"189");
navigation[251] = new navElem(251,"Feldspritzenmanometer","pi-769145152.htm",248,"221");
navigation[252] = new navElem(252,"Schädlingsbekämpfung","pi1685096715.htm",246,"1001");
navigation[253] = new navElem(253,"Steinrein","pi-225506329.htm",246,"232");
navigation[254] = new navElem(254,"Schubkarren und Ersatzteile","pi-1513912211.htm",244,"237");
navigation[255] = new navElem(255,"Sonstiges","pi1725672591.htm",244,"72");
navigation[256] = new navElem(256,"RESTAURATION | LANDTECHNIK","pi-1547576928.htm",null,"40");
navigation[257] = new navElem(257,"Unimog & Schlepper Teile","pi757393472.htm",256,"19");
navigation[258] = new navElem(258,"Teile sortiert nach Fahrzeugtyp","pi-2109826945.htm",257,"109");
navigation[259] = new navElem(259,"ALLGAIER","pi-1852191661.htm",258,"131");
navigation[260] = new navElem(260,"Technische Literatur","pi-745399527.htm",259,"212");
navigation[261] = new navElem(261,"BELARUS","pi2015256863.htm",258,"124");
navigation[262] = new navElem(262,"CASE IH","pi-1106130843.htm",258,"125");
navigation[263] = new navElem(263,"Beleuchtung","pi-905627875.htm",262,"351");
navigation[264] = new navElem(264,"Spiegel","pi-958557760.htm",262,"253");
navigation[265] = new navElem(265,"Tankverschlüsse","pi-879943685.htm",262,"138");
navigation[266] = new navElem(266,"DEUTZ","pi113436756.htm",258,"110");
navigation[267] = new navElem(267,"Bücher - techn. Literatur","pi1504575741.htm",266,"145");
navigation[268] = new navElem(268,"Elektrik","pi1174219674.htm",266,"1021");
navigation[269] = new navElem(269,"Tankverschlüsse","pi546860537.htm",266,"139");
navigation[270] = new navElem(270,"Schneeketten","pi753102327.htm",266,"143");
navigation[271] = new navElem(271,"Spiegel","pi2116537838.htm",266,"252");
navigation[272] = new navElem(272,"Sonstiges","pi596000364.htm",266,"144");
navigation[273] = new navElem(273,"EICHER","pi-1560450426.htm",258,"251");
navigation[274] = new navElem(274,"FENDT","pi-1107407163.htm",258,"111");
navigation[275] = new navElem(275,"Bücher - techn. Literatur","pi-1979984413.htm",274,"243");
navigation[276] = new navElem(276,"Tankverschlüsse","pi374080903.htm",274,"140");
navigation[277] = new navElem(277,"Schneeketten","pi2017261192.htm",274,"141");
navigation[278] = new navElem(278,"Sonstiges","pi-1729844382.htm",274,"142");
navigation[279] = new navElem(279,"HANOMAG","pi1574966406.htm",258,"134");
navigation[280] = new navElem(280,"Aufkleber","pi-40623318.htm",279,"311");
navigation[281] = new navElem(281,"Auspuffanlage","pi1001392730.htm",279,"363");
navigation[282] = new navElem(282,"Granit 501 - 501 E - Perfekt 401 E","pi1833807437.htm",281,"362");
navigation[283] = new navElem(283,"R16 R19 R217","pi-330711338.htm",281,"1155");
navigation[284] = new navElem(284,"Bücher - techn. Literatur","pi899124317.htm",279,"271");
navigation[285] = new navElem(285,"Elektrik","pi686572205.htm",279,"313");
navigation[286] = new navElem(286,"Karosserie Aufbau","pi1873537533.htm",279,"254");
navigation[287] = new navElem(287,"Kraftstoffanlage","pi1139912929.htm",279,"399");
navigation[288] = new navElem(288,"Lenkräder - Schutzkappen","pi746098522.htm",279,"461");
navigation[289] = new navElem(289,"Leuchten & Spiegel","pi1137396256.htm",279,"314");
navigation[290] = new navElem(290,"Motorenteile","pi-1413019482.htm",279,"462");
navigation[291] = new navElem(291,"Motordichtungen","pi-1868888449.htm",290,"1113");
navigation[292] = new navElem(292,"Motortyp D14","pi399916628.htm",291,"1114");
navigation[293] = new navElem(293,"Motortyp D21","pi-1802643379.htm",291,"1115");
navigation[294] = new navElem(294,"Motortyp D28","pi-1990641302.htm",291,"1116");
navigation[295] = new navElem(295,"Motortyp D52 D57","pi580469369.htm",291,"1117");
navigation[296] = new navElem(296,"Öldruckmesser - Thermometer","pi1137223276.htm",279,"312");
navigation[297] = new navElem(297,"Scheinwerfer","pi-53777378.htm",279,"364");
navigation[298] = new navElem(298,"Tankdeckel","pi1005760120.htm",279,"460");
navigation[299] = new navElem(299,"Typenschilder - Embleme","pi13282818.htm",279,"303");
navigation[300] = new navElem(300,"JOHN DEERE","pi-1154126912.htm",258,"127");
navigation[301] = new navElem(301,"Tankverschlüsse","pi-374976066.htm",300,"146");
navigation[302] = new navElem(302,"MASSEY FERGUSON","pi-1872021522.htm",258,"128");
navigation[303] = new navElem(303,"MB-TRAC","pi1205028475.htm",258,"113");
navigation[304] = new navElem(304,"Anlasser","pi-2112251355.htm",303,"151");
navigation[305] = new navElem(305,"Bücher - techn. Literatur","pi371029155.htm",303,"150");
navigation[306] = new navElem(306,"Elektrik","pi1073807579.htm",303,"152");
navigation[307] = new navElem(307,"Filter","pi-1402446628.htm",303,"149");
navigation[308] = new navElem(308,"Kraftheber","pi-416035689.htm",303,"153");
navigation[309] = new navElem(309,"Kraftstoff","pi2134467591.htm",303,"216");
navigation[310] = new navElem(310,"Sonstiges","pi-247725923.htm",303,"154");
navigation[311] = new navElem(311,"MC CORMICK","pi1201169510.htm",258,"1064");
navigation[312] = new navElem(312,"NEW HOLLAND","pi558290892.htm",258,"129");
navigation[313] = new navElem(313,"PORSCHE","pi-993146638.htm",258,"136");
navigation[314] = new navElem(314,"Bücher - techn. Literatur","pi-855360309.htm",313,"249");
navigation[315] = new navElem(315,"RENAULT","pi-793091145.htm",258,"339");
navigation[316] = new navElem(316,"STEYR","pi-2105199910.htm",258,"130");
navigation[317] = new navElem(317,"UNIMOG","pi2025379490.htm",258,"112");
navigation[318] = new navElem(318,"U401 - U411","pi128616263.htm",317,"114");
navigation[319] = new navElem(319,"Anlasser","pi-681561500.htm",318,"290");
navigation[320] = new navElem(320,"Batterien","pi-442244571.htm",318,"156");
navigation[321] = new navElem(321,"Bücher - techn. Literatur","pi-1482963748.htm",318,"159");
navigation[322] = new navElem(322,"Filter","pi-2013837155.htm",318,"160");
navigation[323] = new navElem(323,"Kraftheber","pi-564659037.htm",318,"158");
navigation[324] = new navElem(324,"Kraftstoff","pi380930267.htm",318,"155");
navigation[325] = new navElem(325,"Pritschen & Kippzylinder","pi1630953353.htm",318,"157");
navigation[326] = new navElem(326,"Reifen","pi-849201353.htm",318,"261");
navigation[327] = new navElem(327,"Verdeck","pi-2045752938.htm",318,"309");
navigation[328] = new navElem(328,"Zapfwellen & Verlagerungsgetriebe","pi-1629932525.htm",318,"161");
navigation[329] = new navElem(329,"Sonstiges","pi-1175065971.htm",318,"162");
navigation[330] = new navElem(330,"U403 - U406","pi1821768397.htm",317,"115");
navigation[331] = new navElem(331,"Anbauplatten","pi1556660835.htm",330,"172");
navigation[332] = new navElem(332,"Anlasser","pi1345559369.htm",330,"173");
navigation[333] = new navElem(333,"Batterien","pi-1023691729.htm",330,"164");
navigation[334] = new navElem(334,"Beleuchtung","pi1999985450.htm",330,"171");
navigation[335] = new navElem(335,"Bücher - techn. Literatur","pi-1165811802.htm",330,"163 ");
navigation[336] = new navElem(336,"Filter","pi-891230652.htm",330,"165");
navigation[337] = new navElem(337,"Kotflügel","pi-38029734.htm",330,"174");
navigation[338] = new navElem(338,"Kraftheber","pi1894827538.htm",330,"166");
navigation[339] = new navElem(339,"Kraftstoff","pi-691602133.htm",330,"167");
navigation[340] = new navElem(340,"Pritschen & Kippzylinder","pi1009722000.htm",330,"168");
navigation[341] = new navElem(341,"Verdecke","pi1650425226.htm",330,"175");
navigation[342] = new navElem(342,"Zapfwellen & Verlagerungsgetriebe","pi-1492317378.htm",330,"169");
navigation[343] = new navElem(343,"Sonstiges","pi-382723172.htm",330,"170");
navigation[344] = new navElem(344,"U407 - U421","pi1206993930.htm",317,"116");
navigation[345] = new navElem(345,"Anbauplatten","pi-1661292673.htm",344,"176");
navigation[346] = new navElem(346,"Anlasser","pi1987900244.htm",344,"177");
navigation[347] = new navElem(347,"Batterien","pi1200897477.htm",344,"178");
navigation[348] = new navElem(348,"Beleuchtung","pi483252642.htm",344,"179");
navigation[349] = new navElem(349,"Bücher - techn. Literatur","pi-1070150277.htm",344,"180");
navigation[350] = new navElem(350,"Filter","pi1040097440.htm",344,"181");
navigation[351] = new navElem(351,"Kotflügel","pi-1307444191.htm",344,"182");
navigation[352] = new navElem(352,"Kraftheber","pi35955511.htm",344,"183");
navigation[353] = new navElem(353,"Kraftstoff","pi1171528364.htm",344,"184");
navigation[354] = new navElem(354,"Pritschen & Kippzylinder","pi624900157.htm",344,"185");
navigation[355] = new navElem(355,"Verdecke","pi-152850246.htm",344,"186");
navigation[356] = new navElem(356,"Zapfwellen & Verlagerungsgetriebe","pi55389363.htm",344,"187");
navigation[357] = new navElem(357,"Sonstiges","pi1698516505.htm",344,"188");
navigation[358] = new navElem(358,"U424 - U425 - U427","pi-1408640599.htm",317,"118");
navigation[359] = new navElem(359,"Anbauplatten","pi-2123927175.htm",358,"191");
navigation[360] = new navElem(360,"Anlasser","pi1885448262.htm",358,"192");
navigation[361] = new navElem(361,"Batterien","pi-1311147953.htm",358,"193");
navigation[362] = new navElem(362,"Beleuchtung","pi1084846869.htm",358,"194");
navigation[363] = new navElem(363,"Bücher - techn. Literatur","pi1527399243.htm",358,"195");
navigation[364] = new navElem(364,"Filter","pi-721209808.htm",358,"196");
navigation[365] = new navElem(365,"Kotflügel","pi-264264079.htm",358,"197");
navigation[366] = new navElem(366,"Kraftheber","pi-1845901346.htm",358,"198");
navigation[367] = new navElem(367,"Kraftstoff","pi-26629828.htm",358,"199");
navigation[368] = new navElem(368,"Pritschen & Kippzylinder","pi-912349299.htm",358,"200");
navigation[369] = new navElem(369,"Verdecke","pi-575921718.htm",358,"201");
navigation[370] = new navElem(370,"Zapfwellen & Verlagerungsgetriebe","pi-1642238845.htm",358,"202");
navigation[371] = new navElem(371,"Sonstiges","pi208258312.htm",358,"203");
navigation[372] = new navElem(372,"U435","pi1986801971.htm",317,"119");
navigation[373] = new navElem(373,"Beleuchtung","pi-714559527.htm",372,"292");
navigation[374] = new navElem(374,"Bücher - techn. Literatur","pi1468415853.htm",372,"204");
navigation[375] = new navElem(375,"Filter","pi-1827518621.htm",372,"205");
navigation[376] = new navElem(376,"Kraftheber","pi1514647386.htm",372,"208");
navigation[377] = new navElem(377,"Kraftstoff","pi83797236.htm",372,"206");
navigation[378] = new navElem(378,"Sonstiges","pi-1513493605.htm",372,"207");
navigation[379] = new navElem(379,"U404S","pi-1190530621.htm",317,"117");
navigation[380] = new navElem(380,"Bücher - techn. Literatur","pi969166104.htm",379,"209");
navigation[381] = new navElem(381,"Kraftstoff","pi-1775806202.htm",379,"210");
navigation[382] = new navElem(382,"Sonstiges","pi-522757419.htm",379,"211");
navigation[383] = new navElem(383,"SCHNEEKETTEN","pi1751741479.htm",317,"120");
navigation[384] = new navElem(384,"BÜCHER - BETRIEBSANLEITUNGEN","pi-620818154.htm",317,"121");
navigation[385] = new navElem(385,"REIFEN +FELGEN","pi-1768357478.htm",317,"122");
navigation[386] = new navElem(386,"Anbauplatten","pi484267447.htm",257,"38");
navigation[387] = new navElem(387,"Anlasser","pi-689558192.htm",257,"76");
navigation[388] = new navElem(388,"Batterien","pi1523819348.htm",257,"123");
navigation[389] = new navElem(389,"Beleuchtung","pi1107195030.htm",257,"86");
navigation[390] = new navElem(390,"Begrenzungsleuchten","pi-1867020483.htm",389,"248");
navigation[391] = new navElem(391,"Blink-Positionsleuchte","pi810618510.htm",389,"291");
navigation[392] = new navElem(392,"Scheinwerfer + Abeitsscheinwerfer","pi1279640674.htm",389,"283");
navigation[393] = new navElem(393,"Rückfahrleuchten + Zubehör","pi1229295848.htm",389,"293");
navigation[394] = new navElem(394,"Rückleuchte + Zubehör LKW Unimog ","pi1411600458.htm",389,"285");
navigation[395] = new navElem(395,"Rückleuchte + Zubehör Unimog + MB Trac ","pi780456681.htm",389,"284");
navigation[396] = new navElem(396,"Rückstrahler + Kennzeichenleuchten","pi1910941629.htm",389,"366");
navigation[397] = new navElem(397,"Rundumleuchten","pi-1144705956.htm",389,"356");
navigation[398] = new navElem(398,"Betriebsanleitungen & EPC´s","pi1096713164.htm",257,"37");
navigation[399] = new navElem(399,"Dreipunktteile - Ackerschienen","pi-1563374316.htm",257,"107");
navigation[400] = new navElem(400,"Farbe & Lack","pi-936886430.htm",257,"80");
navigation[401] = new navElem(401,"Filter","pi1182763782.htm",257,"22");
navigation[402] = new navElem(402,"Kraftstofffilter","pi-1252385508.htm",401,"78");
navigation[403] = new navElem(403,"Luftfilter","pi-509616386.htm",401,"77");
navigation[404] = new navElem(404,"Ölfilter","pi-358202014.htm",401,"79");
navigation[405] = new navElem(405,"Hydraulikfilter","pi-1372772782.htm",401,"85");
navigation[406] = new navElem(406,"Kotflügel","pi-149525480.htm",257,"36");
navigation[407] = new navElem(407,"Kraftheber","pi-1826826266.htm",257,"30");
navigation[408] = new navElem(408,"Kraftstoff","pi-414909105.htm",257,"224");
navigation[409] = new navElem(409,"Lenkhilfen","pi1722087896.htm",257,"350");
navigation[410] = new navElem(410,"Lichtmaschinen","pi-611118457.htm",257,"289");
navigation[411] = new navElem(411,"Pritschen & Kippzylinder","pi-1251026165.htm",257,"26");
navigation[412] = new navElem(412,"Reifen & Felgen","pi517133327.htm",257,"23");
navigation[413] = new navElem(413,"Schneeketten","pi864012827.htm",257,"39");
navigation[414] = new navElem(414,"Spiegel","pi1833953552.htm",257,"255");
navigation[415] = new navElem(415,"Unimog Verdecke","pi1090475833.htm",257,"21");
navigation[416] = new navElem(416,"Getriebe","pi1225286384.htm",257,"27");
navigation[417] = new navElem(417,"Sonstiges","pi114633159.htm",257,"29");
navigation[418] = new navElem(418,"Arbeitsscheinwerfer","pi1485953630.htm",256,"369");
navigation[419] = new navElem(419,"Anhängerteile","pi817785275.htm",256,"223");
navigation[420] = new navElem(420,"Anhänger-Aufstiege","pi281535443.htm",419,"226");
navigation[421] = new navElem(421,"Auflaufeinrichtung","pi-900470843.htm",419,"227");
navigation[422] = new navElem(422,"Druckluft - Abdichtung","pi711135123.htm",419,"228");
navigation[423] = new navElem(423,"Kupplungen","pi1739875619.htm",419,"269");
navigation[424] = new navElem(424,"Räder + Reifen","pi-1206330731.htm",419,"268");
navigation[425] = new navElem(425,"Stützräder + Zubehör","pi315081177.htm",419,"266");
navigation[426] = new navElem(426,"Unterlegekeile + Zubehör","pi1124884482.htm",419,"267");
navigation[427] = new navElem(427,"Farben | Lacke | Rostschutz","pi1669703538.htm",256,"25");
navigation[428] = new navElem(428,"Härter für Kunstharzlacke","pi70578670.htm",427,"84");
navigation[429] = new navElem(429,"Chassislack","pi-16456788.htm",427,"41");
navigation[430] = new navElem(430,"Rostschutz-Grundierung-Füller","pi70209028.htm",427,"42");
navigation[431] = new navElem(431,"Fahrzeug Lack ","pi-490652387.htm",427,"43");
navigation[432] = new navElem(432,"Farbverdünnung","pi-632980114.htm",427,"44");
navigation[433] = new navElem(433,"Spraylack - Spraydosen","pi1083609818.htm",427,"82");
navigation[434] = new navElem(434,"Klarlack","pi-732659626.htm",427,"83");
navigation[435] = new navElem(435,"Sprays und Hilfsstoffe","pi845630912.htm",256,"147");
navigation[436] = new navElem(436,"Hilfsstoffe","pi1729066629.htm",435,"262");
navigation[437] = new navElem(437,"Schmiermittel","pi1176717076.htm",435,"263");
navigation[438] = new navElem(438,"Sprühlacke - Fahrzeug Pflege","pi1127739790.htm",435,"270");
navigation[439] = new navElem(439,"Grundierung","pi291292752.htm",438,"360");
navigation[440] = new navElem(440,"Dreipunktteile","pi1558549080.htm",256,"236");
navigation[441] = new navElem(441,"Drucklufttechnik","pi-712283478.htm",256,"75");
navigation[442] = new navElem(442,"Airbrush","pi764282131.htm",441,"96");
navigation[443] = new navElem(443,"Elektrik","pi-41232453.htm",256,"308");
navigation[444] = new navElem(444,"Batterien","pi-1254534957.htm",443,"247");
navigation[445] = new navElem(445,"Rückstrahler","pi49210944.htm",443,"246");
navigation[446] = new navElem(446,"Ketten, Spann- und Zurrgurte","pi358239544.htm",256,"61");
navigation[447] = new navElem(447,"Hebegurte","pi559151490.htm",446,"62");
navigation[448] = new navElem(448,"Zurrgurte","pi-2127178322.htm",446,"63");
navigation[449] = new navElem(449,"Abschleppseile ","pi-980572112.htm",446,"64");
navigation[450] = new navElem(450,"Schweißtechnik","pi-1845156614.htm",256,"99");
navigation[451] = new navElem(451,"Schutzgas-Schweißdraht","pi-2032686328.htm",450,"105");
navigation[452] = new navElem(452,"Sonstiges","pi1964548269.htm",256,"34");
navigation[453] = new navElem(453,"HORSE CORNER - Pferd und Reiter *NEU*","pi-1333621015.htm",null,"344");
navigation[454] = new navElem(454,"Halfter + Führstrick + Gerten + Decken","pi494071562.htm",453,"408");
navigation[455] = new navElem(455,"Handschuhe + Stiefel","pi1649314721.htm",453,"409");
navigation[456] = new navElem(456,"Pferdefutter - Leckerlies","pi-1960500034.htm",453,"405");
navigation[457] = new navElem(457,"MARSTALL","pi1193379209.htm",456,"1047");
navigation[458] = new navElem(458,"St. Hippolyt","pi-356774272.htm",456,"1048");
navigation[459] = new navElem(459,"Pflege","pi-838194841.htm",453,"406");
navigation[460] = new navElem(460,"Stall","pi1770133912.htm",453,"407");

// 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.htm";
		};
	};
// activates entries for categories
activateItem(getParameterFromURL("categoryId"));

