//
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.png" width="15" height="15" border="0" align="absmiddle" style="margin-bottom:4px;margin-right:4px" hspace="0" vspace="0" class="catnav">' + "Zum Warenkorb</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="3" 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="15" height="1" height="1" alt="" border="0"></td>';
			};
		if(navItem.active) strHTML += '<td width="1%" class="ACTIVECATEGORY"><img src="assets/images/bulletcat1stcls.png" width="15" height="15" 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.png" width="15" height="15" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else strHTML += '<td width=\"1%\"><img src="assets/images/bulletcat1st.png" width="14" height="14" 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,"Arbeitsschutz, Erste Hilfe, Tresore","pi-57204807.htm",null,"1");
navigation[1] = new navElem(1,"Arbeitsschutz&nbsp(2)","pi315957349.htm",0,"1.10");
navigation[2] = new navElem(2,"Diebstahlschutz","pi-1089332730.htm",0,"1.20");
navigation[3] = new navElem(3,"Erste Hilfe, Kfz-Zubehör&nbsp(8)","pi-1429114942.htm",0,"1.30");
navigation[4] = new navElem(4,"Geldkassetten, Zählbretter&nbsp(7)","pi-675745509.htm",0,"1.40");
navigation[5] = new navElem(5,"Geldprüfgeräte und Zählmaschinen","pi-1123027185.htm",0,"1.50");
navigation[6] = new navElem(6,"Hinweisschilder&nbsp(12)","pi333489088.htm",0,"1.60");
navigation[7] = new navElem(7,"Markierbänder","pi1283844004.htm",0,"1.70");
navigation[8] = new navElem(8,"Rauchmelder","pi1990660053.htm",0,"1.80");
navigation[9] = new navElem(9,"Schlösser&nbsp(6)","pi-2120529727.htm",0,"1.90");
navigation[10] = new navElem(10,"Schlüsselschränke&nbsp(7)","pi1994993646.htm",0,"1.100");
navigation[11] = new navElem(11,"Sicherheitsspiegel","pi1032667351.htm",0,"1.110");
navigation[12] = new navElem(12,"Tresore, Wertschränke&nbsp(1)","pi-53112884.htm",0,"1.120");
navigation[13] = new navElem(13,"Überwachungskameras","pi1203474141.htm",0,"1.130");
navigation[14] = new navElem(14,"Batterien, Koffer und Werkzeuge","pi-266224446.htm",null,"6");
navigation[15] = new navElem(15,"Aufbewahrungsboxen&nbsp(6)","pi567645130.htm",14,"6.10");
navigation[16] = new navElem(16,"Batterien, Akkus und Ladegeräte&nbsp(2)","pi1439856259.htm",14,"6.20");
navigation[17] = new navElem(17,"Bilderrahmen&nbsp(10)","pi2117633800.htm",14,"6.30");
navigation[18] = new navElem(18,"Briefkästen&nbsp(2)","pi-1824461719.htm",14,"6.40");
navigation[19] = new navElem(19,"Filzgleiter","pi-2141294781.htm",14,"6.50");
navigation[20] = new navElem(20,"Koffer und Taschen&nbsp(1)","pi1301097663.htm",14,"6.60");
navigation[21] = new navElem(21,"Konferenzmappen","pi751073172.htm",14,"6.70");
navigation[22] = new navElem(22,"Leitern&nbsp(1)","pi-1653174479.htm",14,"6.80");
navigation[23] = new navElem(23,"Mehrfachsteckdosen, Verlängerungskabel&nbsp(2)","pi-604276210.htm",14,"6.90");
navigation[24] = new navElem(24,"Reise- und Autozubehör&nbsp(3)","pi-1478742517.htm",14,"6.100");
navigation[25] = new navElem(25,"Rollhocker und Türstopper&nbsp(5)","pi-1986683205.htm",14,"6.110");
navigation[26] = new navElem(26,"Taschenlampen","pi455735266.htm",14,"6.120");
navigation[27] = new navElem(27,"Uhren und Wecker","pi-475469600.htm",14,"6.130");
navigation[28] = new navElem(28,"Ventilatoren und Heizlüfter","pi-1645596831.htm",14,"6.140");
navigation[29] = new navElem(29,"Warenauszeichnung","pi1482492023.htm",14,"6.150");
navigation[30] = new navElem(30,"Werkzeuge&nbsp(2)","pi682977004.htm",14,"6.160");
navigation[31] = new navElem(31,"Zeiterfassungsgeräte","pi2144806514.htm",14,"6.170");
navigation[32] = new navElem(32,"Bewirtung, Catering u. Haushaltsbedarf","pi1255115907.htm",null,"2");
navigation[33] = new navElem(33,"Fruchtgummi und Bonbons","pi-1642849632.htm",32,"2.10");
navigation[34] = new navElem(34,"Gebäck","pi-266603927.htm",32,"2.20");
navigation[35] = new navElem(35,"Geschirr und Cateringzubehör&nbsp(16)","pi-1644957066.htm",32,"2.30");
navigation[36] = new navElem(36,"Getränke","pi-1369715214.htm",32,"2.40");
navigation[37] = new navElem(37,"Getränkekannen&nbsp(7)","pi1672126347.htm",32,"2.50");
navigation[38] = new navElem(38,"Haushaltsgeräte&nbsp(4)","pi1265007106.htm",32,"2.60");
navigation[39] = new navElem(39,"Kaffee","pi-2110943291.htm",32,"2.70");
navigation[40] = new navElem(40,"Kaffeevollautomaten und -maschinen&nbsp(1)","pi-456077996.htm",32,"2.80");
navigation[41] = new navElem(41,"Schokoladenspezialitäten","pi735064447.htm",32,"2.90");
navigation[42] = new navElem(42,"Servietten und Abdeckfolien&nbsp(6)","pi1008004464.htm",32,"2.100");
navigation[43] = new navElem(43,"Snacks","pi-1469533130.htm",32,"2.110");
navigation[44] = new navElem(44,"Tee","pi1631097641.htm",32,"2.120");
navigation[45] = new navElem(45,"Zucker und Kaffeesahne","pi709869768.htm",32,"2.130");
navigation[46] = new navElem(46,"Bücher, Blöcke u. Haftnotizen","pi1887003912.htm",null,"3");
navigation[47] = new navElem(47,"Brief- und Notizblöcke&nbsp(12)","pi-1996464975.htm",46,"3.10");
navigation[48] = new navElem(48,"Bücher","pi-543731426.htm",46,"3.20");
navigation[49] = new navElem(49,"College- und Spiralblöcke&nbsp(3)","pi-1967875808.htm",46,"3.30");
navigation[50] = new navElem(50,"Durchschreibepapiere","pi1912223303.htm",46,"3.40");
navigation[51] = new navElem(51,"Formularbücher&nbsp(6)","pi1149195388.htm",46,"3.50");
navigation[52] = new navElem(52,"Formuale, Verträge","pi592003533.htm",46,"3.60");
navigation[53] = new navElem(53,"Haftmarker&nbsp(17)","pi1139046395.htm",46,"3.70");
navigation[54] = new navElem(54,"Haftnotizen&nbsp(18)","pi640323779.htm",46,"3.80");
navigation[55] = new navElem(55,"KFZ-Zubehör","pi-956088798.htm",46,"3.90");
navigation[56] = new navElem(56,"Kladden- und Geschäftsbücher","pi926859018.htm",46,"3.100");
navigation[57] = new navElem(57,"Klemmbretter&nbsp(8)","pi-1790270392.htm",46,"3.110");
navigation[58] = new navElem(58,"PC-Formulare","pi-138964823.htm",46,"3.120");
navigation[59] = new navElem(59,"Übersetzer","pi343688118.htm",46,"3.130");
navigation[60] = new navElem(60,"Wertmarken und Lose&nbsp(4)","pi506292991.htm",46,"3.140");
navigation[61] = new navElem(61,"Zettelboxen, -klötze&nbsp(1)","pi551348436.htm",46,"3.150");
navigation[62] = new navElem(62,"Büromaschinen und Zubehör","pi613902708.htm",null,"4");
navigation[63] = new navElem(63,"Addi-, Bon-, EC-Cash-Rollen","pi1221837167.htm",62,"4.10");
navigation[64] = new navElem(64,"Aktenvernichter und Zubehör&nbsp(6)","pi2109913732.htm",62,"4.20");
navigation[65] = new navElem(65,"Beschriftungsgeräte","pi466444597.htm",62,"4.30");
navigation[66] = new navElem(66,"Beschriftungssysteme und Zubehör&nbsp(12)","pi1823454290.htm",62,"4.40");
navigation[67] = new navElem(67,"Bindesysteme u. Zubehör (Spiral u. Draht)","pi-245080469.htm",62,"4.50");
navigation[68] = new navElem(68,"Bindesysteme u. Zubehör (Thermo)","pi1597553360.htm",62,"4.60");
navigation[69] = new navElem(69,"Diktiergeräte und Zubehör","pi-874208473.htm",62,"4.70");
navigation[70] = new navElem(70,"Faxgeräte und -rollen","pi-2004502564.htm",62,"4.80");
navigation[71] = new navElem(71,"Kassen","pi-844039763.htm",62,"4.90");
navigation[72] = new navElem(72,"Kopiergeräte","pi-223522454.htm",62,"4.100");
navigation[73] = new navElem(73,"Laminiergeräte und Zubehör&nbsp(9)","pi672959395.htm",62,"4.110");
navigation[74] = new navElem(74,"Laser- und InkJet-Druckerr","pi-1405551192.htm",62,"4.120");
navigation[75] = new navElem(75,"Multifunktionsgeräte","pi-1679194487.htm",62,"4.130");
navigation[76] = new navElem(76,"Scanner","pi-433335329.htm",62,"4.140");
navigation[77] = new navElem(77,"Schreibmaschinen","pi336558373.htm",62,"4.150");
navigation[78] = new navElem(78,"Staubschutzhauben","pi-1110472318.htm",62,"4.160");
navigation[79] = new navElem(79,"Taschenrechner&nbsp(2)","pi696645595.htm",62,"4.170");
navigation[80] = new navElem(80,"Tischrechner&nbsp(2)","pi-1728359552.htm",62,"4.180");
navigation[81] = new navElem(81,"Büromöbel, Stühle u. Beleuchtung","pi1255797279.htm",null,"5");
navigation[82] = new navElem(82,"Bodenschutzmatten","pi47500066.htm",81,"5.10");
navigation[83] = new navElem(83,"EDV-Möbel&nbsp(1)","pi1281900795.htm",81,"5.20");
navigation[84] = new navElem(84,"Energiespar-, Halogen-, LED-Leuchten&nbsp(5)","pi1359177029.htm",81,"5.30");
navigation[85] = new navElem(85,"Fußstützen&nbsp(4)","pi-1334514144.htm",81,"5.40");
navigation[86] = new navElem(86,"Garderoben und -schränke&nbsp(4)","pi-92365919.htm",81,"5.50");
navigation[87] = new navElem(87,"Leuchtmittel","pi-1772280368.htm",81,"5.60");
navigation[88] = new navElem(88,"Möbelprogramme","pi74469047.htm",81,"5.70");
navigation[89] = new navElem(89,"Ordnerdrehsäulen","pi154550316.htm",81,"5.80");
navigation[90] = new navElem(90,"Regale&nbsp(4)","pi-1959735363.htm",81,"5.90");
navigation[91] = new navElem(91,"Schränke","pi1350062650.htm",81,"5.100");
navigation[92] = new navElem(92,"Stehleuchten","pi-821013141.htm",81,"5.110");
navigation[93] = new navElem(93,"Stehpulte&nbsp(1)","pi730239027.htm",81,"5.120");
navigation[94] = new navElem(94,"Stühle&nbsp(8)","pi-638244104.htm",81,"5.130");
navigation[95] = new navElem(95,"Trennwände","pi2058575257.htm",81,"5.140");
navigation[96] = new navElem(96,"Vitrinen","pi-522262042.htm",81,"5.150");
navigation[97] = new navElem(97,"Geschenkideen, Schreibkultur, Dekobedarf","pi-184447661.htm",null,"7");
navigation[98] = new navElem(98,"Geburtstag&nbsp(2)","pi-634388015.htm",97,"7.10");
navigation[99] = new navElem(99,"Hochwertige Schreibgeräte&nbsp(21)","pi-1608647652.htm",97,"7.20");
navigation[100] = new navElem(100,"Ostern&nbsp(1)","pi-1689118786.htm",97,"7.30");
navigation[101] = new navElem(101,"Präsente&nbsp(6)","pi-935141273.htm",97,"7.40");
navigation[102] = new navElem(102,"Präsentkörbe","pi-2047706352.htm",97,"7.50");
navigation[103] = new navElem(103,"Schreibtischaccessiore&nbsp(10)","pi1517520811.htm",97,"7.60");
navigation[104] = new navElem(104,"Spiele&nbsp(1)","pi-929187840.htm",97,"7.70");
navigation[105] = new navElem(105,"Weihnachten&nbsp(2)","pi-1866041107.htm",97,"7.80");
navigation[106] = new navElem(106,"Wellness","pi-2108127855.htm",97,"7.90");
navigation[107] = new navElem(107,"Heften, Lochen, Kleben u. Stempeln","pi1821069277.htm",null,"8");
navigation[108] = new navElem(108,"Blattwender&nbsp(5)","pi-1762096884.htm",107,"8.10");
navigation[109] = new navElem(109,"Blockhefter&nbsp(1)","pi280264320.htm",107,"8.20");
navigation[110] = new navElem(110,"Brief-, Aktenklammern, Spender&nbsp(4)","pi-607068387.htm",107,"8.30");
navigation[111] = new navElem(111,"Briefkörbe&nbsp(13)","pi-1405147369.htm",107,"8.40");
navigation[112] = new navElem(112,"Briefständer","pi-573460773.htm",107,"8.50");
navigation[113] = new navElem(113,"Buchstützen&nbsp(11)","pi1114326554.htm",107,"8.60");
navigation[114] = new navElem(114,"Büroboxen&nbsp(16)","pi-1839812973.htm",107,"8.70");
navigation[115] = new navElem(115,"Elektrohefter","pi-1613446696.htm",107,"8.80");
navigation[116] = new navElem(116,"Enthefter&nbsp(1)","pi1463516290.htm",107,"8.90");
navigation[117] = new navElem(117,"Formularkästen und Sortierstationen&nbsp(1)","pi2089689849.htm",107,"8.100");
navigation[118] = new navElem(118,"Heftgeräte&nbsp(8)","pi967302086.htm",107,"8.110");
navigation[119] = new navElem(119,"Heftklammern&nbsp(1)","pi-2055895601.htm",107,"8.120");
navigation[120] = new navElem(120,"Heftzangen&nbsp(3)","pi-1264550044.htm",107,"8.130");
navigation[121] = new navElem(121,"Klebebandabroller&nbsp(5)","pi-676709227.htm",107,"8.140");
navigation[122] = new navElem(122,"Klebebänder&nbsp(13)","pi-677739470.htm",107,"8.150");
navigation[123] = new navElem(123,"Klebepads&nbsp(3)","pi1265510603.htm",107,"8.160");
navigation[124] = new navElem(124,"Kleberoller","pi-1228698192.htm",107,"8.170");
navigation[125] = new navElem(125,"Klebestifte&nbsp(6)","pi404625445.htm",107,"8.180");
navigation[126] = new navElem(126,"Klebstoffe&nbsp(3)","pi-844363791.htm",107,"8.190");
navigation[127] = new navElem(127,"Locher&nbsp(27)","pi-1113592994.htm",107,"8.200");
navigation[128] = new navElem(128,"Ösen und Ösenzangen","pi-1484647628.htm",107,"8.210");
navigation[129] = new navElem(129,"Papierkörbe&nbsp(9)","pi-2079140985.htm",107,"8.220");
navigation[130] = new navElem(130,"Rolllöscher","pi-1608877892.htm",107,"8.230");
navigation[131] = new navElem(131,"Schreibgeräteköcher, -ablagen&nbsp(9)","pi1881153805.htm",107,"8.240");
navigation[132] = new navElem(132,"Schreibtischaccessoires","pi-2035187197.htm",107,"8.250");
navigation[133] = new navElem(133,"Schreibtischbefreier","pi-641561464.htm",107,"8.260");
navigation[134] = new navElem(134,"Schreibtischserien&nbsp(4)","pi1435991370.htm",107,"8.270");
navigation[135] = new navElem(135,"Schreibunterlagen&nbsp(7)","pi-1955273751.htm",107,"8.280");
navigation[136] = new navElem(136,"Schreibunterlagen aus Papier&nbsp(3)","pi-1919083809.htm",107,"8.290");
navigation[137] = new navElem(137,"Sekundenkleber","pi-1248893450.htm",107,"8.300");
navigation[138] = new navElem(138,"Stempel&nbsp(5)","pi-279973825.htm",107,"8.310");
navigation[139] = new navElem(139,"Stempelkissen, -farben, -träger&nbsp(7)","pi-140126956.htm",107,"8.320");
navigation[140] = new navElem(140,"Telefon-, Adress- ,Visitenkartenablage&nbsp(8)","pi1721134213.htm",107,"8.330");
navigation[141] = new navElem(141,"Telefonträger&nbsp(3)","pi1982894434.htm",107,"8.340");
navigation[142] = new navElem(142,"Hygiene und Reinigung","pi1812232731.htm",null,"9");
navigation[143] = new navElem(143,"Abfallsäcke und Müllbeutel&nbsp(1)","pi-1987127558.htm",142,"9.10");
navigation[144] = new navElem(144,"Abfallsammler&nbsp(3)","pi1096490877.htm",142,"9.20");
navigation[145] = new navElem(145,"Aschenbecher und Feuerzeuge&nbsp(2)","pi1022828941.htm",142,"9.30");
navigation[146] = new navElem(146,"Handtücher&nbsp(1)","pi82451461.htm",142,"9.40");
navigation[147] = new navElem(147,"Körperhygiene&nbsp(1)","pi-57052524.htm",142,"9.50");
navigation[148] = new navElem(148,"Körperpflege&nbsp(4)","pi774520248.htm",142,"9.60");
navigation[149] = new navElem(149,"Lufterfrischer&nbsp(1)","pi-686427201.htm",142,"9.70");
navigation[150] = new navElem(150,"Luftreiniger","pi-421516967.htm",142,"9.80");
navigation[151] = new navElem(151,"Mobile Reinigung&nbsp(4)","pi1405958822.htm",142,"9.90");
navigation[152] = new navElem(152,"Reinigungshilfen&nbsp(2)","pi677848950.htm",142,"9.100");
navigation[153] = new navElem(153,"Reinigungsmittel&nbsp(9)","pi155480879.htm",142,"9.110");
navigation[154] = new navElem(154,"Schwämme und Reinigungstücher&nbsp(5)","pi1095006532.htm",142,"9.120");
navigation[155] = new navElem(155,"Seifen und Seifenspender&nbsp(5)","pi1338645353.htm",142,"9.130");
navigation[156] = new navElem(156,"Staub- und Schmutzfangmatten&nbsp(1)","pi-541039117.htm",142,"9.140");
navigation[157] = new navElem(157,"Staubsauger und Zubehör&nbsp(2)","pi-84121355.htm",142,"9.150");
navigation[158] = new navElem(158,"Toilettenpapier und Toilettenpapierhalter&nbsp(2)","pi-704982520.htm",142,"9.160");
navigation[159] = new navElem(159,"Waschraumhygiene&nbsp(3)","pi1545588099.htm",142,"9.170");
navigation[160] = new navElem(160,"Kalender und Zeitplansysteme","pi-1999242815.htm",null,"10");
navigation[161] = new navElem(161,"Buch- und Tageskalender","pi-226209437.htm",160,"10.10");
navigation[162] = new navElem(162,"Taschenkalender","pi740376680.htm",160,"10.20");
navigation[163] = new navElem(163,"Tischkalender, Querkalender","pi-1279933879.htm",160,"10.30");
navigation[164] = new navElem(164,"Übersichten","pi756451060.htm",160,"10.40");
navigation[165] = new navElem(165,"Wandkalender","pi-926892842.htm",160,"10.50");
navigation[166] = new navElem(166,"Zeitplansysteme","pi-83266145.htm",160,"10.60");
navigation[167] = new navElem(167,"Konferenz, Schulung und Planung","pi-1220522770.htm",null,"11");
navigation[168] = new navElem(168,"Beamer und Präsentationssysteme","pi-1126390997.htm",167,"11.10");
navigation[169] = new navElem(169,"Flipchartmarker","pi1090262594.htm",167,"11.20");
navigation[170] = new navElem(170,"Flipcharts und Blöcke&nbsp(8)","pi590672101.htm",167,"11.30");
navigation[171] = new navElem(171,"Kundenstopper&nbsp(1)","pi-140852206.htm",167,"11.40");
navigation[172] = new navElem(172,"Landkarten","pi-1919082175.htm",167,"11.50");
navigation[173] = new navElem(173,"Laserpointer und Zeigestäbe","pi-608223634.htm",167,"11.60");
navigation[174] = new navElem(174,"Leinwände","pi1226915419.htm",167,"11.70");
navigation[175] = new navElem(175,"Magnete&nbsp(38)","pi1748290903.htm",167,"11.80");
navigation[176] = new navElem(176,"Markierungsnadeln, Pinnwandnadeln, Reißzwecken&nbsp(9)","pi-1534836148.htm",167,"11.90");
navigation[177] = new navElem(177,"Moderatorentafeln und Zubehör&nbsp(12)","pi-707793059.htm",167,"11.100");
navigation[178] = new navElem(178,"Multifunktionstafeln&nbsp(2)","pi1675966675.htm",167,"11.110");
navigation[179] = new navElem(179,"Namensschilder&nbsp(9)","pi752525658.htm",167,"11.120");
navigation[180] = new navElem(180,"OHP-Stifte","pi-703033576.htm",167,"11.130");
navigation[181] = new navElem(181,"Overheadprojektoren&nbsp(2)","pi-565688331.htm",167,"11.140");
navigation[182] = new navElem(182,"Pin- und Schreibtafeln&nbsp(7)","pi2103274246.htm",167,"11.150");
navigation[183] = new navElem(183,"Planungstafeln","pi454243343.htm",167,"11.160");
navigation[184] = new navElem(184,"Präsentationsrahmen","pi474637361.htm",167,"11.170");
navigation[185] = new navElem(185,"Prospektständer&nbsp(13)","pi-68837212.htm",167,"11.180");
navigation[186] = new navElem(186,"Schaukästen&nbsp(1)","pi189939765.htm",167,"11.190");
navigation[187] = new navElem(187,"Stecktafeln und Zubehör","pi-754874510.htm",167,"11.200");
navigation[188] = new navElem(188,"Tafelschreiber und -reinigung&nbsp(12)","pi-1720370421.htm",167,"11.210");
navigation[189] = new navElem(189,"Tisch-Flipcharts&nbsp(1)","pi-474860476.htm",167,"11.220");
navigation[190] = new navElem(190,"Türschilder","pi-369034705.htm",167,"11.230");
navigation[191] = new navElem(191,"Weißwandtafeln / Whiteboards&nbsp(5)","pi409420528.htm",167,"11.240");
navigation[192] = new navElem(192,"Zubehör für Overheadprojektoren","pi14726969.htm",167,"11.250");
navigation[193] = new navElem(193,"Ordnen, Sortieren und Archivieren","pi283859415.htm",null,"12");
navigation[194] = new navElem(194,"Archivierung&nbsp(17)","pi-1504206178.htm",193,"12.10");
navigation[195] = new navElem(195,"Bewerbungsmappen&nbsp(10)","pi533594620.htm",193,"12.20");
navigation[196] = new navElem(196,"Design-Serien","pi-414246288.htm",193,"12.30");
navigation[197] = new navElem(197,"Dokumentenboxen&nbsp(2)","pi1073660237.htm",193,"12.40");
navigation[198] = new navElem(198,"Dokumententaschen&nbsp(3)","pi1817836467.htm",193,"12.50");
navigation[199] = new navElem(199,"Eckspannmappen (Karton)&nbsp(24)","pi1657481672.htm",193,"12.60");
navigation[200] = new navElem(200,"Eckspannmappen (Kunststoff)&nbsp(6)","pi2104106051.htm",193,"12.70");
navigation[201] = new navElem(201,"Fächermappen&nbsp(4)","pi316032310.htm",193,"12.80");
navigation[202] = new navElem(202,"Hängeregistratur&nbsp(28)","pi-1642281388.htm",193,"12.90");
navigation[203] = new navElem(203,"Heftstreifen&nbsp(12)","pi-1856459137.htm",193,"12.100");
navigation[204] = new navElem(204,"Karteikästen und Zubehör&nbsp(24)","pi-1774299963.htm",193,"12.110");
navigation[205] = new navElem(205,"Klemmmappen&nbsp(20)","pi-2124553054.htm",193,"12.120");
navigation[206] = new navElem(206,"Klemmschienen","pi-1754612613.htm",193,"12.130");
navigation[207] = new navElem(207,"Ordner&nbsp(83)","pi2061083552.htm",193,"12.140");
navigation[208] = new navElem(208,"Pendelregistratur","pi-1947356466.htm",193,"12.150");
navigation[209] = new navElem(209,"Prospekthüllen&nbsp(5)","pi1424851511.htm",193,"12.160");
navigation[210] = new navElem(210,"Pult- u. Vorordner, Ordnungsmappen&nbsp(10)","pi192761260.htm",193,"12.170");
navigation[211] = new navElem(211,"Register (Karton)&nbsp(3)","pi-1479594179.htm",193,"12.180");
navigation[212] = new navElem(212,"Register (Kunststoff)&nbsp(5)","pi35396538.htm",193,"12.190");
navigation[213] = new navElem(213,"Ringbücher und Präsentationsringbücher&nbsp(8)","pi695383321.htm",193,"12.200");
navigation[214] = new navElem(214,"Rückenschilder und Inhaltsschilder&nbsp(12)","pi-518108314.htm",193,"12.210");
navigation[215] = new navElem(215,"Sammelmappen (Karton)","pi1866467369.htm",193,"12.220");
navigation[216] = new navElem(216,"Sammelmappen (Kunststoff)&nbsp(6)","pi630252783.htm",193,"12.230");
navigation[217] = new navElem(217,"Schnellhefter (Kunststoff)&nbsp(19)","pi-1729693692.htm",193,"12.240");
navigation[218] = new navElem(218,"Schnellhefter, Ösenhefter, Einhakhefter (Karton)&nbsp(27)","pi1349333173.htm",193,"12.250");
navigation[219] = new navElem(219,"Selbstklebeprodukte&nbsp(2)","pi-1590415918.htm",193,"12.260");
navigation[220] = new navElem(220,"Sichtbücher","pi830984272.htm",193,"12.270");
navigation[221] = new navElem(221,"Sicht- und Aktenhüllen&nbsp(4)","pi299284971.htm",193,"12.280");
navigation[222] = new navElem(222,"Sichttafeln und Zubehör","pi1040678417.htm",193,"12.290");
navigation[223] = new navElem(223,"Stehsammler / Zeitschriftenboxen&nbsp(23)","pi-1848348930.htm",193,"12.300");
navigation[224] = new navElem(224,"Trennblätter und -streifen&nbsp(8)","pi-946882905.htm",193,"12.310");
navigation[225] = new navElem(225,"Unterschriftsmappen","pi-652401316.htm",193,"12.320");
navigation[226] = new navElem(226,"Papiere, Etiketten und Folien","pi-287968052.htm",null,"13");
navigation[227] = new navElem(227,"CD-Etiketten&nbsp(2)","pi-458213075.htm",226,"13.10");
navigation[228] = new navElem(228,"Computerpapiere u. Etiketten endlos","pi-1332184342.htm",226,"13.20");
navigation[229] = new navElem(229,"Design-Papiere + Umschläge&nbsp(7)","pi1527661352.htm",226,"13.30");
navigation[230] = new navElem(230,"Etiketten&nbsp(24)","pi-740835831.htm",226,"13.40");
navigation[231] = new navElem(231,"Farbige Kopierpapiere&nbsp(11)","pi-1313089757.htm",226,"13.50");
navigation[232] = new navElem(232,"Folien für InkJet-, Laserdrucker u. Kopierer&nbsp(2)","pi-1355622561.htm",226,"13.60");
navigation[233] = new navElem(233,"Multifunktionspapiere&nbsp(3)","pi1502357669.htm",226,"13.70");
navigation[234] = new navElem(234,"Photo-Papiere&nbsp(1)","pi1516724994.htm",226,"13.80");
navigation[235] = new navElem(235,"Plotter-Papiere","pi-39832741.htm",226,"13.90");
navigation[236] = new navElem(236,"Spezialpapiere&nbsp(1)","pi-754136832.htm",226,"13.100");
navigation[237] = new navElem(237,"Vielzweck-Etiketten&nbsp(27)","pi-707439359.htm",226,"13.110");
navigation[238] = new navElem(238,"Visitenkarten&nbsp(4)","pi1008654126.htm",226,"13.120");
navigation[239] = new navElem(239,"Schneiden und Zeichnen","pi1045481862.htm",null,"14");
navigation[240] = new navElem(240,"Lineale","pi-943201197.htm",239,"14.10");
navigation[241] = new navElem(241,"Lupen&nbsp(2)","pi1795536024.htm",239,"14.20");
navigation[242] = new navElem(242,"Scheren","pi507596473.htm",239,"14.30");
navigation[243] = new navElem(243,"Schneidemaschinen","pi-814412666.htm",239,"14.40");
navigation[244] = new navElem(244,"Transparent- und Millimeterpapiere","pi-1538025585.htm",239,"14.50");
navigation[245] = new navElem(245,"Tuschefüller und Zubehör","pi1436294692.htm",239,"14.60");
navigation[246] = new navElem(246,"Vermessung","pi612738133.htm",239,"14.70");
navigation[247] = new navElem(247,"Zeichenhilfsmittel","pi-1453178638.htm",239,"14.80");
navigation[248] = new navElem(248,"Zeichenmappen und Zeichenrollenköcher","pi253679243.htm",239,"14.90");
navigation[249] = new navElem(249,"Zeichenplatten und Zubehör","pi994833651.htm",239,"14.100");
navigation[250] = new navElem(250,"Zirkel","pi-1997760400.htm",239,"14.110");
navigation[251] = new navElem(251,"Schreiben und Korrigieren","pi-1535272998.htm",null,"15");
navigation[252] = new navElem(252,"Anspitzer&nbsp(3)","pi1470601787.htm",251,"15.10");
navigation[253] = new navElem(253,"Bleistifte&nbsp(17)","pi-1530454432.htm",251,"15.20");
navigation[254] = new navElem(254,"Buntstifte&nbsp(2)","pi-1807051039.htm",251,"15.30");
navigation[255] = new navElem(255,"Druckbleistifte und Feinminen&nbsp(1)","pi669690766.htm",251,"15.40");
navigation[256] = new navElem(256,"Faserschreiber&nbsp(49)","pi2011282423.htm",251,"15.50");
navigation[257] = new navElem(257,"Fineliner&nbsp(27)","pi1280177260.htm",251,"15.60");
navigation[258] = new navElem(258,"Gelschreiber&nbsp(23)","pi1917648637.htm",251,"15.70");
navigation[259] = new navElem(259,"Hochwertige Schreibgeräte und Sets&nbsp(1)","pi-757063558.htm",251,"15.80");
navigation[260] = new navElem(260,"Korrekturmittel&nbsp(3)","pi-1424797325.htm",251,"15.90");
navigation[261] = new navElem(261,"Kugelschreiber Einweg&nbsp(10)","pi-994946983.htm",251,"15.100");
navigation[262] = new navElem(262,"Kugelschreiber Mehrweg&nbsp(2)","pi-883776712.htm",251,"15.110");
navigation[263] = new navElem(263,"Marker&nbsp(34)","pi-1305804583.htm",251,"15.120");
navigation[264] = new navElem(264,"Minen&nbsp(15)","pi-1382933466.htm",251,"15.130");
navigation[265] = new navElem(265,"Multifunktionsstifte","pi-1820780881.htm",251,"15.140");
navigation[266] = new navElem(266,"Radierer&nbsp(6)","pi929707716.htm",251,"15.150");
navigation[267] = new navElem(267,"Textmarker&nbsp(30)","pi132102261.htm",251,"15.160");
navigation[268] = new navElem(268,"Tintenroller&nbsp(7)","pi1747738808.htm",251,"15.170");
navigation[269] = new navElem(269,"Schulbedarf und kreatives Gestalten","pi1811835288.htm",null,"16");
navigation[270] = new navElem(270,"Bastelbedarf&nbsp(39)","pi797121763.htm",269,"16.10");
navigation[271] = new navElem(271,"Foto&nbsp(8)","pi499658666.htm",269,"16.20");
navigation[272] = new navElem(272,"Kreativ am PC&nbsp(15)","pi801113576.htm",269,"16.30");
navigation[273] = new navElem(273,"Malen und Zeichnen&nbsp(72)","pi-602965559.htm",269,"16.40");
navigation[274] = new navElem(274,"Ordnungsmittel&nbsp(57)","pi-614269354.htm",269,"16.50");
navigation[275] = new navElem(275,"Schreiben&nbsp(61)","pi-395839201.htm",269,"16.60");
navigation[276] = new navElem(276,"Schulhefte und -blöcke&nbsp(31)","pi-1250938344.htm",269,"16.70");
navigation[277] = new navElem(277,"Schulrechner&nbsp(3)","pi151799763.htm",269,"16.80");
navigation[278] = new navElem(278,"Speichermedien u. Computerzubehör","pi-1873034907.htm",null,"17");
navigation[279] = new navElem(279,"CD / DVD-Ablage&nbsp(17)","pi716749708.htm",278,"17.10");
navigation[280] = new navElem(280,"CD / DVD-Rohlinge&nbsp(4)","pi-1577533539.htm",278,"17.20");
navigation[281] = new navElem(281,"Datatapes","pi1198787915.htm",278,"17.30");
navigation[282] = new navElem(282,"Externe Festplatten u. Zubehör&nbsp(1)","pi-2052539143.htm",278,"17.40");
navigation[283] = new navElem(283,"Headsets und Lautsprecher&nbsp(2)","pi-1960788838.htm",278,"17.50");
navigation[284] = new navElem(284,"Kabel und Adapter zur Stromversorgung&nbsp(4)","pi-2102164717.htm",278,"17.60");
navigation[285] = new navElem(285,"Kabelbefestigung&nbsp(5)","pi-1987836968.htm",278,"17.70");
navigation[286] = new navElem(286,"Konzepthalter und Bildschirmfilter&nbsp(1)","pi330183575.htm",278,"17.80");
navigation[287] = new navElem(287,"Laptop- u. Bildschirmständer, Monitorarme&nbsp(8)","pi688547246.htm",278,"17.90");
navigation[288] = new navElem(288,"Mäuse und Tastaturen","pi-418309032.htm",278,"17.100");
navigation[289] = new navElem(289,"Mauspads u. Handgelenkauflagen&nbsp(8)","pi366328390.htm",278,"17.110");
navigation[290] = new navElem(290,"Note- u. Netbooktaschen u. Trolleys","pi413893092.htm",278,"17.120");
navigation[291] = new navElem(291,"PC-Sicherungssysteme","pi-1707198317.htm",278,"17.130");
navigation[292] = new navElem(292,"PC-Werkzeuge","pi-979290086.htm",278,"17.140");
navigation[293] = new navElem(293,"Presenter","pi1923514481.htm",278,"17.150");
navigation[294] = new navElem(294,"Reinigungsprodukte&nbsp(5)","pi1910025493.htm",278,"17.160");
navigation[295] = new navElem(295,"Software&nbsp(1)","pi1255623346.htm",278,"17.170");
navigation[296] = new navElem(296,"Speicherkarten und Zubehör&nbsp(1)","pi618285884.htm",278,"17.180");
navigation[297] = new navElem(297,"USB-Hub","pi1709840862.htm",278,"17.190");
navigation[298] = new navElem(298,"USB-Sticks und Zubhör&nbsp(1)","pi-555483129.htm",278,"17.200");
navigation[299] = new navElem(299,"Telekommunikation","pi-859713393.htm",null,"18");
navigation[300] = new navElem(300,"Auto- und Telefonzubehör&nbsp(1)","pi-1903465551.htm",299,"18.10");
navigation[301] = new navElem(301,"Funktechnik","pi-2004683746.htm",299,"18.20");
navigation[302] = new navElem(302,"iPod und iPhone Zubehör","pi459843523.htm",299,"18.30");
navigation[303] = new navElem(303,"Kamerataschen","pi-796938372.htm",299,"18.40");
navigation[304] = new navElem(304,"Mobiltelefon - Zubehör&nbsp(1)","pi-1747460793.htm",299,"18.50");
navigation[305] = new navElem(305,"Telefone analog u. schnurgebunden","pi-786743091.htm",299,"18.60");
navigation[306] = new navElem(306,"Telefone analog u. schnurlos","pi809669130.htm",299,"18.70");
navigation[307] = new navElem(307,"Telefon-Headsets","pi-1482719319.htm",299,"18.80");
navigation[308] = new navElem(308,"Telefonieren per Internet","pi970895176.htm",299,"18.90");
navigation[309] = new navElem(309,"Tinte und Toner","pi1111341248.htm",null,"19");
navigation[310] = new navElem(310,"Farbbänder für Drucker","pi-1978553301.htm",309,"19.10");
navigation[311] = new navElem(311,"Farbbänder für Kassen und Tischrechner","pi-1719016048.htm",309,"19.20");
navigation[312] = new navElem(312,"Farbbänder u. Korrekturbänder für Schreibmaschinen","pi1971108433.htm",309,"19.30");
navigation[313] = new navElem(313,"InkJet Patronen für Drucker","pi1972471358.htm",309,"19.40");
navigation[314] = new navElem(314,"Canon","pi-1421720733.htm",313,"19.40.1");
navigation[315] = new navElem(315,"original&nbsp(10)","pi-856634776.htm",314,"19.40.1.1");
navigation[316] = new navElem(316,"kompatibel","pi-299039671.htm",314,"19.40.1.2");
navigation[317] = new navElem(317,"Epson","pi-828120331.htm",313,"19.40.2");
navigation[318] = new navElem(318,"original&nbsp(6)","pi1157038866.htm",317,"19.40.2.1");
navigation[319] = new navElem(319,"kompatibel","pi-156387797.htm",317,"19.40.2.2");
navigation[320] = new navElem(320,"HP","pi1433344464.htm",313,"19.40.3");
navigation[321] = new navElem(321,"original&nbsp(18)","pi968386961.htm",320,"19.40.3.1");
navigation[322] = new navElem(322,"kompatibel&nbsp(4)","pi1670675188.htm",320,"19.40.3.2");
navigation[323] = new navElem(323,"Lexmark","pi1266133596.htm",313,"19.40.4");
navigation[324] = new navElem(324,"original&nbsp(4)","pi-1843946963.htm",323,"19.40.4.1");
navigation[325] = new navElem(325,"kompatibel&nbsp(4)","pi1290438634.htm",323,"19.40.4.2");
navigation[326] = new navElem(326,"Thermotransferbänder&nbsp(1)","pi1118850279.htm",309,"19.50");
navigation[327] = new navElem(327,"Toner für Laserdrucker, Multifunktionsgeräte u. Kopierer","pi-1349273235.htm",309,"19.60");
navigation[328] = new navElem(328,"Brother","pi-1865699233.htm",327,"19.60.1");
navigation[329] = new navElem(329,"original&nbsp(2)","pi-576819187.htm",328,"19.60.1.1");
navigation[330] = new navElem(330,"kompatibel&nbsp(1)","pi-809148342.htm",328,"19.60.1.2");
navigation[331] = new navElem(331,"Canon","pi-251438412.htm",327,"19.60.2");
navigation[332] = new navElem(332,"original&nbsp(1)","pi-1512982764.htm",331,"19.60.2.1");
navigation[333] = new navElem(333,"kompatibel&nbsp(1)","pi-245815675.htm",331,"19.60.2.2");
navigation[334] = new navElem(334,"Epson","pi-1978357339.htm",327,"19.60.3");
navigation[335] = new navElem(335,"HP","pi2145213078.htm",327,"19.60.4");
navigation[336] = new navElem(336,"original&nbsp(11)","pi1811947543.htm",335,"19.60.4.1");
navigation[337] = new navElem(337,"kompatibel&nbsp(48)","pi-342209012.htm",335,"19.60.4.2");
navigation[338] = new navElem(338,"Konica Minolta","pi798309888.htm",327,"19.60.5");
navigation[339] = new navElem(339,"Kyocera","pi-968093694.htm",327,"19.60.6");
navigation[340] = new navElem(340,"Lexmark","pi-1472160677.htm",327,"19.60.7");
navigation[341] = new navElem(341,"OKI","pi-219159039.htm",327,"19.60.8");
navigation[342] = new navElem(342,"Panasonic","pi2014336046.htm",327,"19.60.9");
navigation[343] = new navElem(343,"Verpacken und Versenden","pi-1204673756.htm",null,"20");
navigation[344] = new navElem(344,"Adress- und Frankieretiketten&nbsp(3)","pi2082448340.htm",343,"20.10");
navigation[345] = new navElem(345,"Begleitpapiertaschen&nbsp(4)","pi264258629.htm",343,"20.20");
navigation[346] = new navElem(346,"Brieföffner&nbsp(1)","pi-94241246.htm",343,"20.30");
navigation[347] = new navElem(347,"Briefumschläge gummiert&nbsp(1)","pi1544175791.htm",343,"20.40");
navigation[348] = new navElem(348,"Briefumschläge haftklebend&nbsp(2)","pi1812740091.htm",343,"20.50");
navigation[349] = new navElem(349,"Briefumschläge selbstklebend&nbsp(4)","pi381431334.htm",343,"20.60");
navigation[350] = new navElem(350,"Cutter&nbsp(2)","pi1345411360.htm",343,"20.70");
navigation[351] = new navElem(351,"Faltentaschen&nbsp(1)","pi-158688551.htm",343,"20.80");
navigation[352] = new navElem(352,"Falzmaschinen","pi381643425.htm",343,"20.90");
navigation[353] = new navElem(353,"Füllmaterial&nbsp(4)","pi-444930760.htm",343,"20.100");
navigation[354] = new navElem(354,"Gummibänder und -ringe&nbsp(10)","pi1018324046.htm",343,"20.110");
navigation[355] = new navElem(355,"Kartonagen&nbsp(14)","pi-728046278.htm",343,"20.120");
navigation[356] = new navElem(356,"Lagereinrichtungen","pi33020787.htm",343,"20.130");
navigation[357] = new navElem(357,"Luftpolstertaschen&nbsp(24)","pi-17189449.htm",343,"20.140");
navigation[358] = new navElem(358,"Packbänder und Abroller&nbsp(8)","pi1172790060.htm",343,"20.150");
navigation[359] = new navElem(359,"Papprückwandtaschen","pi874975866.htm",343,"20.160");
navigation[360] = new navElem(360,"Postformulare","pi-349636355.htm",343,"20.170");
navigation[361] = new navElem(361,"Postraum","pi-1207953812.htm",343,"20.180");
navigation[362] = new navElem(362,"Taschen&nbsp(4)","pi-1954306569.htm",343,"20.190");
navigation[363] = new navElem(363,"Transportgeräte&nbsp(4)","pi345280189.htm",343,"20.200");
navigation[364] = new navElem(364,"Verpackungshilfen&nbsp(2)","pi900491059.htm",343,"20.210");
navigation[365] = new navElem(365,"Versandmaterial&nbsp(14)","pi1640363512.htm",343,"20.220");
navigation[366] = new navElem(366,"Versandrollen","pi-1329001319.htm",343,"20.230");
navigation[367] = new navElem(367,"Versandtaschen gummiert","pi1168145806.htm",343,"20.240");
navigation[368] = new navElem(368,"Versandtaschen haftklebend&nbsp(9)","pi-1645695770.htm",343,"20.250");
navigation[369] = new navElem(369,"Versandtaschen selbstklebend&nbsp(2)","pi1283256545.htm",343,"20.260");
navigation[370] = new navElem(370,"Verschlusshilfen&nbsp(6)","pi713367648.htm",343,"20.270");
navigation[371] = new navElem(371,"Waagen","pi146606191.htm",343,"20.280");

// 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"));


