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

