//
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 Sternenmond</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,"**Neuheiten**","pi772140053.htm",null,"11");
navigation[1] = new navElem(1,"Neuheiten - Anhänger","pi1824459147.htm",0,"11-2");
navigation[2] = new navElem(2,"Neuheiten - Armschmuck","pi1219301076.htm",0,"11-5");
navigation[3] = new navElem(3,"Neuheiten - Ketten & Colliers","pi-929864898.htm",0,"11-4");
navigation[4] = new navElem(4,"Neuheiten - Ohrschmuck","pi1636117329.htm",0,"11-1");
navigation[5] = new navElem(5,"Neuheiten - Ringe","pi1193671706.htm",0,"11-3");
navigation[6] = new navElem(6,"*Katalog CD*","pi-1997986706.htm",null,"5");
navigation[7] = new navElem(7,"*Sonderangebote - 25% Rabatt*","pi1135584366.htm",null,"4");
navigation[8] = new navElem(8,"Anhänger - 25% Rabatt","pi1164784233.htm",7,"4.1");
navigation[9] = new navElem(9,"Ketten & Colliers - 25% Rabatt","pi-625681480.htm",7,"4.2");
navigation[10] = new navElem(10,"Ohrschmuck - 25% Rabatt","pi-1304994200.htm",7,"4.4");
navigation[11] = new navElem(11,"Ringe - 25% Rabatt","pi-281473600.htm",7,"4.6");
navigation[12] = new navElem(12,"Tiaras & Stirnschmuck - 25% Rabatt","pi1150757898.htm",7,"4.7");
navigation[13] = new navElem(13,"Geschenkgutscheine & Glückwunschkarten","pi512018054.htm",null,"10");
navigation[14] = new navElem(14,"Geschenkgutscheine","pi-88964356.htm",13,"X.3");
navigation[15] = new navElem(15,"Geschenkverpackung","pi1175416397.htm",13,"X.4");
navigation[16] = new navElem(16,"Glückwunschkarten","pi1045413369.htm",13,"XIII.4");
navigation[17] = new navElem(17,"Schmuck - sortiert nach Art","pi1115112270.htm",null,"1");
navigation[18] = new navElem(18,"Anhänger","pi-1064441443.htm",17,"003-1-1");
navigation[19] = new navElem(19,"ägyptisch","pi-587757385.htm",18,"1-8-3");
navigation[20] = new navElem(20,"Alchemy Gothic UK","pi-1576607766.htm",18,"1-8-8-12");
navigation[21] = new navElem(21,"Chakra-Schmuck","pi-936723581.htm",18,"1-8-11");
navigation[22] = new navElem(22,"Drachen, Einhörner, Feen...","pi794998549.htm",18,"1-8-6");
navigation[23] = new navElem(23,"Gothic Deluxe","pi130207291.htm",18,"1-8-8-11");
navigation[24] = new navElem(24,"keltisch/nordisch","pi-1687860016.htm",18,"1-8-5");
navigation[25] = new navElem(25,"Axt-Anhänger","pi788343056.htm",24,"1-8-5-6");
navigation[26] = new navElem(26,"Keltische Knoten","pi-1453025327.htm",24,"1-8-5-7");
navigation[27] = new navElem(27,"Keltische Kreuze","pi-1398477195.htm",24,"1-8-5-3");
navigation[28] = new navElem(28,"Runen","pi-1462522453.htm",24,"1-8-5-5");
navigation[29] = new navElem(29,"Sonstige","pi-115616155.htm",24,"1-8-5-8");
navigation[30] = new navElem(30,"Thorhämmer","pi2007030959.htm",24,"1-8-5-1");
navigation[31] = new navElem(31,"Thorhämmer aus Bronze","pi-504572114.htm",30,"1-8-5-1-2");
navigation[32] = new navElem(32,"Thorhämmer aus Silber","pi1369134337.htm",30,"1-8-5-1-1");
navigation[33] = new navElem(33,"Tieranhänger","pi-1686435694.htm",24,"1-8-5-4");
navigation[34] = new navElem(34,"Triquetta & Triskele","pi-1907620668.htm",24,"1-8-5-2");
navigation[35] = new navElem(35,"Kettchen für Anhänger","pi776524943.htm",18,"1-8-8");
navigation[36] = new navElem(36,"Kreuze","pi1984981894.htm",18,"1-8-1");
navigation[37] = new navElem(37,"Medaillons & Giftanhänger","pi486565302.htm",18,"1-8-2");
navigation[38] = new navElem(38,"mit Steinen","pi606628552.htm",18,"1-8-8-10");
navigation[39] = new navElem(39,"Anhänger mit Amethyst","pi349087337.htm",38,"1-8-8-10-5");
navigation[40] = new navElem(40,"Anhänger mit Bernstein","pi-2111636879.htm",38,"1-8-8-10-4");
navigation[41] = new navElem(41,"Anhänger mit Black Star","pi58435503.htm",38,"1-8-8-10-8");
navigation[42] = new navElem(42,"Anhänger mit Granat","pi1256355659.htm",38,"1-8-8-10-2");
navigation[43] = new navElem(43,"Anhänger mit Mondstein","pi266050738.htm",38,"1-8-8-10-1");
navigation[44] = new navElem(44,"Anhänger mit Onyx","pi1018976816.htm",38,"1-8-8-10-3");
navigation[45] = new navElem(45,"Anhänger mit Peridot","pi564937461.htm",38,"1-8-8-10-6");
navigation[46] = new navElem(46,"Anhänger mit sonstigen Steinen","pi-1347363279.htm",38,"1-8-8-10-7");
navigation[47] = new navElem(47,"Sonstige","pi1874213346.htm",18,"1-8-7");
navigation[48] = new navElem(48,"Armreifen/-bänder","pi295060864.htm",17,"1-3");
navigation[49] = new navElem(49,"Armschmuck mit Steinen","pi1811269725.htm",48,"1-3-1");
navigation[50] = new navElem(50,"Armschmuck ohne Steine","pi-763902374.htm",48,"1-3-2");
navigation[51] = new navElem(51,"Bauch- und Hüftketten","pi-814625385.htm",17,"1-6");
navigation[52] = new navElem(52,"Fibeln & Gewandschliessen","pi-122908425.htm",17,"1-14");
navigation[53] = new navElem(53,"Fußkettchen","pi1752616332.htm",17,"1-7");
navigation[54] = new navElem(54,"Haarschmuck","pi-89741394.htm",17,"1-5");
navigation[55] = new navElem(55,"Halsbänder","pi-1763245606.htm",17,"1.11");
navigation[56] = new navElem(56,"Halsreifen & Torques","pi74045948.htm",17,"1-13");
navigation[57] = new navElem(57,"Halsreifen & Torques aus Bronze","pi1286488944.htm",56,"1-13-2");
navigation[58] = new navElem(58,"Halsreifen & Torques aus Schmiedeisen","pi-2084702291.htm",56,"1-13-3");
navigation[59] = new navElem(59,"Halsreifen & Torques aus Silber","pi-1184559733.htm",56,"1-13-1");
navigation[60] = new navElem(60,"Ketten und Colliers","pi364227458.htm",17,"1-1");
navigation[61] = new navElem(61,"Alchemy Gothic UK","pi341284947.htm",60,"1-1-12");
navigation[62] = new navElem(62,"keltisch/nordisch","pi-423298755.htm",60,"1-1-4");
navigation[63] = new navElem(63,"Ketten für Anhänger","pi233828905.htm",60,"1-1-2");
navigation[64] = new navElem(64,"Königs- und Wikingerketten","pi-1805900126.htm",60,"1-1-3");
navigation[65] = new navElem(65,"mit Amethyst","pi852735778.htm",60,"1-1-9");
navigation[66] = new navElem(66,"mit Aquamarin","pi-317035587.htm",60,"1-1-11");
navigation[67] = new navElem(67,"mit Granat","pi1477973578.htm",60,"1-1-5");
navigation[68] = new navElem(68,"mit Mondstein","pi1355675163.htm",60,"1-1-7");
navigation[69] = new navElem(69,"mit Onyx","pi-1638445359.htm",60,"1-1-6");
navigation[70] = new navElem(70,"mit Peridot","pi-1252706127.htm",60,"1-1-8");
navigation[71] = new navElem(71,"Sonstige","pi-24708152.htm",60,"1-1-1");
navigation[72] = new navElem(72,"Kopf- und Stirnschmuck","pi-273188159.htm",17,"1.12");
navigation[73] = new navElem(73,"Ohrschmuck","pi-544869925.htm",17,"1-2");
navigation[74] = new navElem(74,"Creolen","pi-522472795.htm",73,"1-2-3");
navigation[75] = new navElem(75,"Designer-Ohrstecker","pi-1380198963.htm",73,"1-2-6");
navigation[76] = new navElem(76,"Ohrclipse","pi732915173.htm",73,"1-2-5");
navigation[77] = new navElem(77,"Ohrhänger","pi2137860020.htm",73,"1-2-2");
navigation[78] = new navElem(78,"Ohrhänger mit Stein","pi-1709927774.htm",77,"1-2-2-2");
navigation[79] = new navElem(79,"Ohrhänger mit Amethyst","pi1770637771.htm",78,"1-2-2-2-9");
navigation[80] = new navElem(80,"Ohrhänger mit Aquamarin","pi1696831788.htm",78,"1-2-2-2-7");
navigation[81] = new navElem(81,"Ohrhänger mit Bernstein","pi501873382.htm",78,"1-2-2-2-8");
navigation[82] = new navElem(82,"Ohrhänger mit Granat","pi165728235.htm",78,"1-2-2-2-1");
navigation[83] = new navElem(83,"Ohrhänger mit Karneol","pi1902668357.htm",78,"1-2-2-2-5");
navigation[84] = new navElem(84,"Ohrhänger mit Mondstein","pi-1742877610.htm",78,"1-2-2-2-2");
navigation[85] = new navElem(85,"Ohrhänger mit Onyx","pi510802515.htm",78,"1-2-2-2-3");
navigation[86] = new navElem(86,"Ohrhänger mit Peridot","pi866451998.htm",78,"1-2-2-2-4");
navigation[87] = new navElem(87,"Ohrhänger mit sonstigen Steinen","pi-1772377161.htm",78,"1-2-2-2-6");
navigation[88] = new navElem(88,"Ohrhänger ohne Stein","pi-1434813755.htm",77,"1-2-2-1");
navigation[89] = new navElem(89,"Ohrklemmen","pi425633026.htm",73,"1-2-4");
navigation[90] = new navElem(90,"Ohrstecker","pi155308383.htm",73,"1-2-1");
navigation[91] = new navElem(91,"Ohrstecker mit Stein","pi-1910932764.htm",90,"1-2-1-2");
navigation[92] = new navElem(92,"Ohrstecker mit Amethyst","pi437895657.htm",91,"1-2-1-2-7");
navigation[93] = new navElem(93,"Ohrstecker mit Aquamarin","pi1736083179.htm",91,"1-2-1-2-6");
navigation[94] = new navElem(94,"Ohrstecker mit Granat","pi602954315.htm",91,"1-2-1-2-1");
navigation[95] = new navElem(95,"Ohrstecker mit Mondstein","pi-1985468851.htm",91,"1-2-1-2-2");
navigation[96] = new navElem(96,"Ohrstecker mit Onyx","pi1505914016.htm",91,"1-2-1-2-3");
navigation[97] = new navElem(97,"Ohrstecker mit Peridot","pi-1211324756.htm",91,"1-2-1-2-4");
navigation[98] = new navElem(98,"Ohrstecker mit sonstigen Steinen","pi-1408479534.htm",91,"1-2-1-2-5");
navigation[99] = new navElem(99,"Ohrstecker ohne Stein","pi-551517567.htm",90,"1-2-1-1");
navigation[100] = new navElem(100,"Ringe","pi-103073919.htm",17,"003-1-2");
navigation[101] = new navElem(101,"Edelstahl","pi-383898485.htm",100,"1-4-1");
navigation[102] = new navElem(102,"Fingerspitzenringe","pi541801190.htm",100,"1-4-4");
navigation[103] = new navElem(103,"Freundschaftsringe","pi1658319328.htm",100,"1-4-7");
navigation[104] = new navElem(104,"Gelenkringe","pi1496494513.htm",100,"1-4-3");
navigation[105] = new navElem(105,"Giftringe","pi-1038961040.htm",100,"1-4-2");
navigation[106] = new navElem(106,"Gothic Deluxe","pi-807613921.htm",100,"1-4-10");
navigation[107] = new navElem(107,"keltisch/nordisch","pi-815916016.htm",100,"1-4-5-8");
navigation[108] = new navElem(108,"keltisch/ nordische Ringe aus Silber ","pi-1797539648.htm",107,"1-4-1-5-81");
navigation[109] = new navElem(109,"keltisch/nordische Ringe aus Bronze","pi43776449.htm",107,"1-4-5-82");
navigation[110] = new navElem(110,"Moving Rings","pi1213244901.htm",100,"1-4-9");
navigation[111] = new navElem(111,"Ringe mit Stein","pi-595031151.htm",100,"1-4-6");
navigation[112] = new navElem(112,"mit Aquamarin","pi-1746530498.htm",111,"1-4-6-5");
navigation[113] = new navElem(113,"mit Black Star","pi1300175944.htm",111,"1.4.6.6");
navigation[114] = new navElem(114,"mit Granat","pi-810839324.htm",111,"1-4-6-1");
navigation[115] = new navElem(115,"mit Mondstein","pi1240343262.htm",111,"1-4-6-4");
navigation[116] = new navElem(116,"mit Onyx","pi-333338091.htm",111,"1-4-6-2");
navigation[117] = new navElem(117,"mit sonstigen Steinen","pi-1661353038.htm",111,"1-4-6-3");
navigation[118] = new navElem(118,"Ringe ohne Stein","pi1567032272.htm",100,"1-4-5");
navigation[119] = new navElem(119,"Schmuck für Kinder","pi1130223824.htm",17,"1-11");
navigation[120] = new navElem(120,"Schmucksets","pi-644159882.htm",17,"1-10");
navigation[121] = new navElem(121,"Schmuck - sortiert nach Marken","pi601051692.htm",null,"3");
navigation[122] = new navElem(122,"Alchemy Gothic UK","pi604909699.htm",121,"3-4");
navigation[123] = new navElem(123,"Anhänger & Halsschmuck","pi-132722621.htm",122,"3-4-1");
navigation[124] = new navElem(124,"Haarschmuck","pi-905192407.htm",122,"3-4-3");
navigation[125] = new navElem(125,"Ohrschmuck","pi484363720.htm",122,"3-4-2");
navigation[126] = new navElem(126,"Eastgate - Ressource","pi1859706172.htm",121,"3-2");
navigation[127] = new navElem(127,"EtNox Gothic Deluxe","pi-2067016707.htm",121,"3-7");
navigation[128] = new navElem(128,"ku:l Edelstahlschmuck","pi1977797517.htm",121,"3-3");
navigation[129] = new navElem(129,"Magic & Mystic Collection","pi-663558041.htm",121,"3-6");
navigation[130] = new navElem(130,"Runa Verdandi Collection","pi-1505453396.htm",121,"3-1");
navigation[131] = new navElem(131,"Vinland","pi-1376160572.htm",121,"3-5");
navigation[132] = new navElem(132,"Anhänger","pi-1194896869.htm",131,"3-5-2");
navigation[133] = new navElem(133,"Axt-Anhänger","pi905664582.htm",132,"3-5-2-1");
navigation[134] = new navElem(134,"Runen-Anhänger","pi-2114099121.htm",132,"3-5-2-2");
navigation[135] = new navElem(135,"Sonstige Anhänger","pi1308774372.htm",132,"3-5-2-3");
navigation[136] = new navElem(136,"Thorhämmer","pi1328472853.htm",132,"3-5-2-4");
navigation[137] = new navElem(137,"Thorhämmer aus Bronze","pi201156854.htm",136,"3-5-2-4-2");
navigation[138] = new navElem(138,"Thorhämmer aus Silber","pi-110636311.htm",136,"3-5-2-4-1");
navigation[139] = new navElem(139,"Armspangen","pi-1057700398.htm",131,"3-5-7");
navigation[140] = new navElem(140,"Fibeln & Gewandschliessen","pi92087910.htm",131,"3-5-8");
navigation[141] = new navElem(141,"Halsreifen & Torques","pi-639687252.htm",131,"3-5-5");
navigation[142] = new navElem(142,"Ketten & Colliers","pi1993274562.htm",131,"3-5-1");
navigation[143] = new navElem(143,"Anker- & Erbsketten","pi1657829059.htm",142,"3-5-1-1");
navigation[144] = new navElem(144,"Colliers","pi-887614904.htm",142,"3-5-1-2");
navigation[145] = new navElem(145,"Wikingerketten","pi-11966256.htm",142,"3-5-1-3");
navigation[146] = new navElem(146,"Ohrschmuck","pi-1455003453.htm",131,"3-5-4");
navigation[147] = new navElem(147,"Ringe","pi-1063032712.htm",131,"3-5-6");
navigation[148] = new navElem(148,"Ringe aus Bronze","pi829365336.htm",147,"3-5-6-2");
navigation[149] = new navElem(149,"Ringe aus Silber","pi524911379.htm",147,"3-5-6-1");
navigation[150] = new navElem(150,"Schmuck-Sets","pi-829574976.htm",131,"3-5-3");
navigation[151] = new navElem(151,"Schmuck - sortiert nach Material","pi-1561401161.htm",null,"2");
navigation[152] = new navElem(152,"Bronze-Schmuck","pi821465996.htm",151,"2-14");
navigation[153] = new navElem(153,"Anhänger","pi2075243450.htm",152,"2-14-2");
navigation[154] = new navElem(154,"Axt-Anhänger","pi1331135506.htm",153,"2-14-2-2");
navigation[155] = new navElem(155,"sonstige Anhänger","pi-727989772.htm",153,"2-14-2-3");
navigation[156] = new navElem(156,"Thorhämmer","pi355374523.htm",153,"2-14-2-1");
navigation[157] = new navElem(157,"Armspangen","pi422079308.htm",152,"2-14-8");
navigation[158] = new navElem(158,"Fibeln & Gewandschliessen","pi-2025770707.htm",152,"2-14-7");
navigation[159] = new navElem(159,"Halsreifen & Torques","pi382008668.htm",152,"2-14-6");
navigation[160] = new navElem(160,"Ketten & Colliers","pi-686676163.htm",152,"2-14-1");
navigation[161] = new navElem(161,"Ohrschmuck","pi785772199.htm",152,"2-14-5");
navigation[162] = new navElem(162,"Ringe","pi842380211.htm",152,"2-14-3");
navigation[163] = new navElem(163,"Schmuck-Sets","pi462325502.htm",152,"2-14-4");
navigation[164] = new navElem(164,"Edelstahl","pi1576957386.htm",151,"2-10");
navigation[165] = new navElem(165,"Glasschmuck","pi-506842790.htm",151,"2.12");
navigation[166] = new navElem(166,"Silber mit Amethyst","pi1137015887.htm",151,"2-3");
navigation[167] = new navElem(167,"Anhänger","pi-126531005.htm",166,"2-3-3");
navigation[168] = new navElem(168,"Ketten & Colliers","pi-1998205302.htm",166,"2-3-2");
navigation[169] = new navElem(169,"Ohrschmuck","pi-111558835.htm",166,"2-3-1");
navigation[170] = new navElem(170,"Ringe","pi-1894367288.htm",166,"2-3-4");
navigation[171] = new navElem(171,"Schmuck-Sets","pi-555565953.htm",166,"2-3-5");
navigation[172] = new navElem(172,"Silber mit Aquamarin","pi57354800.htm",151,"2-6");
navigation[173] = new navElem(173,"Silber mit Bernstein","pi539349988.htm",151,"2-4");
navigation[174] = new navElem(174,"Silber mit Black Star","pi1287426477.htm",151,"2-15");
navigation[175] = new navElem(175,"Anhänger","pi-244194397.htm",174,"2-15-1");
navigation[176] = new navElem(176,"Ketten & Colliers","pi-1119259224.htm",174,"2-15-2");
navigation[177] = new navElem(177,"Ohrschmuck","pi1738448521.htm",174,"2-15-3");
navigation[178] = new navElem(178,"Ringe","pi1854993430.htm",174,"2-15-4");
navigation[179] = new navElem(179,"Silber mit Granat","pi-2098971578.htm",151,"2-2");
navigation[180] = new navElem(180,"Anhänger","pi1412953854.htm",179,"2-2-3");
navigation[181] = new navElem(181,"Armreifen & Armbänder","pi-1652374201.htm",179,"2-2-5");
navigation[182] = new navElem(182,"Ketten & Colliers","pi309732881.htm",179,"2-2-2");
navigation[183] = new navElem(183,"Ohrschmuck","pi1161959504.htm",179,"2-2-1");
navigation[184] = new navElem(184,"Ohrhänger mit Granat","pi-1077385156.htm",183,"2-2-1-2");
navigation[185] = new navElem(185,"Ohrstecker mit Granat","pi-932073209.htm",183,"2-2-1-1");
navigation[186] = new navElem(186,"Ringe","pi-1138124446.htm",179,"2-2-4");
navigation[187] = new navElem(187,"Schmucksets","pi-386293472.htm",179,"2-2-6");
navigation[188] = new navElem(188,"Silber mit Mondstein","pi2060666942.htm",151,"2-11");
navigation[189] = new navElem(189,"Anhänger","pi-1575274639.htm",188,"2-11-3");
navigation[190] = new navElem(190,"Armreifen & Armbänder","pi964732147.htm",188,"2-11-5");
navigation[191] = new navElem(191,"Ketten & Colliers","pi-755458679.htm",188,"2-11-2");
navigation[192] = new navElem(192,"Ohrschmuck","pi-1448346236.htm",188,"2-11-1");
navigation[193] = new navElem(193,"Ringe","pi61381600.htm",188,"2-11-4");
navigation[194] = new navElem(194,"Schmucksets","pi94449836.htm",188,"2-11-6");
navigation[195] = new navElem(195,"Silber mit Onyx","pi671422229.htm",151,"2-5");
navigation[196] = new navElem(196,"Anhänger","pi-1137102530.htm",195,"2-5-3");
navigation[197] = new navElem(197,"Armschmuck","pi2053606242.htm",195,"2-5-5");
navigation[198] = new navElem(198,"Ketten & Colliers","pi1946218833.htm",195,"2-5-2");
navigation[199] = new navElem(199,"Ohrschmuck","pi-1377806192.htm",195,"2-5-1");
navigation[200] = new navElem(200,"Ringe","pi298540007.htm",195,"2-5-4");
navigation[201] = new navElem(201,"Silber mit Peridot","pi-1709576558.htm",151,"2-13");
navigation[202] = new navElem(202,"Silber mit sonstigen Materialien","pi2109573745.htm",151,"2-7");
navigation[203] = new navElem(203,"Anhänger","pi-260180043.htm",202,"2-7-3");
navigation[204] = new navElem(204,"Armreifen & Armbänder","pi162024449.htm",202,"2-7-5");
navigation[205] = new navElem(205,"Ketten & Colliers","pi-1964623100.htm",202,"2-7-2");
navigation[206] = new navElem(206,"Ohrschmuck","pi-681438225.htm",202,"2-7-1");
navigation[207] = new navElem(207,"Ringe","pi-1762580270.htm",202,"2-7-4");
navigation[208] = new navElem(208,"Schmucksets","pi-1575075282.htm",202,"2-7-6");
navigation[209] = new navElem(209,"Silber ohne Stein","pi-1392192135.htm",151,"2-1");
navigation[210] = new navElem(210,"Anhänger","pi739099084.htm",209,"2-1-1");
navigation[211] = new navElem(211,"Drachen, Einhörner, Feen...","pi-1693915736.htm",210,"2-1-1-2");
navigation[212] = new navElem(212,"keltisch/nordisch","pi-1950018653.htm",210,"2-1-1-1");
navigation[213] = new navElem(213,"Axt-Anhänger","pi-914230801.htm",212,"2-1-1-1-5");
navigation[214] = new navElem(214,"Keltische Knoten","pi1005863172.htm",212,"2-1-1-1-7");
navigation[215] = new navElem(215,"Keltische Kreuze","pi-1087031117.htm",212,"2-1-1-1-3");
navigation[216] = new navElem(216,"Runen","pi-1642841575.htm",212,"2-1-1-1-6");
navigation[217] = new navElem(217,"Sonstige","pi693700021.htm",212,"2-1-1-1-8");
navigation[218] = new navElem(218,"Thorhämmer","pi-627350467.htm",212,"2-1-1-1-1");
navigation[219] = new navElem(219,"Tieranhänger","pi1527499128.htm",212,"2-1-1-1-4");
navigation[220] = new navElem(220,"Triquetta & Triskele","pi-1482724166.htm",212,"2-1-1-1-2");
navigation[221] = new navElem(221,"Medaillons & Giftanhänger","pi-1970604191.htm",210,"2-1-1-3");
navigation[222] = new navElem(222,"sonstige","pi2037917112.htm",210,"2-1-1-4");
navigation[223] = new navElem(223,"Armschmuck","pi-1059166006.htm",209,"2-1-3");
navigation[224] = new navElem(224,"Armkettchen & Armbänder","pi-1661044344.htm",223,"2-1-3-2");
navigation[225] = new navElem(225,"Armreifen & Armspangen","pi-675921149.htm",223,"2-1-3-1");
navigation[226] = new navElem(226,"Fibeln & Gewandschliessen","pi1460390793.htm",209,"2-1-12");
navigation[227] = new navElem(227,"Fußkettchen","pi-1323429364.htm",209,"2-1-6");
navigation[228] = new navElem(228,"Halsreifen & Torques","pi1558945364.htm",209,"2-1-11");
navigation[229] = new navElem(229,"Ketten für Anhänger","pi-1469934131.htm",209,"2-1-7");
navigation[230] = new navElem(230,"Ketten und Colliers","pi1180856009.htm",209,"2-1-8");
navigation[231] = new navElem(231,"Königs- und Wikingerketten","pi1261831744.htm",209,"2-1-10");
navigation[232] = new navElem(232,"Ohrschmuck","pi898214013.htm",209,"2-1-4");
navigation[233] = new navElem(233,"Creolen","pi-1301484953.htm",232,"2-1-4-3");
navigation[234] = new navElem(234,"Designer-Ohrstecker","pi-1351301810.htm",232,"2-1-4-4");
navigation[235] = new navElem(235,"Ohrhänger","pi300190142.htm",232,"2-1-4-2");
navigation[236] = new navElem(236,"Ohrstecker & Ohrklemmen","pi1278573521.htm",232,"2-1-4-1");
navigation[237] = new navElem(237,"Ringe","pi-1415163776.htm",209,"2-1-2");
navigation[238] = new navElem(238,"Gelenkringe & Spikes","pi506575841.htm",237,"2-1-2-1");
navigation[239] = new navElem(239,"keltisch/nordisch","pi1355426958.htm",237,"2-1-2-2");
navigation[240] = new navElem(240,"Moving Rings","pi1884883708.htm",237,"2-1-2-1-4");
navigation[241] = new navElem(241,"Sonstige","pi-1257150217.htm",237,"2-1-2-3");
navigation[242] = new navElem(242,"Schmuck für Kinder","pi-248796290.htm",209,"2-1-9");
navigation[243] = new navElem(243,"Tiaras und Stirnschmuck","pi1096973611.htm",209,"2-1-5");
navigation[244] = new navElem(244,"sonstige Materialien","pi-323347961.htm",151,"2-9");
navigation[245] = new navElem(245,"Zinn","pi-1947018274.htm",151,"2-8");
navigation[246] = new navElem(246,"Anhänger und Ketten","pi1724023405.htm",245,"2-8-1");
navigation[247] = new navElem(247,"Haarschmuck","pi-1516183008.htm",245,"2-8-4");
navigation[248] = new navElem(248,"Ohrschmuck","pi-937680234.htm",245,"2-8-3");
navigation[249] = new navElem(249,"Schmuckschatullen und -zubehör","pi986220223.htm",null,"7");

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

