//
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/bulletcat1st.gif" width="11" height="14" border="0" align="absmiddle" 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\">Alles unter dem Schattenmond</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="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="11" height="1" height="1" alt="" border="0"></td>';
			};
		if(navItem.active) strHTML += '<td width="1%" class="ACTIVECATEGORY"><img src="assets/images/bulletcat1st.gif" width="11" height="14" 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="11" height="14" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else strHTML += '<td width=\"1%\"><img src="assets/images/bulletcat1st.gif" width="11" 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,"**Schattenmond-Collection","pi1196457578.htm",null,"24");
navigation[1] = new navElem(1,"Girlie-Shirts","pi957544977.htm",0,"24-1");
navigation[2] = new navElem(2,"Spaghetti-Tops","pi713706899.htm",0,"24-4");
navigation[3] = new navElem(3,"Taschen","pi-1544056153.htm",0,"24-3");
navigation[4] = new navElem(4,"T-Shirts","pi71383806.htm",0,"24-2");
navigation[5] = new navElem(5,"*Mahet-Collection*","pi1202995572.htm",null,"25");
navigation[6] = new navElem(6,"Mahet-Collection: Die Produkte","pi-517506584.htm",5,"25.2");
navigation[7] = new navElem(7,"Girlie-Shirts","pi-1720567607.htm",6,"25.2.2");
navigation[8] = new navElem(8,"Kapuzen-Sweater","pi-1655140010.htm",6,"25.2.3");
navigation[9] = new navElem(9,"Kids-Shirts ","pi-1294118698.htm",6,"25.2.8");
navigation[10] = new navElem(10,"Long Sleeves","pi1986055518.htm",6,"25.2.9");
navigation[11] = new navElem(11,"Schmuck","pi2088573545.htm",6,"25.2.7");
navigation[12] = new navElem(12,"Taschen","pi1654968351.htm",6,"25.2.4");
navigation[13] = new navElem(13,"T-Shirts","pi-1765007128.htm",6,"25.2.1");
navigation[14] = new navElem(14,"Mahet-Collection: Die Zitate","pi-1769676573.htm",5,"25.1");
navigation[15] = new navElem(15,"Blutportale","pi-554675361.htm",14,"25.1.14");
navigation[16] = new navElem(16,"Danke mir nicht für meine Milde (Ulldart)","pi834954993.htm",14,"25.1.5");
navigation[17] = new navElem(17,"Das Leben kann so einfach sein... (Ulldart)","pi1182681735.htm",14,"25.1.7");
navigation[18] = new navElem(18,"Dowafu (Die Zwerge)","pi-1703645171.htm",14,"25.1.9");
navigation[19] = new navElem(19,"Ein scharfer Verstand in einem weichem Körper (Ulldart)","pi434660284.htm",14,"25.1.8");
navigation[20] = new navElem(20,"Elben! Ich sage immer... (Die Rache der Zwerge)","pi1164140618.htm",14,"25.1.10");
navigation[21] = new navElem(21,"Feuerklinge (Die Zwerge)","pi-1686476541.htm",14,"25.1.11");
navigation[22] = new navElem(22,"Ich fürchte mich nicht vor der Dunkelheit... (Kinder des Judas) ","pi1203088277.htm",14,"25.1.1");
navigation[23] = new navElem(23,"Keksprinz/Keksprinzessin (Ulldart)","pi-1890121934.htm",14,"25.1.2");
navigation[24] = new navElem(24,"Kinder des Judas","pi-1253888053.htm",14,"25.1.3");
navigation[25] = new navElem(25,"Pralinenmonster (Ulldart)","pi-1063442552.htm",14,"25.1.12");
navigation[26] = new navElem(26,"Ritus/Sanctum","pi1174016230.htm",14,"25.1.13");
navigation[27] = new navElem(27,"Sitz! Platz! Braves... Dings! (Ulldart)","pi-79520162.htm",14,"25.1.6");
navigation[28] = new navElem(28,"Ulldart-Cover: Escudo (Ulldart)","pi1971308720.htm",14,"25.1.4");
navigation[29] = new navElem(29,"Mahet-Collection: Zwergenreich-Community","pi-754087491.htm",5,"25.3");
navigation[30] = new navElem(30,"*Neuheiten*","pi-1267693420.htm",null,"003");
navigation[31] = new navElem(31,"Neuheiten Anne Stokes","pi1312177351.htm",30,"003.2");
navigation[32] = new navElem(32,"Neuheiten Bekleidung","pi-1987148294.htm",30,"003.3");
navigation[33] = new navElem(33,"Neuheiten Men´s Collection","pi1297418210.htm",32,"003.15.01");
navigation[34] = new navElem(34,"Neuheiten Hemden, Tunikas & Longsleeves","pi-96087256.htm",33,"003.15.1.1");
navigation[35] = new navElem(35,"Neuheiten Hosen","pi-1477997419.htm",33,"003.15.1.3");
navigation[36] = new navElem(36,"Neuheiten Kopfbedeckungen","pi111020781.htm",33,"003.15.1.4");
navigation[37] = new navElem(37,"Neuheiten Westen & Gugeln","pi-1141109239.htm",33,"003.15.1.2");
navigation[38] = new navElem(38,"Neuheiten Women´s Collection","pi193425083.htm",32,"003.15.02");
navigation[39] = new navElem(39,"Neuheiten Kleider","pi-28683823.htm",38,"003.15.2.2");
navigation[40] = new navElem(40,"Neuheiten Mäntel, Westen & Capes","pi646364046.htm",38,"003.15.2.1");
navigation[41] = new navElem(41,"Neuheiten Oberteile, Tops & Mieder","pi884263199.htm",38,"003.15.2.3");
navigation[42] = new navElem(42,"Neuheiten Röcke","pi-536826332.htm",38,"003.15.2.4");
navigation[43] = new navElem(43,"Neuheiten Literatur","pi1312799482.htm",30,"003.6");
navigation[44] = new navElem(44,"Neuheiten Schmuck","pi90741600.htm",30,"003.1");
navigation[45] = new navElem(45,"Anhänger","pi-650949893.htm",44,"003.1.01");
navigation[46] = new navElem(46,"Ohrschmuck","pi-1164537010.htm",44,"003.1.02");
navigation[47] = new navElem(47,"Ringe","pi1291960296.htm",44,"003.1.03");
navigation[48] = new navElem(48,"Neuheiten Sonnen-/Sternenuhren & Kompasse","pi1111884611.htm",30,"003.5");
navigation[49] = new navElem(49,"*Schattenmond Info-Portal*","pi1128271734.htm",null,"001");
navigation[50] = new navElem(50,"*WerkZeugs*","pi1413047032.htm",null,"26");
navigation[51] = new navElem(51,"Zeugs - sortiert nach Produktarten","pi2117425519.htm",50,"26.3");
navigation[52] = new navElem(52,"Girlie-Shirts","pi1559187885.htm",51,"26.3.2");
navigation[53] = new navElem(53,"Kapuzen-Sweater","pi-2086980184.htm",51,"26.3.4");
navigation[54] = new navElem(54,"Kapuzen-Zipper","pi-1790013883.htm",51,"26.3.11");
navigation[55] = new navElem(55,"Kids Wear","pi598919530.htm",51,"26.3.3");
navigation[56] = new navElem(56,"Longsleeve-Shirts","pi-1504982978.htm",51,"26.3.8");
navigation[57] = new navElem(57,"Schmuck","pi-1790203614.htm",51,"26.3.7");
navigation[58] = new navElem(58,"Spaghetti-Shirts","pi-724031306.htm",51,"26.3.9");
navigation[59] = new navElem(59,"Tank Tops","pi1955550676.htm",51,"26.3.10");
navigation[60] = new navElem(60,"T-Shirts","pi-666079268.htm",51,"26.3.1");
navigation[61] = new navElem(61,"Zeugs zu den Werken von Autoren","pi1124152729.htm",50,"26.1");
navigation[62] = new navElem(62,"André Wiesler","pi1889268432.htm",61,"26.1.5");
navigation[63] = new navElem(63,"Boris Koch","pi1150234530.htm",61,"26.1.7");
navigation[64] = new navElem(64,"Christian von Aster","pi459847989.htm",61,"26.1.2");
navigation[65] = new navElem(65,"Christoph Hardebusch","pi-1904577916.htm",61,"26.1.1");
navigation[66] = new navElem(66,"Christoph Marzi","pi-334615470.htm",61,"26.1.3");
navigation[67] = new navElem(67,"Daniela Knor","pi1220427587.htm",61,"26.1.8");
navigation[68] = new navElem(68,"Markus Heitz","pi1322154821.htm",61,"26.1.6");
navigation[69] = new navElem(69,"Mahet-Collection: Die Produkte","pi-532251399.htm",68,"26.1.6.2");
navigation[70] = new navElem(70,"Girlie-Shirts","pi-2109657104.htm",69,"26.1.6.2.2");
navigation[71] = new navElem(71,"Kapuzen-Sweater/Zipper","pi-1630054498.htm",69,"26.1.6.2.3");
navigation[72] = new navElem(72,"Kids-Shirts","pi-1062077117.htm",69,"26.1.6.2.8");
navigation[73] = new navElem(73,"Long Sleeves","pi527560631.htm",69,"26.1.6.2.9");
navigation[74] = new navElem(74,"Schmuck","pi-868209270.htm",69,"26.1.6.2.7");
navigation[75] = new navElem(75,"T-Shirts","pi1011874827.htm",69,"26.1.6.2.1");
navigation[76] = new navElem(76,"Mahet-Collection: Die Zitate","pi1223738328.htm",68,"26.1.6.1");
navigation[77] = new navElem(77,"Blutportale","pi-1473751808.htm",76,"26.1.6.114");
navigation[78] = new navElem(78,"Danke mir nicht für meine Milde! (Ulldart)","pi-261343595.htm",76,"26.1.6.1.4");
navigation[79] = new navElem(79,"Das Leben kann so einfach sein... (Ulldart)","pi480817867.htm",76,"26.1.6.1.6");
navigation[80] = new navElem(80,"Dowafu (Die Zwerge)","pi689438046.htm",76,"26.1.6.1.8");
navigation[81] = new navElem(81,"Drachenkaiser","pi-1950692159.htm",76,"26.1.6.115");
navigation[82] = new navElem(82,"Ein scharfer Verstand in einem weichen Körper (Ulldart)","pi-1777741904.htm",76,"26.1.6.1.7");
navigation[83] = new navElem(83,"Elben! Ich sage immer... (Die Rache der Zwerge)","pi274258620.htm",76,"26.1.6.110");
navigation[84] = new navElem(84,"Feuerklinge (Die Zwerge)","pi-1222419699.htm",76,"26.1.6.111");
navigation[85] = new navElem(85,"Judassohn","pi-1336226599.htm",76,"26.1.6.116");
navigation[86] = new navElem(86,"Keksprinz/Keksprinzessin (Ulldart)","pi-2012385329.htm",76,"26.1.6.1.2");
navigation[87] = new navElem(87,"Kinder des Judas","pi-933626489.htm",76,"26.1.6.1.9");
navigation[88] = new navElem(88,"Pralinenmonster (Ulldart)","pi927248202.htm",76,"26.1.6.112");
navigation[89] = new navElem(89,"Sitz! Platz! Braves... Dings! (Ulldart)","pi-129010126.htm",76,"26.1.6.1.5");
navigation[90] = new navElem(90,"Ulldart-Cover: Escudo (Ulldart)","pi630235492.htm",76,"26.1.6.1.3");
navigation[91] = new navElem(91,"Mahet-Collection: Zwergenreich-Community","pi-91647530.htm",68,"26.1.6.3");
navigation[92] = new navElem(92,"Michael Siefener","pi-170073303.htm",61,"26.1.10");
navigation[93] = new navElem(93,"Oliver Plaschka","pi2013745352.htm",61,"26.1.9");
navigation[94] = new navElem(94,"Perry Rhodan","pi886011499.htm",61,"26.1.4");
navigation[95] = new navElem(95,"Zeugs zu den Werken von Illustratoren","pi111010278.htm",50,"26.2");
navigation[96] = new navElem(96,"Ciruelo Cabral","pi1052375953.htm",95,"26.2.5");
navigation[97] = new navElem(97,"Dennis Lohausen","pi366387271.htm",95,"26.2.4");
navigation[98] = new navElem(98,"Harm Bengen","pi1249019629.htm",95,"26.2.6");
navigation[99] = new navElem(99,"Girlie-Shirts","pi361093859.htm",98,"26.2.6.2");
navigation[100] = new navElem(100,"Kapuzen-Pullover (Hoodies)","pi-1124439436.htm",98,"26.2.6.7");
navigation[101] = new navElem(101,"Kapuzen-Zipper","pi-1935085979.htm",98,"26.2.6.8");
navigation[102] = new navElem(102,"Ladies Tank Tops","pi-1157077047.htm",98,"26.2.6.4");
navigation[103] = new navElem(103,"Longsleeves","pi855168086.htm",98,"26.2.6.5");
navigation[104] = new navElem(104,"Spaghetti-Tops","pi-1796248600.htm",98,"26.2.6.3");
navigation[105] = new navElem(105,"T-Shirts","pi-711285334.htm",98,"26.2.6.1");
navigation[106] = new navElem(106,"Women Longsleeves","pi1812109087.htm",98,"26.2.6.6");
navigation[107] = new navElem(107,"Juliane Seidel","pi-588170457.htm",95,"26.2.3");
navigation[108] = new navElem(108,"Tanja Meurer","pi-138455682.htm",95,"26.2.2");
navigation[109] = new navElem(109,"Anne Stokes Collection","pi-2082673665.htm",null,"27");
navigation[110] = new navElem(110,"Anne Stokes Collection - Figuren & Statuen","pi-291727916.htm",109,"27.01");
navigation[111] = new navElem(111,"Anne Stokes Collection - Kalender 2011","pi442273068.htm",109,"27.09");
navigation[112] = new navElem(112,"Anne Stokes Collection - Keramikfliesen","pi-38890335.htm",109,"27.06");
navigation[113] = new navElem(113,"Anne Stokes Collection - Porzellanbecher","pi1998180859.htm",109,"27.04");
navigation[114] = new navElem(114,"Anne Stokes Collection - Postkarten","pi1222963127.htm",109,"27.08");
navigation[115] = new navElem(115,"Anne Stokes Collection - Schmuckboxen","pi-1599061982.htm",109,"27.03");
navigation[116] = new navElem(116,"Anne Stokes Collection - Schreibartikel","pi-101618912.htm",109,"27.05");
navigation[117] = new navElem(117,"Anne Stokes Collection - Schriftrollen","pi880330318.htm",109,"27.07");
navigation[118] = new navElem(118,"Anne Stokes Collection - Wandschmuck","pi-249377211.htm",109,"27.02");
navigation[119] = new navElem(119,"Aufkleber, Aufnäher, Buttons & Schlüsselanhänger","pi1301098455.htm",null,"009");
navigation[120] = new navElem(120,"Aufkleber - lustig","pi248341978.htm",119,"009.02");
navigation[121] = new navElem(121,"Aufkleber - magisch","pi345576925.htm",119,"009.01");
navigation[122] = new navElem(122,"Aufkleber - nordisch","pi-1292104712.htm",119,"009.005");
navigation[123] = new navElem(123,"Aufnäher","pi-669203629.htm",119,"009.03");
navigation[124] = new navElem(124,"Buttons","pi252635801.htm",119,"009.06");
navigation[125] = new navElem(125,"Schlüsselanhänger","pi-398561326.htm",119,"009.04");
navigation[126] = new navElem(126,"Bekleidung, Schuhe & Accessoires","pi-1146383605.htm",null,"010");
navigation[127] = new navElem(127,"Accessoires, Schirme & Fächer","pi-2020543179.htm",126,"10-6");
navigation[128] = new navElem(128,"Boots & Schuhe","pi1112610859.htm",126,"10-3");
navigation[129] = new navElem(129,"Boot Belts","pi1902637604.htm",128,"10-3-5");
navigation[130] = new navElem(130,"Boots, Stiefel & Sneakers","pi-1045045233.htm",128,"10-3-1");
navigation[131] = new navElem(131,"Demonia","pi1526944460.htm",128,"10-3-4");
navigation[132] = new navElem(132,"Schnürsenkel","pi1829100708.htm",128,"10-3-2");
navigation[133] = new navElem(133,"Kappen, Schals & Mützen","pi1295413153.htm",126,"10-8");
navigation[134] = new navElem(134,"Men´s Collection","pi-1271335691.htm",126,"10-1");
navigation[135] = new navElem(135,"Cyber Wear","pi-774674708.htm",134,"10-1-7");
navigation[136] = new navElem(136,"Hemden & Longsleeves","pi1408894545.htm",134,"10-1-1");
navigation[137] = new navElem(137,"Herrenröcke & Kilts","pi1293842663.htm",134,"10-1-3");
navigation[138] = new navElem(138,"Hosen & Shorts","pi601875006.htm",134,"10-1-2");
navigation[139] = new navElem(139,"Mäntel & Jacken","pi-824326803.htm",134,"10-1-5");
navigation[140] = new navElem(140,"Mittelalter & Ethnostyle","pi-1768185302.htm",134,"10-1-6");
navigation[141] = new navElem(141,"Gugeln & Kopfbedeckungen","pi1779086346.htm",140,"10-1-6-5");
navigation[142] = new navElem(142,"Hemden","pi277517815.htm",140,"10-1-6-1");
navigation[143] = new navElem(143,"Hosen","pi-1316245468.htm",140,"10-1-6-4");
navigation[144] = new navElem(144,"Tunikas","pi1386543325.htm",140,"10-1-6-3");
navigation[145] = new navElem(145,"Westen, Jacken & Umhänge","pi312521198.htm",140,"10-1-6-2");
navigation[146] = new navElem(146,"Shirts & Tops","pi-440743268.htm",134,"10-1-4");
navigation[147] = new navElem(147,"Schattenmond-Collection","pi-1230705483.htm",126,"10-7");
navigation[148] = new navElem(148,"Girlie-Shirts","pi-1410844206.htm",147,"10-7-1");
navigation[149] = new navElem(149,"Taschen","pi101366864.htm",147,"10-7-3");
navigation[150] = new navElem(150,"T-Shirts","pi-1237002773.htm",147,"10-7-2");
navigation[151] = new navElem(151,"Schlüsselketten, Gürtel & Schnallen","pi633873452.htm",126,"10-5");
navigation[152] = new navElem(152,"Gürtel & Schnallen","pi-590173073.htm",151,"10-5-2");
navigation[153] = new navElem(153,"Schlüsselketten","pi-1914740506.htm",151,"10-5-1");
navigation[154] = new navElem(154,"Taschen, Rucksäcke & Geldbörsen","pi-138944112.htm",126,"10-4");
navigation[155] = new navElem(155,"Geldbörsen","pi1642282736.htm",154,"10-4-4");
navigation[156] = new navElem(156,"Gürteltaschen & Kilttaschen","pi1665343701.htm",154,"10-4-1");
navigation[157] = new navElem(157,"Handtaschen & Umhängetaschen","pi419079947.htm",154,"10-4-3");
navigation[158] = new navElem(158,"Rucksäcke & Reisetaschen","pi-1903418510.htm",154,"10-4-2");
navigation[159] = new navElem(159,"Women´s Collection","pi240594194.htm",126,"10-2");
navigation[160] = new navElem(160,"Dark Rubens XXL","pi1363855616.htm",159,"10-2-3");
navigation[161] = new navElem(161,"Gothic Style","pi1706851557.htm",159,"10-2-1");
navigation[162] = new navElem(162,"Bustiers, Corsagen, Mieder & Korsetts","pi2014670145.htm",161,"10-2-1-2");
navigation[163] = new navElem(163,"Cyber Wear","pi-274653315.htm",161,"10-2-10");
navigation[164] = new navElem(164,"Handschuhe, Stulpen, Schleier & Co","pi1955669203.htm",161,"10-2-1-8");
navigation[165] = new navElem(165,"Hosen & Hot Pants","pi657234542.htm",161,"10-2-1-3");
navigation[166] = new navElem(166,"Kleider","pi-350881449.htm",161,"10-2-1-4");
navigation[167] = new navElem(167,"Lange Röcke","pi-1899693219.htm",161,"10-2-1-6");
navigation[168] = new navElem(168,"Longsleeves & Sweater","pi-1436472579.htm",161,"10-2-1-10");
navigation[169] = new navElem(169,"Mäntel, Jacken & Capes","pi-659178150.htm",161,"10-2-1-7");
navigation[170] = new navElem(170,"Mini-Hüte","pi1079302466.htm",161,"10-2-1-13");
navigation[171] = new navElem(171,"Minikleider & Miniröcke","pi-207552948.htm",161,"10-2-1-5");
navigation[172] = new navElem(172,"Oberteile & Tops","pi-581852773.htm",161,"10-2-1-1");
navigation[173] = new navElem(173,"Strümpfe, Leggins & Overknees","pi969605436.htm",161,"10-2-1-12");
navigation[174] = new navElem(174,"Underwear","pi-66952678.htm",161,"10-2-1-9");
navigation[175] = new navElem(175,"Mittelalter & Ethnostyle","pi-1164463550.htm",159,"10-2-2");
navigation[176] = new navElem(176,"Corsagen & Mieder","pi-1885437127.htm",175,"10-2-2-2");
navigation[177] = new navElem(177,"Kleider","pi978914072.htm",175,"10-2-2-1");
navigation[178] = new navElem(178,"Mäntel & Umhänge","pi436356870.htm",175,"10-2-2-3");
navigation[179] = new navElem(179,"Oberteile","pi1547169529.htm",175,"10-2-2-4");
navigation[180] = new navElem(180,"Röcke & Hosen","pi835384235.htm",175,"10-2-2-5");
navigation[181] = new navElem(181,"Geschenkideen und Gutscheine","pi512018054.htm",null,"015");
navigation[182] = new navElem(182,"Geschenkgutscheine","pi-88964356.htm",181,"015.02");
navigation[183] = new navElem(183,"Geschenkideen bis 15 Euro","pi368610889.htm",181,"015.01");
navigation[184] = new navElem(184,"Geschenkideen bis 25 Euro","pi-1491982794.htm",181,"015.04");
navigation[185] = new navElem(185,"Geschenkideen über 25 Euro","pi-1408943233.htm",181,"015.05");
navigation[186] = new navElem(186,"Grußkarten & Poster","pi1316646100.htm",null,"008");
navigation[187] = new navElem(187,"Anne Stokes-Karten","pi1540936570.htm",186,"008.09");
navigation[188] = new navElem(188,"Briar-Karten","pi1271418648.htm",186,"008.03");
navigation[189] = new navElem(189,"Fantasy-Karten","pi1102744778.htm",186,"008.07");
navigation[190] = new navElem(190,"Geburtstagskarten","pi1255366141.htm",186,"008.08");
navigation[191] = new navElem(191,"Grußkarten","pi1104044290.htm",186,"008.04");
navigation[192] = new navElem(192,"Poster","pi590196032.htm",186,"008.01");
navigation[193] = new navElem(193,"Postkarten","pi-1011317164.htm",186,"008.02");
navigation[194] = new navElem(194,"Yul-/Weihnachtskarten","pi1651124232.htm",186,"008.05");
navigation[195] = new navElem(195,"Larp & Living History","pi-507733356.htm",null,"014");
navigation[196] = new navElem(196,"Aufbewahrung","pi-1034973765.htm",195,"014.07");
navigation[197] = new navElem(197,"Essen & Trinken","pi1913318945.htm",195,"014.06");
navigation[198] = new navElem(198,"Fibeln, Gewandschliessen & Gewandnadeln","pi769531323.htm",195,"014.03");
navigation[199] = new navElem(199,"Fibeln & Gewandschliessen aus Bronze","pi782034160.htm",198,"014.03.2");
navigation[200] = new navElem(200,"Fibeln & Gewandschliessen aus Silber","pi1264100619.htm",198,"014.03.1");
navigation[201] = new navElem(201,"Fibeln & Gewandschliessen aus sonstigen Materialien","pi-1287397839.htm",198,"014.03.3");
navigation[202] = new navElem(202,"Gewandnadeln","pi-1919476389.htm",198,"014.03.4");
navigation[203] = new navElem(203,"Lederwaren","pi-1274359070.htm",195,"014.02");
navigation[204] = new navElem(204,"Armschienen & Armbänder","pi925789755.htm",203,"014.02.05");
navigation[205] = new navElem(205,"Haarschmuck","pi1253613290.htm",203,"014.02.02");
navigation[206] = new navElem(206,"Taschen & Beutel","pi535522605.htm",203,"14.02.01");
navigation[207] = new navElem(207,"Trinkhornhalter","pi1916471080.htm",203,"014.02.04");
navigation[208] = new navElem(208,"Musikinstrumente, Glocken & Schellen","pi-1890737048.htm",195,"014.09");
navigation[209] = new navElem(209,"Pfeifen & Zubehör","pi2095193256.htm",195,"014.08");
navigation[210] = new navElem(210,"Sonstiges","pi336655093.htm",195,"014.11");
navigation[211] = new navElem(211,"Special FX & Masken","pi1242046400.htm",195,"014.10");
navigation[212] = new navElem(212,"Trinkhörner & Halter","pi-502782971.htm",195,"014.01");
navigation[213] = new navElem(213,"Zeitschriften","pi1177497266.htm",195,"014.12");
navigation[214] = new navElem(214,"Karfunkel","pi720198669.htm",213,"04.12.02");
navigation[215] = new navElem(215,"LARPzeit","pi1776582588.htm",213,"014.12.01");
navigation[216] = new navElem(216,"Literatur","pi1102319740.htm",null,"007");
navigation[217] = new navElem(217,"Bildbände, Kunst und Kultur","pi13755173.htm",216,"007.02");
navigation[218] = new navElem(218,"Emily The Strange","pi-1454875076.htm",216,"007.12");
navigation[219] = new navElem(219,"Kinder- und Jugendbücher","pi-422837434.htm",216,"007.09");
navigation[220] = new navElem(220,"Literatur von Markus Heitz ","pi1037457275.htm",216,"007.03");
navigation[221] = new navElem(221,"Lyrik","pi-446194022.htm",216,"007.04");
navigation[222] = new navElem(222,"Magie der Kelten und Germanen","pi1682418599.htm",216,"007.11");
navigation[223] = new navElem(223,"Magie u. Esoterik allgemein","pi99551051.htm",216,"007.05");
navigation[224] = new navElem(224,"Mythen und Sagen","pi374320574.htm",216,"007.08");
navigation[225] = new navElem(225,"Runen, Pendel, Tarot ...","pi-128433639.htm",216,"007.10");
navigation[226] = new navElem(226,"Sachbücher","pi482848721.htm",216,"007.06");
navigation[227] = new navElem(227,"DragonSys - Lebendiges Mittelalter","pi-903637619.htm",226,"007.06.03");
navigation[228] = new navElem(228,"Essen & Trinken","pi-488769590.htm",226,"007.06.04");
navigation[229] = new navElem(229,"Gewandungen","pi-1361768644.htm",226,"007.06.02");
navigation[230] = new navElem(230,"Karfunkel - Sonderausgaben","pi118399207.htm",226,"007.06.06");
navigation[231] = new navElem(231,"Sonstiges","pi-836498813.htm",226,"007.06.05");
navigation[232] = new navElem(232,"Traditionelles Bogenschießen","pi1940411399.htm",226,"007.06.01");
navigation[233] = new navElem(233,"Zeitschriften","pi-247317456.htm",216,"007.13");
navigation[234] = new navElem(234,"Karfunkel","pi112702577.htm",233,"007.13.01");
navigation[235] = new navElem(235,"LARPzeit","pi-509067810.htm",233,"007.13.02");
navigation[236] = new navElem(236,"Magie","pi1815186133.htm",null,"011");
navigation[237] = new navElem(237,"Altarfiguren und  -schmuck","pi-337224601.htm",236,"011.01");
navigation[238] = new navElem(238,"Athamen","pi35940974.htm",236,"011.04");
navigation[239] = new navElem(239,"Chakra-Arbeit","pi-1058546240.htm",236,"011.12");
navigation[240] = new navElem(240,"Heilsteine","pi-383254197.htm",236,"011.14");
navigation[241] = new navElem(241,"Hexenkessel","pi1358559827.htm",236,"011.11");
navigation[242] = new navElem(242,"Instrumente","pi-2065382045.htm",236,"011.15");
navigation[243] = new navElem(243,"Kelche","pi555646273.htm",236,"011.02");
navigation[244] = new navElem(244,"Literatur","pi70134824.htm",236,"011.03");
navigation[245] = new navElem(245,"Mörser & Gläser","pi-276768550.htm",236,"011.10");
navigation[246] = new navElem(246,"Orakel (Pendel, Runen, Tarot...)","pi-1347714619.htm",236,"011.05");
navigation[247] = new navElem(247,"Kristallkugeln & weitere","pi-1783288701.htm",246,"011.05.04");
navigation[248] = new navElem(248,"Pendel","pi-1458935492.htm",246,"011.05.01");
navigation[249] = new navElem(249,"Runen","pi-1271209526.htm",246,"011.05.03");
navigation[250] = new navElem(250,"Tarot","pi878733197.htm",246,"011.05.02");
navigation[251] = new navElem(251,"Pentakel","pi226855255.htm",236,"011.07");
navigation[252] = new navElem(252,"Poster mit Hexenwissen","pi-448973603.htm",236,"011.09");
navigation[253] = new navElem(253,"Ritualöle & Aura-Sprays","pi-1063810622.htm",236,"011.16");
navigation[254] = new navElem(254,"Schattenbücher","pi1290999633.htm",236,"011.06");
navigation[255] = new navElem(255,"Sonstiges","pi1016942156.htm",236,"011.13");
navigation[256] = new navElem(256,"Zauberstäbe","pi-676201920.htm",236,"011.08");
navigation[257] = new navElem(257,"Met & Liköre","pi-1200470923.htm",null,"21");
navigation[258] = new navElem(258,"Met Essig","pi362705854.htm",257,"21.5");
navigation[259] = new navElem(259,"Met Honigfruchtwein","pi1912140715.htm",257,"21.2");
navigation[260] = new navElem(260,"Met Honiglikör","pi-2124198447.htm",257,"21.4");
navigation[261] = new navElem(261,"Met Honigwein klassisch","pi-1445517678.htm",257,"21.1");
navigation[262] = new navElem(262,"Met Honigweinkompositionen","pi-2022803696.htm",257,"21.3");
navigation[263] = new navElem(263,"Musik, CD´s und DVD´s","pi-875507304.htm",null,"017");
navigation[264] = new navElem(264,"Authentische Alte Musik","pi825161202.htm",263,"017.06");
navigation[265] = new navElem(265,"von A - E","pi581426588.htm",264,"017.06.01");
navigation[266] = new navElem(266,"von F - Z","pi1134304365.htm",264,"017.06.02");
navigation[267] = new navElem(267,"DVD´s und Filme","pi1903988426.htm",263,"017.12");
navigation[268] = new navElem(268,"Lehrfilme und Dokumentationen","pi-1592855007.htm",267,"017.12.01");
navigation[269] = new navElem(269,"Musik DVD´s","pi538062135.htm",267,"017.12.03");
navigation[270] = new navElem(270,"Spielfilme","pi1677912526.htm",267,"017.12.02");
navigation[271] = new navElem(271,"Fantasy & Rollenspiel","pi1675470001.htm",263,"017.09");
navigation[272] = new navElem(272,"Für Kinder","pi-2145262938.htm",263,"017.11");
navigation[273] = new navElem(273,"Gregorianik","pi414754699.htm",263,"017.07");
navigation[274] = new navElem(274,"Hörbücher","pi728917014.htm",263,"017.10");
navigation[275] = new navElem(275,"Marktmittelalter","pi654930310.htm",263,"017.02");
navigation[276] = new navElem(276,"von A - C","pi-1601508443.htm",275,"017.02.01");
navigation[277] = new navElem(277,"von D - L","pi2019666434.htm",275,"017.02.02");
navigation[278] = new navElem(278,"von M - P","pi-563564965.htm",275,"017.02.03");
navigation[279] = new navElem(279,"von Q - Z","pi1547822879.htm",275,"017.02.04");
navigation[280] = new navElem(280,"Mittelalterrock & Elektronisches","pi-1675143025.htm",263,"017.03");
navigation[281] = new navElem(281,"von A - H","pi1148387319.htm",280,"017.03.01");
navigation[282] = new navElem(282,"von I - Q","pi-990975892.htm",280,"017.03.02");
navigation[283] = new navElem(283,"von R - Z","pi1104143101.htm",280,"017.03.03");
navigation[284] = new navElem(284,"Mystisches & Folk","pi1698368292.htm",263,"017.04");
navigation[285] = new navElem(285,"von A - H","pi1268729652.htm",284,"017.04.01");
navigation[286] = new navElem(286,"von I- Z","pi771243045.htm",284,"017.04.02");
navigation[287] = new navElem(287,"Neuerscheinungen","pi-761037254.htm",263,"017.13");
navigation[288] = new navElem(288,"Römer, Kelten & Wikinger","pi-329036459.htm",263,"017.05");
navigation[289] = new navElem(289,"Sampler","pi-570202183.htm",263,"017.01");
navigation[290] = new navElem(290,"Miroque Compilations","pi-1441793017.htm",289,"017.01.01");
navigation[291] = new navElem(291,"sonstige","pi1610454844.htm",289,"017.01.02");
navigation[292] = new navElem(292,"Soundtracks","pi-1430497936.htm",263,"017.08");
navigation[293] = new navElem(293,"Rauch & Duft","pi1032466084.htm",null,"012");
navigation[294] = new navElem(294,"Ätherische Öle & Duftlampen","pi1681531790.htm",293,"012.06");
navigation[295] = new navElem(295,"Halter & Koros","pi-3755617.htm",293,"012.04");
navigation[296] = new navElem(296,"Halter für Räucherstäbchen und -kegel","pi-1323118963.htm",295,"012.04.01");
navigation[297] = new navElem(297,"Weihrauchgefäße","pi1512426556.htm",295,"012.04.02");
navigation[298] = new navElem(298,"Literatur rund ums Räuchern","pi-1654123059.htm",293,"012.11");
navigation[299] = new navElem(299,"Pfeifen & Zubehör","pi1818711563.htm",293,"012.09");
navigation[300] = new navElem(300,"Räucherpflanzen","pi1873054949.htm",293,"012.03");
navigation[301] = new navElem(301,"Räuchersets & Räuchermischungen","pi-522281393.htm",293,"012.05");
navigation[302] = new navElem(302,"Räucherstäbchen & -kegel","pi104993524.htm",293,"012.01");
navigation[303] = new navElem(303,"Räucherstövchen","pi-661667707.htm",293,"012.12");
navigation[304] = new navElem(304,"Schamanische Räucherungen","pi-666412063.htm",293,"012.10");
navigation[305] = new navElem(305,"Wasserpfeifen/Shishas & Zubehör","pi619055025.htm",293,"012.08");
navigation[306] = new navElem(306,"Dichtungen, Ventile & Adapter","pi-1666419188.htm",305,"012.08.05");
navigation[307] = new navElem(307,"Kohle & Gasbrenner","pi-1268235626.htm",305,"012.08.04");
navigation[308] = new navElem(308,"Tabak","pi930471256.htm",305,"012.08.03");
navigation[309] = new navElem(309,"Tabak-Köpfe, Siebe & Alufolie","pi1781204373.htm",305,"012.08.06");
navigation[310] = new navElem(310,"Wasserpfeifen/Shishas","pi2060036497.htm",305,"012.08.01");
navigation[311] = new navElem(311,"Zubehör","pi319493246.htm",305,"012.08.02");
navigation[312] = new navElem(312,"Weihrauch","pi840313713.htm",293,"012.02");
navigation[313] = new navElem(313,"feine Duftkompositionen","pi-1675123961.htm",312,"012.02.02");
navigation[314] = new navElem(314,"griechischer Weihrauch","pi1427078285.htm",312,"012.02.04");
navigation[315] = new navElem(315,"Holy Smokes","pi-2125110.htm",312,"012.02.05");
navigation[316] = new navElem(316,"magische Mischungen","pi-298847684.htm",312,"012.02.03");
navigation[317] = new navElem(317,"Mystery Line - Sternzeichen","pi1810671505.htm",312,"012.02.06");
navigation[318] = new navElem(318,"Reine Harze","pi539830494.htm",312,"012.02.01");
navigation[319] = new navElem(319,"Zubehör","pi-407359077.htm",293,"012.07");
navigation[320] = new navElem(320,"Runa Verdandi-Collection","pi776340578.htm",null,"23");
navigation[321] = new navElem(321,"Schandmaul-Collection","pi1193057259.htm",null,"22");
navigation[322] = new navElem(322,"Schmuck","pi1032450278.htm",null,"005");
navigation[323] = new navElem(323,"Accessoires","pi774708310.htm",322,"005.01");
navigation[324] = new navElem(324,"Alchemy Gothic UK","pi1562428483.htm",322,"005.22");
navigation[325] = new navElem(325,"Accessoires Alchemy Gothic UK","pi-1943020946.htm",324,"005.22.10");
navigation[326] = new navElem(326,"Anhänger Alchemy Gothic UK","pi-690835445.htm",324,"005.22.1");
navigation[327] = new navElem(327,"Armbänder & Armschmuck Alchemy Gothic UK","pi-1614262585.htm",324,"005.22.5");
navigation[328] = new navElem(328,"Armbanduhren Alchemy Gothic UK","pi879603009.htm",324,"005.22.9");
navigation[329] = new navElem(329,"Gürtelschnallen Alchemy Gothic UK","pi-1037707661.htm",324,"005.22.12");
navigation[330] = new navElem(330,"Haarschmuck Alchemy Gothic UK","pi465347324.htm",324,"005.22.6");
navigation[331] = new navElem(331,"Halsbänder & Choker Alchemy Gothic UK","pi-506997014.htm",324,"005.22.11");
navigation[332] = new navElem(332,"Ketten & Colliers Alchemy Gothic UK","pi418567152.htm",324,"005.22.2");
navigation[333] = new navElem(333,"Manschettenknöpfe Alchemy Gothic UK","pi764874317.htm",324,"005.22.7");
navigation[334] = new navElem(334,"Ohrschmuck Alchemy Gothic UK","pi-652680911.htm",324,"005.22.3");
navigation[335] = new navElem(335,"Ringe Alchemy Gothic UK","pi-1695442018.htm",324,"005.22.4");
navigation[336] = new navElem(336,"Steampunk Collection Alchemy Gothic UK","pi1259607312.htm",324,"005.22.13");
navigation[337] = new navElem(337,"Anhänger","pi1034364504.htm",322,"005.02");
navigation[338] = new navElem(338,"Ägyptisch","pi1242346351.htm",337,"005.02.10");
navigation[339] = new navElem(339,"Alchemy Gothic UK Anhänger","pi523124104.htm",337,"005.02.22");
navigation[340] = new navElem(340,"Briar Collections","pi82921474.htm",337,"005.02.16");
navigation[341] = new navElem(341,"Chakren","pi834803334.htm",337,"005.02.15");
navigation[342] = new navElem(342,"Courtney Davis Collection","pi-1646322247.htm",337,"005.02.21");
navigation[343] = new navElem(343,"Drachen","pi-1895867088.htm",337,"005.02.13");
navigation[344] = new navElem(344,"Giftanhänger & Medaillons","pi1076958097.htm",337,"005.02.04");
navigation[345] = new navElem(345,"Gothic","pi-1242587575.htm",337,"005.02.01");
navigation[346] = new navElem(346,"Göttinnen","pi-1936527001.htm",337,"005.02.17");
navigation[347] = new navElem(347,"Greenwood Collection","pi771801341.htm",337,"005.02.03");
navigation[348] = new navElem(348,"Keltisch/Nordisch","pi-587642841.htm",337,"005.02.06");
navigation[349] = new navElem(349,"Axt-Anhänger","pi-1340552858.htm",348,"05.02.06.3");
navigation[350] = new navElem(350,"Keltische Knoten","pi1034801813.htm",348,"05.02.06.7");
navigation[351] = new navElem(351,"Keltische Kreuze","pi1687568037.htm",348,"05.02.06.5");
navigation[352] = new navElem(352,"Runen","pi-307856490.htm",348,"05.02.06.4");
navigation[353] = new navElem(353,"Sonstige","pi1057744572.htm",348,"05.02.06.8");
navigation[354] = new navElem(354,"Thorhämmer","pi735101602.htm",348,"05.02.06.2");
navigation[355] = new navElem(355,"Thorhämmer aus Bronze","pi-921339905.htm",354,"5.2.6.2.2");
navigation[356] = new navElem(356,"Thorhämmer aus Silber","pi1318167734.htm",354,"5.2.6.2.1");
navigation[357] = new navElem(357,"Tieranhänger","pi-621723390.htm",348,"05.02.06.6");
navigation[358] = new navElem(358,"Triquetta & Triskele","pi-470990026.htm",348,"05.02.06.1");
navigation[359] = new navElem(359,"Ketten & Lederbänder","pi949743800.htm",337,"005.02.12");
navigation[360] = new navElem(360,"Klangkugeln","pi331584425.htm",337,"005.02.24");
navigation[361] = new navElem(361,"Kreuze","pi1751609051.htm",337,"005.02.18");
navigation[362] = new navElem(362,"Magic & Mystic Collection","pi1043766152.htm",337,"005.02.19");
navigation[363] = new navElem(363,"Magisch","pi1034374848.htm",337,"005.02.02");
navigation[364] = new navElem(364,"Mondphasen","pi-2083341625.htm",337,"005.02.14");
navigation[365] = new navElem(365,"Mystisch","pi796178046.htm",337,"005.02.05");
navigation[366] = new navElem(366,"Mythische Begleiter","pi-970166394.htm",337,"005.02.23");
navigation[367] = new navElem(367,"Pentagramme","pi1083912904.htm",337,"005.02.11");
navigation[368] = new navElem(368,"Runen","pi895467049.htm",337,"005.02.20");
navigation[369] = new navElem(369,"Specials","pi1808410285.htm",337,"005.02.07");
navigation[370] = new navElem(370,"Steinschmuck","pi594997289.htm",337,"005.02.09");
navigation[371] = new navElem(371,"Anhänger mit Amethyst","pi2095762277.htm",370,"05.02.9.6");
navigation[372] = new navElem(372,"Anhänger mit Bergkristall","pi-1258415734.htm",370,"05.02.09.7");
navigation[373] = new navElem(373,"Anhänger mit Bernstein","pi751948533.htm",370,"05.02.9.3");
navigation[374] = new navElem(374,"Anhänger mit Black Star","pi-180258891.htm",370,"05.02.09.8");
navigation[375] = new navElem(375,"Anhänger mit Granat","pi1652890082.htm",370,"05.02.9.2");
navigation[376] = new navElem(376,"Anhänger mit Mondstein","pi1683434032.htm",370,"05.02.9.1");
navigation[377] = new navElem(377,"Anhänger mit Onyx","pi-2018440349.htm",370,"05.02.9.4");
navigation[378] = new navElem(378,"Anhänger mit sonstigen Steinen","pi-729898944.htm",370,"05.02.9.5");
navigation[379] = new navElem(379,"Armbanduhren","pi-1521717211.htm",322,"005.21");
navigation[380] = new navElem(380,"Armreifen, Armspangen & Nietenarmbänder","pi-1513846176.htm",322,"005.003");
navigation[381] = new navElem(381,"Alchemy Gothic UK Armschmuck","pi240172261.htm",380,"005.003.5");
navigation[382] = new navElem(382,"Armschmuck 925er Silber","pi-2067898417.htm",380,"005.03.02");
navigation[383] = new navElem(383,"Armschmuck 925er Silber mit Stein","pi1663049756.htm",382,"05.03.02.2");
navigation[384] = new navElem(384,"Armschmuck 925er Silber ohne Stein","pi-282586009.htm",382,"05.03.02.1");
navigation[385] = new navElem(385,"Armbänder & Armkettchen 925er Silber","pi-1329806934.htm",384,"05.3.2.1.1");
navigation[386] = new navElem(386,"Armreifen & Armspangen 925er Silber","pi1068287715.htm",384,"05.3.2.1.2");
navigation[387] = new navElem(387,"Schmuck-Sets 925er Silber","pi690692590.htm",384,"05.3.2.1.3");
navigation[388] = new navElem(388,"Armschmuck Bronze","pi2018016209.htm",380,"005.03.01");
navigation[389] = new navElem(389,"Nietenarmbänder","pi828964898.htm",380,"005.003.4");
navigation[390] = new navElem(390,"Sonstiges","pi-2008362652.htm",380,"005.03.03");
navigation[391] = new navElem(391,"Aufbewahrung & Pflege","pi1050594921.htm",322,"005.14");
navigation[392] = new navElem(392,"Colliers & Ketten","pi1033663018.htm",322,"005.07");
navigation[393] = new navElem(393,"Alchemy Gothic UK Ketten & Colliers","pi-1910050238.htm",392,"005.07.6");
navigation[394] = new navElem(394,"Besondere Colliers","pi1392788889.htm",392,"005.07.02");
navigation[395] = new navElem(395,"Keltisch/Nordisch","pi-1752714778.htm",392,"005.07.03");
navigation[396] = new navElem(396,"Anker- & Erbsketten","pi-928743319.htm",395,"05.07.03.1");
navigation[397] = new navElem(397,"Colliers","pi-578230154.htm",395,"05.07.03.2");
navigation[398] = new navElem(398,"Ketten & Lederbänder","pi-1713361895.htm",392,"005.07.05");
navigation[399] = new navElem(399,"Königs- & Wikingerketten","pi137292143.htm",392,"005.07.04");
navigation[400] = new navElem(400,"mit Steinen","pi1078409267.htm",392,"005.07.01");
navigation[401] = new navElem(401,"Amethyst","pi-549775940.htm",400,"5.07.01.03");
navigation[402] = new navElem(402,"Aquamarin","pi-1307201163.htm",400,"5.07.01.05");
navigation[403] = new navElem(403,"Bernstein","pi1971736538.htm",400,"5.07.01.07");
navigation[404] = new navElem(404,"Granat","pi-703954850.htm",400,"5.07.01.01");
navigation[405] = new navElem(405,"Iolith","pi1583557822.htm",400,"5.07.01.06");
navigation[406] = new navElem(406,"mit sonstigen Steinen","pi14022226.htm",400,"5.07.01.09");
navigation[407] = new navElem(407,"Mondstein","pi-793967481.htm",400,"5.07.01.02");
navigation[408] = new navElem(408,"Onyx","pi-530569851.htm",400,"5.07.01.04");
navigation[409] = new navElem(409,"Peridot","pi-1998985901.htm",400,"5.07.01.08");
navigation[410] = new navElem(410,"Fibeln & Gewandschliessen","pi27230986.htm",322,"005.19");
navigation[411] = new navElem(411,"Fibeln & Gewandschliessen aus Bronze","pi-49959661.htm",410,"005.19.2");
navigation[412] = new navElem(412,"Fibeln & Gewandschliessen aus Silber","pi-1632645478.htm",410,"015.19.1");
navigation[413] = new navElem(413,"Fibeln & Gewandschliessen aus sonstigen Materialien","pi1363077370.htm",410,"005.19.3");
navigation[414] = new navElem(414,"Fußkettchen","pi-1057752107.htm",322,"005.08");
navigation[415] = new navElem(415,"Haarschmuck","pi1046606470.htm",322,"005.05");
navigation[416] = new navElem(416,"Halsbänder, Halsreifen & Torques","pi-1507147858.htm",322,"005.06");
navigation[417] = new navElem(417,"Alchemy Gothic UK Halsbänder & Choker","pi-1568231194.htm",416,"05.06.3");
navigation[418] = new navElem(418,"Glasperlenschmuck","pi-1845124967.htm",416,"05.06.2");
navigation[419] = new navElem(419,"Halsbänder","pi-1255007576.htm",416,"005.06.04");
navigation[420] = new navElem(420,"Halsreifen & Torques","pi1967479288.htm",416,"05.06.1");
navigation[421] = new navElem(421,"Hüftgürtel und Bauchketten","pi-1419468174.htm",322,"005.09");
navigation[422] = new navElem(422,"Japanese Gothic Kollektion","pi-601063392.htm",322,"005.15");
navigation[423] = new navElem(423,"Manschettenknöpfe","pi-918417621.htm",322,"005.24");
navigation[424] = new navElem(424,"Ohrschmuck","pi15207528.htm",322,"005.10");
navigation[425] = new navElem(425,"Alchemy Gothic UK Ohrschmuck","pi-1056972389.htm",424,"005.10.5");
navigation[426] = new navElem(426,"Creolen","pi613693641.htm",424,"005-10-4");
navigation[427] = new navElem(427,"Designer-Ohrschmuck","pi1756931957.htm",424,"005-10-1-3");
navigation[428] = new navElem(428,"Ohrhänger","pi8252055.htm",424,"005-10-1");
navigation[429] = new navElem(429,"Ohrhänger mit Stein","pi-544568711.htm",428,"005-10-1-1");
navigation[430] = new navElem(430,"Ohrhänger mit Amethyst","pi195946088.htm",429,"5-10-1-1-8");
navigation[431] = new navElem(431,"Ohrhänger mit Bernstein","pi-1796248857.htm",429,"5-10-1-1-4");
navigation[432] = new navElem(432,"Ohrhänger mit Granat","pi-356672639.htm",429,"5-10-1-1-1");
navigation[433] = new navElem(433,"Ohrhänger mit Mondstein","pi931859706.htm",429,"5-10-1-1-3");
navigation[434] = new navElem(434,"Ohrhänger mit Onyx","pi-185468298.htm",429,"5-10-1-1-2");
navigation[435] = new navElem(435,"Ohrhänger mit sonstigen Steinen","pi719656046.htm",429,"5-10-1-1-6");
navigation[436] = new navElem(436,"Ohrhänger ohne Stein","pi-989655738.htm",428,"005-10-1-2");
navigation[437] = new navElem(437,"Ohrstecker","pi698738316.htm",424,"005-10-2");
navigation[438] = new navElem(438,"Ohrstecker mit Stein","pi232526316.htm",437,"005-10-2-1");
navigation[439] = new navElem(439,"Ohrstecker mit Amethyst","pi-1839807234.htm",438,"5-10-2-4");
navigation[440] = new navElem(440,"Ohrstecker mit Granat","pi2022000636.htm",438,"5-10-2-1-1");
navigation[441] = new navElem(441,"Ohrstecker mit Mondstein","pi-518102247.htm",438,"5-10-2-3");
navigation[442] = new navElem(442,"Ohrstecker mit Onyx","pi18485069.htm",438,"5-10-2-1-2");
navigation[443] = new navElem(443,"Ohrstecker mit sonstigen Steinen","pi-1069313130.htm",438,"5-10-2-1-5");
navigation[444] = new navElem(444,"Ohrstecker ohne Stein ","pi113847933.htm",437,"005-10-2-2");
navigation[445] = new navElem(445,"Ringe","pi1035345656.htm",322,"005.11");
navigation[446] = new navElem(446,"Alchemy Gothic UK Ringe","pi1902897728.htm",445,"005.11.8");
navigation[447] = new navElem(447,"Besondere","pi-1510550080.htm",445,"005.11.03");
navigation[448] = new navElem(448,"Edelstahl","pi1081068765.htm",445,"005.11.04");
navigation[449] = new navElem(449,"Gelenkringe und Spikes","pi-2045161046.htm",445,"005.11.02");
navigation[450] = new navElem(450,"Giftringe","pi758666983.htm",445,"005.11.05");
navigation[451] = new navElem(451,"Gothic","pi1005749347.htm",445,"005.11.09");
navigation[452] = new navElem(452,"keltisch/nordisch","pi-188872432.htm",445,"05.11.03.6");
navigation[453] = new navElem(453,"keltisch/nordische Ringe aus Bronze","pi1007710031.htm",452,"5.11.3.6.2");
navigation[454] = new navElem(454,"keltisch/nordische Ringe aus Silber","pi867031878.htm",452,"5.11.3.6.1");
navigation[455] = new navElem(455,"mit Steinen","pi1170817451.htm",445,"005.11.01");
navigation[456] = new navElem(456,"Aquamarin & Amethyst","pi-205691715.htm",455,"005.11.1.4");
navigation[457] = new navElem(457,"Black Star","pi-1855952043.htm",455,"05.11.01.6");
navigation[458] = new navElem(458,"Granat","pi2126875270.htm",455,"005.11.1.1");
navigation[459] = new navElem(459,"Mondstein","pi-743676128.htm",455,"005.11.1.3");
navigation[460] = new navElem(460,"Onyx","pi-296733271.htm",455,"005.11.1.2");
navigation[461] = new navElem(461,"Sonstige","pi1637886694.htm",455,"005.11.1.5");
navigation[462] = new navElem(462,"Moving Rings","pi-417855304.htm",445,"05.11.7");
navigation[463] = new navElem(463,"Runa Verdandi-Collection","pi-103897840.htm",322,"005.17");
navigation[464] = new navElem(464,"Schmuck-Sets","pi1855172925.htm",322,"005.12");
navigation[465] = new navElem(465,"Steinschmuck","pi1229615278.htm",322,"005.004");
navigation[466] = new navElem(466,"Amethyst","pi-481040998.htm",465,"005.004.07");
navigation[467] = new navElem(467,"Aquamarin","pi1761491280.htm",465,"005.004.03");
navigation[468] = new navElem(468,"Bergkristall","pi110020641.htm",465,"05.04.10");
navigation[469] = new navElem(469,"Bernstein","pi764658159.htm",465,"005.004.04");
navigation[470] = new navElem(470,"Black Star","pi-1848282890.htm",465,"05.04.11");
navigation[471] = new navElem(471,"Granat","pi-1685570966.htm",465,"005.004.08");
navigation[472] = new navElem(472,"Anhänger","pi231162022.htm",471,"05.04.08.1");
navigation[473] = new navElem(473,"Armreifen & Armbänder","pi-1187150738.htm",471,"05.04.08.6");
navigation[474] = new navElem(474,"Ketten & Colliers","pi-610565841.htm",471,"05.04.08.2");
navigation[475] = new navElem(475,"Ohrschmuck","pi-1866402030.htm",471,"05.04.08.4");
navigation[476] = new navElem(476,"Ringe","pi-249172156.htm",471,"05.04.08.3");
navigation[477] = new navElem(477,"Schmuck-Sets","pi325231515.htm",471,"05.04.08.5");
navigation[478] = new navElem(478,"Iolith","pi-641696668.htm",465,"005.004.10");
navigation[479] = new navElem(479,"Mondstein","pi981973011.htm",465,"005.004.06");
navigation[480] = new navElem(480,"Anhänger","pi1850460684.htm",479,"05.04.06.1");
navigation[481] = new navElem(481,"Ketten & Colliers","pi-241578483.htm",479,"05.04.06.2");
navigation[482] = new navElem(482,"Ohrschmuck","pi1356250585.htm",479,"05.04.06.4");
navigation[483] = new navElem(483,"Ringe","pi-1059535730.htm",479,"05.04.06.3");
navigation[484] = new navElem(484,"Onyx","pi519859544.htm",465,"005.004.05");
navigation[485] = new navElem(485,"Anhänger","pi-646007824.htm",484,"05.04.05.1");
navigation[486] = new navElem(486,"Ketten & Colliers","pi185258363.htm",484,"05.04.05.2");
navigation[487] = new navElem(487,"Ohrschmuck","pi1048822096.htm",484,"05.04.05.4");
navigation[488] = new navElem(488,"Ringe","pi-1045859815.htm",484,"05.04.05.3");
navigation[489] = new navElem(489,"Peridot","pi-1492689375.htm",465,"005.004.01");
navigation[490] = new navElem(490,"Weitere Steine","pi-627292039.htm",465,"005.004.09");
navigation[491] = new navElem(491,"Anhänger","pi-65540763.htm",490,"05.04.09.1");
navigation[492] = new navElem(492,"Ringe","pi1130729797.htm",490,"05.04.09.3");
navigation[493] = new navElem(493,"Tiaras und Stirnschmuck","pi-103321451.htm",322,"005.13");
navigation[494] = new navElem(494,"Schreibwerkstatt","pi201594630.htm",null,"013");
navigation[495] = new navElem(495,"Brieföffner","pi-1251492338.htm",494,"013-11");
navigation[496] = new navElem(496,"Briefpapier, Notizbücher & Schreibstoffe","pi1008482706.htm",494,"13.04");
navigation[497] = new navElem(497,"Füllfederhalter & Kugelschreiber","pi-598342815.htm",494,"013-10");
navigation[498] = new navElem(498,"Lederbücher","pi-1005054896.htm",494,"013.08");
navigation[499] = new navElem(499,"Lehrbücher","pi1101215890.htm",494,"13.06");
navigation[500] = new navElem(500,"Lesezeichen","pi-2114354875.htm",494,"13.05");
navigation[501] = new navElem(501,"Schreibfedern & Zubehör","pi-761919710.htm",494,"13.01");
navigation[502] = new navElem(502,"Geschenk-Sets","pi1653686761.htm",501,"13.01.02");
navigation[503] = new navElem(503,"Schreibfedern","pi-171401459.htm",501,"13.01.01");
navigation[504] = new navElem(504,"Zubehör","pi2004581951.htm",501,"13.01.03");
navigation[505] = new navElem(505,"Schreib-Sets","pi2106918254.htm",494,"13.09");
navigation[506] = new navElem(506,"Schreibtisch-Accessoires","pi557431055.htm",494,"13.07");
navigation[507] = new navElem(507,"Siegel & Lacke","pi1045398087.htm",494,"13.02");
navigation[508] = new navElem(508,"Geschenksets","pi-919364408.htm",507,"13.02.04");
navigation[509] = new navElem(509,"Siegel/Petschaften","pi371886157.htm",507,"13.02.01");
navigation[510] = new navElem(510,"Siegelwachse & Lacke","pi1848583050.htm",507,"13.02.02");
navigation[511] = new navElem(511,"Zubehör","pi1756838723.htm",507,"13.02.03");
navigation[512] = new navElem(512,"Tinten","pi-1512695295.htm",494,"13.03");
navigation[513] = new navElem(513,"Duft-Tinten","pi-405057551.htm",512,"13.03.02");
navigation[514] = new navElem(514,"Effekt-Tinten","pi-761293986.htm",512,"13.03.03");
navigation[515] = new navElem(515,"Kalligraphie-Tinten","pi2001008048.htm",512,"13.03.01");
navigation[516] = new navElem(516,"Tintenfässer","pi-1169447299.htm",512,"13.03.04");
navigation[517] = new navElem(517,"Sonnen-/Sternenuhren & Kompasse","pi-125647263.htm",null,"28");
navigation[518] = new navElem(518,"SteamPunk","pi1169044654.htm",null,"019");
navigation[519] = new navElem(519,"SteamPunk Accessoires & Deko","pi772815965.htm",518,"019.3");
navigation[520] = new navElem(520,"SteamPunk Schmuck","pi71001260.htm",518,"019.2");
navigation[521] = new navElem(521,"SteamPunk Weapons","pi259085623.htm",518,"019.1");
navigation[522] = new navElem(522,"Taschen, Rucksäcke & Geldbörsen","pi-354089021.htm",null,"20");
navigation[523] = new navElem(523,"Geldbörsen","pi-1622467912.htm",522,"20.4");
navigation[524] = new navElem(524,"Gürteltaschen & Kilttaschen","pi-1552848771.htm",522,"20.1");
navigation[525] = new navElem(525,"Handtaschen & Umhängetaschen","pi-54274317.htm",522,"20.3");
navigation[526] = new navElem(526,"Rucksäcke & Reisetaschen","pi219130874.htm",522,"20.2");
navigation[527] = new navElem(527,"Wohnen & Deko","pi-1443421941.htm",null,"006");
navigation[528] = new navElem(528,"Ägypten","pi167760722.htm",527,"006.01");
navigation[529] = new navElem(529,"Alchemy Gothic UK","pi-982108858.htm",527,"006.15");
navigation[530] = new navElem(530,"Absinthe - La Fée Verte","pi1562657103.htm",529,"006.15.1");
navigation[531] = new navElem(531,"Essen & Trinken","pi-1718407928.htm",529,"006.15.4");
navigation[532] = new navElem(532,"Kelche & Gläser","pi1092012344.htm",529,"006.15.5");
navigation[533] = new navElem(533,"Raucherbedarf","pi-214574057.htm",529,"006.15.6");
navigation[534] = new navElem(534,"Schreibtisch-Accessoires","pi-1787976782.htm",529,"006.15.4.5");
navigation[535] = new navElem(535,"Spazierstöcke","pi-1743988358.htm",529,"006.15.7");
navigation[536] = new navElem(536,"Wohnaccessoires & Deko","pi-1440145546.htm",529,"006.15.2");
navigation[537] = new navElem(537,"Deko Fliesen zum Aufstellen","pi1586239965.htm",527,"006.18");
navigation[538] = new navElem(538,"Deko-Fliese zum Aufstellen - Gr.10x10cm","pi1451650648.htm",537,"006.18.1");
navigation[539] = new navElem(539,"Deko-Fliese zum Aufstellen - Gr.10x20cm","pi-624659079.htm",537,"006.18.2");
navigation[540] = new navElem(540,"Deko-Fliese zum Aufstellen - Gr.20x30cm","pi-1219273658.htm",537,"006.18.3");
navigation[541] = new navElem(541,"Deko-Waffen","pi-144626207.htm",527,"006.10");
navigation[542] = new navElem(542,"Drachen, Gargoyles und Dämonen","pi-1108047988.htm",527,"006.04");
navigation[543] = new navElem(543,"Essen & Trinken","pi-1975312208.htm",527,"006.08");
navigation[544] = new navElem(544,"Absinthe - La Fée Verte","pi-1406358103.htm",543,"006.08.4");
navigation[545] = new navElem(545,"Besteck-Sets, Teller & Zubehör","pi-1471705547.htm",543,"006.08.5");
navigation[546] = new navElem(546,"Bierkrüge","pi-26195958.htm",543,"006.08.01");
navigation[547] = new navElem(547,"Flachmänner","pi-505719480.htm",543,"006.08.3");
navigation[548] = new navElem(548,"Kelche & Gläser","pi-352999997.htm",543,"006.08.2");
navigation[549] = new navElem(549,"Tassen & Becher","pi505624724.htm",543,"006.08.6");
navigation[550] = new navElem(550,"Gartenfiguren","pi-157199268.htm",527,"006.16");
navigation[551] = new navElem(551,"Kerzenständer, Lampen & Fackelhalter","pi834096426.htm",527,"006.05");
navigation[552] = new navElem(552,"Fackelhalter","pi458631927.htm",551,"006.05.04");
navigation[553] = new navElem(553,"Kerzen- und Teelichthalter","pi-1874020817.htm",551,"006.05.02");
navigation[554] = new navElem(554,"Kerzenhalter","pi194194556.htm",553,"06.05.02.1");
navigation[555] = new navElem(555,"Teelichthalter","pi-170509875.htm",553,"06.05.02.2");
navigation[556] = new navElem(556,"Kerzen und Zubehör","pi896231846.htm",551,"006.05.01");
navigation[557] = new navElem(557,"Lampen & Laternen","pi-855858283.htm",551,"006.05.03");
navigation[558] = new navElem(558,"Möbel und Einrichtung","pi197037126.htm",527,"006.06");
navigation[559] = new navElem(559,"Raucherbedarf","pi-1166804972.htm",527,"006.09");
navigation[560] = new navElem(560,"Ritter","pi1140615896.htm",527,"006.14");
navigation[561] = new navElem(561,"Schatullen & Truhen","pi1095404890.htm",527,"006.07");
navigation[562] = new navElem(562,"Anne Stokes Schmuckboxen","pi670441484.htm",561,"006.07.1");
navigation[563] = new navElem(563,"Sonstige Schatullen & Truhen","pi-301045219.htm",561,"006.07.2");
navigation[564] = new navElem(564,"Spiegel","pi-1657250763.htm",527,"006.02");
navigation[565] = new navElem(565,"Statuen","pi503570462.htm",527,"006.03");
navigation[566] = new navElem(566,"Ägyptisch","pi-1282844345.htm",565,"006.03.01");
navigation[567] = new navElem(567,"Anne Stokes Collection","pi1899999694.htm",565,"006.03.9");
navigation[568] = new navElem(568,"Fairies & Dark Angels","pi-2100927297.htm",565,"006.03.04");
navigation[569] = new navElem(569,"Fantasy","pi1845542690.htm",565,"006.03.03");
navigation[570] = new navElem(570,"Grave Angels Collection","pi-99874368.htm",565,"006.03.06");
navigation[571] = new navElem(571,"Hexen","pi-1247998057.htm",565,"006.03.07");
navigation[572] = new navElem(572,"Mythen und Legenden","pi605715324.htm",565,"006.03.02");
navigation[573] = new navElem(573,"Nemesis Now - Wildwoods Collection","pi1485885307.htm",565,"006.03.05");
navigation[574] = new navElem(574,"Schädel & Skulls","pi2100491946.htm",565,"006.03.08");
navigation[575] = new navElem(575,"Tättowierte Schönheiten","pi1231113392.htm",527,"006.17");
navigation[576] = new navElem(576,"Wandschmuck","pi-1826312077.htm",527,"006.11");
navigation[577] = new navElem(577,"Schriftrollen","pi1636043450.htm",576,"006.11.2");
navigation[578] = new navElem(578,"Sonstiger Wandschmuck","pi1381564083.htm",576,"006.11.3");
navigation[579] = new navElem(579,"Wandkerzenleuchter","pi-370984387.htm",576,"006.11.1");
navigation[580] = new navElem(580,"Wohnaccessoires","pi-1640342760.htm",527,"006.12");

// 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"));


