//
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/kknopblu.gif" width="14" height="14" border="0" align="absmiddle" hspace="0" vspace="0" class="catnav">' + "&nbsp;Zum Bestellschein</strong></a>";
	return(prdString);
	};
//
var TNavDropDownIndent = ".."
//
function NavLinkedDropDownList(){
	return(TNavDropDownList(true));
	};
//
function NavDropDownList(){
	return(TNavDropDownList(false));
	};
//
function storeSearchParameters(optionValueArray){
var xmlSearchEngine = xmlConfig.getFirstItem("SearchEngine");
	if(optionValueArray[0]!="null"&&optionValueArray[0]!="nada"){
		xmlSearchEngine.categoryIndex = optionValueArray[0];
		xmlSearchEngine.categoryId = optionValueArray[2];
		xmlSearchEngine.ByCategory = "1";
		}
	else{
		xmlSearchEngine.categoryIndex = "null";
		xmlSearchEngine.categoryId = "null";
		xmlSearchEngine.ByCategory = "0";
		};
	};
//
function TNavDropDownList(asLink){
var rString = "";
var myNavIndex = "";
	if(asLink) myNavIndex = xmlConfig.navIndex;
	else myNavIndex = xmlConfig.getFirstItem("SearchEngine").categoryIndex;
	if(!(myNavIndex=="null"||myNavIndex=="")){ navigation[parseInt(myNavIndex)].active = true; };
	if(asLink) rString += "<select name=\"navselect\" onChange=\"changeLoc(this[this.selectedIndex].value.split(';;')[0],this[this.selectedIndex].value.split(';;')[1])\">"
	else rString += "<select name=\"navselect\" onChange=\"storeSearchParameters(this[this.selectedIndex].value.split(';;'))\">";
	rString += "<option value=\"nada;;start.htm;;null\">Gesamtkatalog</option>";
	for(var i=0; i<navigation.length; i++){
		if(navigation[i].parentId==null){
			rString += TNavDropDownItem(navigation[i], "");
			};
		};
	rString += "</select>";
	return(rString);
	};
//
function TNavDropDownItem(navItem, cptPreFix){
var rString = "";
	rString += "<option value=\"" + navItem.id + ";;" + navItem.linkUrl + ";;" + navItem.categoryId + "\"";
	if(navItem.active) rString += " selected";
	rString += ">" + cptPreFix + navItem.caption + "</option>";
	for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==navItem.id) rString += TNavDropDownItem(navigation[i], cptPreFix + TNavDropDownIndent);
	return(rString);	
	};
//
	function openItem(itemId){
	var objActiveItem = null;
		if(itemId!=null){
			objActiveItem = navigation[itemId];
			if(objActiveItem!=null){
				objActiveItem.open = true;
				openItem(objActiveItem.parentId);
				};
			};
		};
		
	function activateItem(itemId){
	var objActiveItem = null;
		if(itemId!=null){
			objActiveItem = navigation[itemId];
			if(objActiveItem!=null){
				objActiveItem.active = true;
				openItem(objActiveItem.parentId);
				};
			};
		};
		
	function itemHasSubelems(itemId){
		for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==itemId) return(true);
		return(false);
		};
	
	function TNavLinkList(){
	var strHTML = "";
		for(var i=0; i<navigation.length; i++) if(navigation[i].parentId==null) strHTML += printItem(navigation[i], 0);
		return(strHTML);
		};	
		
	function printItem(navItem, depth){
	var strHTML = "";
	var elemWidth = 1;
		strHTML += '<table width="100%" class="CATLINKS1STPARENT" border="0" cellpadding="3" cellspacing="0" >';
		strHTML += "<tr>"
		for(var i=0; i<depth; i++){
			strHTML += "<td";
			if(navItem.active) strHTML += " class=\"ACTIVECATEGORY\""
			else strHTML += " class=\"CATLINKS1STBULLET\"";
			strHTML += ' width="1%"><img src="assets/images/spacer.gif" width="19" height="1" height="1" alt="" border="0"></td>';
			};
		if(navItem.active) strHTML += '<td width="1%" class="ACTIVECATEGORY"><img src="assets/images/bulletcatact.gif" width="13" height="13" alt="aktive Warengruppe" 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/kknopred.gif" width="19" height="15" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		else strHTML += '<td width=\"1%\"><img src="assets/images/kknopblu.gif" width="14" height="14" border="0" align="bottom" hspace="0" vspace="0" class="catnav"></td>'
		strHTML += "<td";
		if(navItem.active) strHTML += " class=\"ACTIVECATEGORY\""
		else strHTML += " class=\"CATLINKS1STBULLET\"";
		strHTML += "width=\"" + ( 100 - ( depth + 1 ) ) + "%\">"
			+ "<a href=\"" + navItem.linkUrl + "?categoryId=" + escape(navItem.id) + "\" class=\"WAGRUNAV\">"
			+ navItem.caption
			+ "</a>"
			+ "</td>";
		strHTML += "</tr>"
		strHTML += "</table>"
		depth++;
		if(navItem.active||navItem.open){
			for(var i=0; i<navigation.length;i++) if(navigation[i].parentId==navItem.id) strHTML += printItem(navigation[i], depth);
			};
		return(strHTML);
		};


//

// navElem
	function navElem(id,caption,linkUrl,parentId,categoryId){
		this.id = id;
		this.caption = caption;
		this.linkUrl = linkUrl;
		this.parentId = parentId;
		this.active = false;
		this.open = false;
		this.categoryId = categoryId;
		};
// navigation
var navigation = new Array();
//
navigation[0] = new navElem(0,"Neuheiten","pi-398900477.htm",null,"1");
navigation[1] = new navElem(1,"Angebote","pi1280516627.htm",null,"2");
navigation[2] = new navElem(2,"Spheric CDs","pi1067612356.htm",null,"3");
navigation[3] = new navElem(3,"Interpreten A-Z","pi-1035685632.htm",null,"4");
navigation[4] = new navElem(4,"A","pi712482416.htm",3,"A");
navigation[5] = new navElem(5,"Adrian","pi-592823437.htm",4,"Adrian");
navigation[6] = new navElem(6,"Aeoliah","pi-829999735.htm",4,"Aeoliah");
navigation[7] = new navElem(7,"Aerts","pi1489549497.htm",4,"Aerts");
navigation[8] = new navElem(8,"Agitation Free","pi1068821839.htm",4,"Agitation");
navigation[9] = new navElem(9,"AirSculpture","pi209934180.htm",4,"AirSculp");
navigation[10] = new navElem(10,"Akikaze","pi1068784732.htm",4,"Akikaze");
navigation[11] = new navElem(11,"Alien Nature","pi769979334.htm",4,"Alien");
navigation[12] = new navElem(12,"Anderson","pi-2001804243.htm",4,"Anderson");
navigation[13] = new navElem(13,"Andrews","pi-1441991060.htm",4,"Andrews");
navigation[14] = new navElem(14,"Anugama","pi301894122.htm",4,"Anugama");
navigation[15] = new navElem(15,"Apeiron","pi1266157466.htm",4,"Apeiron");
navigation[16] = new navElem(16,"Arc","pi-1345169062.htm",4,"Arc");
navigation[17] = new navElem(17,"Arcane","pi1472380367.htm",4,"Arcane");
navigation[18] = new navElem(18,"Arcanum","pi1109817891.htm",4,"Arcanum");
navigation[19] = new navElem(19,"Ashra","pi1067306636.htm",4,"Ashra");
navigation[20] = new navElem(20,"Atilla","pi1279191592.htm",4,"Atilla");
navigation[21] = new navElem(21,"Axess","pi2084928662.htm",4,"Axess");
navigation[22] = new navElem(22,"B","pi488185089.htm",3,"B");
navigation[23] = new navElem(23,"Baffo Banfi","pi1190768458.htm",22,"BaffoBanfi");
navigation[24] = new navElem(24,"Bindu","pi1068615848.htm",22,"Bindu");
navigation[25] = new navElem(25,"Blake","pi-1735765502.htm",22,"Blake");
navigation[26] = new navElem(26,"Bloom","pi191721028.htm",22,"Bloom");
navigation[27] = new navElem(27,"Blue Chip Orchestra","pi-926764828.htm",22,"BlueChip");
navigation[28] = new navElem(28,"Bockstandt","pi956702162.htm",22,"Bockstandt");
navigation[29] = new navElem(29,"Boddy","pi88834033.htm",22,"Boddy");
navigation[30] = new navElem(30,"Boncard","pi289662384.htm",22,"Boncard");
navigation[31] = new navElem(31,"Boots","pi-1769009151.htm",22,"Boots");
navigation[32] = new navElem(32,"Braheny","pi-1161382354.htm",22,"Braheny");
navigation[33] = new navElem(33,"Brainwork","pi459466853.htm",22,"Brainwork");
navigation[34] = new navElem(34,"Broekhuis","pi-1900093237.htm",22,"Broekhuis");
navigation[35] = new navElem(35,"Burmer","pi1599990251.htm",22,"Burmer");
navigation[36] = new navElem(36,"C","pi-1464271058.htm",3,"C");
navigation[37] = new navElem(37,"Callisto","pi696640648.htm",36,"Callisto");
navigation[38] = new navElem(38,"Canovas","pi1684478221.htm",36,"Canovas");
navigation[39] = new navElem(39,"Central Europe Performance","pi1198211152.htm",36,"Central");
navigation[40] = new navElem(40,"Ciani","pi-998277108.htm",36,"Ciani");
navigation[41] = new navElem(41,"Code Indigo","pi-837791556.htm",36,"CodeIndigo");
navigation[42] = new navElem(42,"Cosmic Couriers","pi-341898361.htm",36,"CosmicC");
navigation[43] = new navElem(43,"Cosmic Hoffmann","pi1788744114.htm",36,"CosmicH");
navigation[44] = new navElem(44,"Cosmic Jokers","pi875497547.htm",36,"CosmicJ");
navigation[45] = new navElem(45,"Create","pi691091971.htm",36,"Create");
navigation[46] = new navElem(46,"Cusco","pi-562804195.htm",36,"Cusco");
navigation[47] = new navElem(47,"D","pi-2012516187.htm",3,"D");
navigation[48] = new navElem(48,"Deuter","pi1559499155.htm",47,"Deuter");
navigation[49] = new navElem(49,"Dharana","pi1685137624.htm",47,"Dharana");
navigation[50] = new navElem(50,"Dithmar","pi1544840325.htm",47,"Dithmar");
navigation[51] = new navElem(51,"Dorian","pi2130389055.htm",47,"Dorian");
navigation[52] = new navElem(52,"Double Fantasy","pi219065620.htm",47,"Double Fan");
navigation[53] = new navElem(53,"Driftin` Thoughts","pi318698930.htm",47,"Driftin");
navigation[54] = new navElem(54,"Dyson","pi-39205654.htm",47,"Dyson");
navigation[55] = new navElem(55,"E","pi1128804119.htm",3,"E");
navigation[56] = new navElem(56,"Element 4","pi1431834337.htm",55,"Element4");
navigation[57] = new navElem(57,"EL-KA","pi2123101175.htm",55,"EL-KA");
navigation[58] = new navElem(58,"Embrase","pi-785549728.htm",55,"Embrase");
navigation[59] = new navElem(59,"Emmens","pi1352023545.htm",55,"Emmens");
navigation[60] = new navElem(60,"E=Motion","pi-633974213.htm",55,"EMotion");
navigation[61] = new navElem(61,"Eroc","pi-2024367418.htm",55,"Eroc");
navigation[62] = new navElem(62,"Exposed","pi823706510.htm",55,"Exposed");
navigation[63] = new navElem(63,"F","pi1086255372.htm",3,"F");
navigation[64] = new navElem(64,"Faber","pi1245754425.htm",63,"Faber");
navigation[65] = new navElem(65,"Fanger","pi-322496305.htm",63,"Fanger");
navigation[66] = new navElem(66,"Far East Family Band","pi1720306796.htm",63,"FarEast");
navigation[67] = new navElem(67,"Farn","pi-1873970699.htm",63,"Farn");
navigation[68] = new navElem(68,"F.D. Project","pi-756943107.htm",63,"FDPro");
navigation[69] = new navElem(69,"Food For Fantasy","pi177277299.htm",63,"Food4Fan");
navigation[70] = new navElem(70,"Foreign Spaces","pi1902506865.htm",63,"Foreign");
navigation[71] = new navElem(71,"Fox","pi-2017723592.htm",63,"Fox");
navigation[72] = new navElem(72,"Franke","pi-402041244.htm",63,"Franke");
navigation[73] = new navElem(73,"Fratoroler","pi1836092946.htm",63,"Fratoroler");
navigation[74] = new navElem(74,"Free System Projekt","pi-287092514.htm",63,"FreeSys");
navigation[75] = new navElem(75,"Friedenberger","pi1067381690.htm",63,"Friedenb");
navigation[76] = new navElem(76,"Froese E.","pi-767424619.htm",63,"FroeseE");
navigation[77] = new navElem(77,"Froese J.","pi-1545619334.htm",63,"FroeseJ");
navigation[78] = new navElem(78,"G","pi-182376675.htm",3,"G");
navigation[79] = new navElem(79,"Gandalf","pi78328626.htm",78,"Gandalf");
navigation[80] = new navElem(80,"Ganz","pi1975482585.htm",78,"Ganz");
navigation[81] = new navElem(81,"Garrison","pi-1677570385.htm",78,"Garrison");
navigation[82] = new navElem(82,"G.E.N.E.","pi1920676902.htm",78,"Gene");
navigation[83] = new navElem(83,"Gleisberg","pi-191435829.htm",78,"Gleisberg");
navigation[84] = new navElem(84,"Göttsching","pi-1709397241.htm",78,"Goettsch");
navigation[85] = new navElem(85,"Gregorianische Gesänge","pi-1217242564.htm",78,"Gregorian");
navigation[86] = new navElem(86,"Grosskopf","pi1152287473.htm",78,"Grosskopf");
navigation[87] = new navElem(87,"H","pi-701852635.htm",3,"H");
navigation[88] = new navElem(88,"Hansson","pi-1883226197.htm",87,"Hansson");
navigation[89] = new navElem(89,"Harmonia","pi-1934155118.htm",87,"Harmonia");
navigation[90] = new navElem(90,"Heijden","pi-157575581.htm",87,"Heijden");
navigation[91] = new navElem(91,"Heimann","pi-1940890385.htm",87,"Heimann");
navigation[92] = new navElem(92,"Himekami","pi889270204.htm",87,"Himekami");
navigation[93] = new navElem(93,"Hoenig","pi-1525134323.htm",87,"Hoenig");
navigation[94] = new navElem(94,"Hoffmann-Hoock","pi1596703885.htm",87,"HoffHoock");
navigation[95] = new navElem(95,"Horky","pi1540951114.htm",87,"Horky");
navigation[96] = new navElem(96,"Horn","pi1186047235.htm",87,"Horn");
navigation[97] = new navElem(97,"Hypnosphere","pi-1369501692.htm",87,"Hypnos");
navigation[98] = new navElem(98,"I","pi-700977638.htm",3,"I");
navigation[99] = new navElem(99,"Indra","pi-870329316.htm",98,"Indra");
navigation[100] = new navElem(100,"Inner-Voice","pi428546151.htm",98,"Inner-Voic");
navigation[101] = new navElem(101,"J","pi1816147603.htm",3,"J");
navigation[102] = new navElem(102,"Jarre","pi-1217304496.htm",101,"Jarre");
navigation[103] = new navElem(103,"Jiannis","pi-1498991087.htm",101,"Jiannis");
navigation[104] = new navElem(104,"K","pi-1106138664.htm",3,"K");
navigation[105] = new navElem(105,"Kamal","pi1104869253.htm",104,"Kamal");
navigation[106] = new navElem(106,"KarmaCosmic","pi-718141502.htm",104,"KarmaCosmi");
navigation[107] = new navElem(107,"Karunesh","pi1444872290.htm",104,"Karunesh");
navigation[108] = new navElem(108,"Keller","pi1816053206.htm",104,"Keller");
navigation[109] = new navElem(109,"Kern","pi-1404363461.htm",104,"Kern");
navigation[110] = new navElem(110,"Kistenmacher","pi797457098.htm",104,"Kisten");
navigation[111] = new navElem(111,"Kitaro","pi-163196447.htm",104,"Kitaro");
navigation[112] = new navElem(112,"Klangwelt","pi-866529501.htm",104,"Klangwelt");
navigation[113] = new navElem(113,"Klare","pi-669644146.htm",104,"Klare");
navigation[114] = new navElem(114,"Kluster","pi323201307.htm",104,"Kluster");
navigation[115] = new navElem(115,"Koepper","pi747830208.htm",104,"Koepper");
navigation[116] = new navElem(116,"Koitzsch","pi961145341.htm",104,"Koitzsch");
navigation[117] = new navElem(117,"Kosmos","pi-940631963.htm",104,"Kosmos");
navigation[118] = new navElem(118,"Kranig","pi621046636.htm",104,"Kranig");
navigation[119] = new navElem(119,"Kubusschnitt","pi4444547.htm",104,"Kubus");
navigation[120] = new navElem(120,"Kucz","pi335855809.htm",104,"Kucz");
navigation[121] = new navElem(121,"Kukuk","pi-931696774.htm",104,"Kukuk");
navigation[122] = new navElem(122,"L","pi1066443017.htm",3,"L");
navigation[123] = new navElem(123,"Lambert","pi1817600165.htm",122,"Lambert");
navigation[124] = new navElem(124,"Larkin","pi-2019150733.htm",122,"Larkin");
navigation[125] = new navElem(125,"Lightwave","pi1226213944.htm",122,"Lightwave");
navigation[126] = new navElem(126,"Lunaar","pi-1893426215.htm",122,"Lunaar");
navigation[127] = new navElem(127,"M","pi-2051872007.htm",3,"M");
navigation[128] = new navElem(128,"Mangler","pi1790035641.htm",127,"Mangler");
navigation[129] = new navElem(129,"Maxxess","pi-1413374893.htm",127,"Maxxess");
navigation[130] = new navElem(130,"McKennitt","pi1125657007.htm",127,"McKennitt");
navigation[131] = new navElem(131,"McLion","pi-1049457212.htm",127,"McLion");
navigation[132] = new navElem(132,"Mergener","pi1762179474.htm",127,"Mergener");
navigation[133] = new navElem(133,"Mind Flux","pi1472318123.htm",127,"MindFlux");
navigation[134] = new navElem(134,"Mind Over Matter","pi1948106601.htm",127,"MindOver");
navigation[135] = new navElem(135,"Moonbooter","pi-650441576.htm",127,"Moonbooter");
navigation[136] = new navElem(136,"Motionmania","pi1172138616.htm",127,"Motionmani");
navigation[137] = new navElem(137,"N","pi-523303994.htm",3,"N");
navigation[138] = new navElem(138,"Namlook","pi-2073588085.htm",137,"Namlook");
navigation[139] = new navElem(139,"Nattefrost","pi423155954.htm",137,"Nattefrost");
navigation[140] = new navElem(140,"Nautilus","pi484852240.htm",137,"Nautilus");
navigation[141] = new navElem(141,"Navigator","pi668204241.htm",137,"Navigator");
navigation[142] = new navElem(142,"Nebula Drone","pi-1334641802.htm",137,"Nebula");
navigation[143] = new navElem(143,"Negraszus","pi-459868636.htm",137,"Negras");
navigation[144] = new navElem(144,"N:Force","pi1081744922.htm",137,"NForce");
navigation[145] = new navElem(145,"O","pi357010895.htm",3,"O");
navigation[146] = new navElem(146,"O&#0039;Hearn","pi685958065.htm",145,"OHearn");
navigation[147] = new navElem(147,"Osho Meditation","pi1638021055.htm",145,"OshoMed");
navigation[148] = new navElem(148,"Otarion","pi-720096484.htm",145,"Otarion");
navigation[149] = new navElem(149,"Otte","pi-713546771.htm",145,"Otte");
navigation[150] = new navElem(150,"P","pi-149048147.htm",3,"P");
navigation[151] = new navElem(151,"Palantir","pi-1366229553.htm",150,"Palantir");
navigation[152] = new navElem(152,"Papen","pi-1553716726.htm",150,"Papen");
navigation[153] = new navElem(153,"Parsick","pi603642617.htm",150,"Parsick");
navigation[154] = new navElem(154,"Patchwork","pi-1388705976.htm",150,"Patchwork");
navigation[155] = new navElem(155,"Phrozenlight","pi1251485938.htm",150,"Phrozen");
navigation[156] = new navElem(156,"Picture Palace Music","pi-4327511.htm",150,"Picture");
navigation[157] = new navElem(157,"Pollard","pi-31039818.htm",150,"Pollard");
navigation[158] = new navElem(158,"Project Andrew Rotten","pi-2032115773.htm",150,"ProjectAnd");
navigation[159] = new navElem(159,"Pyramid Peak","pi1323302917.htm",150,"Pyramid");
navigation[160] = new navElem(160,"R","pi-1695841131.htm",3,"R");
navigation[161] = new navElem(161,"Radio Massacre International","pi-979075358.htm",160,"RadioMI");
navigation[162] = new navElem(162,"Rainbow Serpent","pi1449744827.htm",160,"Rainbow");
navigation[163] = new navElem(163,"RAMP","pi-375839312.htm",160,"RAMP");
navigation[164] = new navElem(164,"Reckzeh","pi-559907884.htm",160,"Reckzeh");
navigation[165] = new navElem(165,"Redshift","pi-1958761240.htm",160,"Redshift");
navigation[166] = new navElem(166,"Remote Spaces","pi578174021.htm",160,"Remote");
navigation[167] = new navElem(167,"Rich","pi-5833386.htm",160,"Rich");
navigation[168] = new navElem(168,"Ricochet Gathering","pi-1053911518.htm",160,"Ricochet");
navigation[169] = new navElem(169,"Riechman","pi932896964.htm",160,"Riechman");
navigation[170] = new navElem(170,"Riley","pi527813663.htm",160,"Riley");
navigation[171] = new navElem(171,"Roach","pi165198708.htm",160,"Roach");
navigation[172] = new navElem(172,"Roedelius","pi209922917.htm",160,"Roedelius");
navigation[173] = new navElem(173,"Rother","pi-1404346686.htm",160,"Rother");
navigation[174] = new navElem(174,"Rotten","pi-984208897.htm",160,"Rotten");
navigation[175] = new navElem(175,"S","pi-792449998.htm",3,"S");
navigation[176] = new navElem(176,"Sayer","pi1709710808.htm",175,"Sayer");
navigation[177] = new navElem(177,"Schäfer","pi1467304839.htm",175,"Schaefer");
navigation[178] = new navElem(178,"Schmoelling","pi-555563040.htm",175,"Schmoell");
navigation[179] = new navElem(179,"Schnitzler","pi-2056232351.htm",175,"Schnitzler");
navigation[180] = new navElem(180,"Scholl","pi-2020080703.htm",175,"Scholl");
navigation[181] = new navElem(181,"Schønning","pi-2040237097.htm",175,"Schønning");
navigation[182] = new navElem(182,"Schönwälder","pi-792217612.htm",175,"Schönwäld");
navigation[183] = new navElem(183,"Schroeder","pi-495221044.htm",175,"Schroeder");
navigation[184] = new navElem(184,"Schulze","pi-2116945443.htm",175,"Schulze");
navigation[185] = new navElem(185,"Seifert","pi1587902938.htm",175,"Seifert");
navigation[186] = new navElem(186,"Shreeve","pi-125508959.htm",175,"Shreeve");
navigation[187] = new navElem(187,"Shrieve","pi51398483.htm",175,"Shrieve");
navigation[188] = new navElem(188,"Something Completely Different","pi-530288370.htm",175,"Something");
navigation[189] = new navElem(189,"Space Project","pi1077514428.htm",175,"SpaceProj");
navigation[190] = new navElem(190,"Specht","pi1211839276.htm",175,"Specht");
navigation[191] = new navElem(191,"Splinter","pi894089163.htm",175,"Splinter");
navigation[192] = new navElem(192,"Spyra","pi-1615783016.htm",175,"Spyra");
navigation[193] = new navElem(193,"Startle B","pi518810041.htm",175,"StartleB");
navigation[194] = new navElem(194,"Stearns","pi1741343622.htm",175,"Stearns");
navigation[195] = new navElem(195,"Stockman","pi889203343.htm",175,"Stockman");
navigation[196] = new navElem(196,"Sunyata","pi-1878788828.htm",175,"Sunyata");
navigation[197] = new navElem(197,"Software","pi-1959808736.htm",175,"Sx");
navigation[198] = new navElem(198,"SYN","pi-2061018867.htm",175,"SYN");
navigation[199] = new navElem(199,"Synco","pi1257214247.htm",175,"Synco");
navigation[200] = new navElem(200,"Syndromeda","pi1240508591.htm",175,"Syndromeda");
navigation[201] = new navElem(201,"Synth.nl","pi-182719049.htm",175,"Synth");
navigation[202] = new navElem(202,"T","pi-2068795189.htm",3,"T");
navigation[203] = new navElem(203,"Tangerine Dream","pi916450580.htm",202,"TD");
navigation[204] = new navElem(204,"The Omega Syndicate","pi-782137667.htm",202,"The Omega");
navigation[205] = new navElem(205,"The Speed Of Dark","pi728923450.htm",202,"TheSpeed");
navigation[206] = new navElem(206,"TM Solver","pi740433715.htm",202,"TM Solver");
navigation[207] = new navElem(207,"T M A","pi2009550328.htm",202,"TMA");
navigation[208] = new navElem(208,"Tranquillity","pi1796761954.htm",202,"Tranquilli");
navigation[209] = new navElem(209,"Traumklang","pi566231950.htm",202,"Traumkla");
navigation[210] = new navElem(210,"Trialog","pi259142647.htm",202,"Trialog");
navigation[211] = new navElem(211,"Tri Atma","pi1367994354.htm",202,"TriAtma");
navigation[212] = new navElem(212,"Tyndall","pi89299339.htm",202,"Tyndall");
navigation[213] = new navElem(213,"U","pi-1918536272.htm",3,"U");
navigation[214] = new navElem(214,"Under The Dome","pi725825004.htm",213,"Underthe");
navigation[215] = new navElem(215,"V","pi-890024834.htm",3,"V");
navigation[216] = new navElem(216,"Van Bogaert","pi-118698645.htm",215,"VanBogaert");
navigation[217] = new navElem(217,"Vanderson","pi99499472.htm",215,"Vanderson");
navigation[218] = new navElem(218,"Vangelis","pi288874352.htm",215,"Vangelis");
navigation[219] = new navElem(219,"Vasudeva","pi1750813043.htm",215,"Vasudeva");
navigation[220] = new navElem(220,"Vitoulis","pi-2130996450.htm",215,"Vitoulis");
navigation[221] = new navElem(221,"Vollenweider","pi-599620995.htm",215,"Vollenwe");
navigation[222] = new navElem(222,"Volt","pi1676005447.htm",215,"Volt");
navigation[223] = new navElem(223,"von Haulshoven","pi-735668098.htm",215,"vonHauls");
navigation[224] = new navElem(224,"W","pi-1982738447.htm",3,"W");
navigation[225] = new navElem(225,"Wadephul","pi1209221539.htm",224,"Wadephul");
navigation[226] = new navElem(226,"Wahnfried","pi-146446724.htm",224,"Wahnfried");
navigation[227] = new navElem(227,"Waveshape","pi1588685532.htm",224,"Waveshape");
navigation[228] = new navElem(228,"Wellenfeld","pi1982951597.htm",224,"Wellenfeld");
navigation[229] = new navElem(229,"Winther","pi1500771221.htm",224,"Winther");
navigation[230] = new navElem(230,"WintherStormer","pi-1569083598.htm",224,"WintherSto");
navigation[231] = new navElem(231,"Wittek","pi-1137951638.htm",224,"Wittek");
navigation[232] = new navElem(232,"Wøllo","pi71723981.htm",224,"Wollo");
navigation[233] = new navElem(233,"Wright","pi387834024.htm",224,"Wright");
navigation[234] = new navElem(234,"X-Z","pi1423245507.htm",3,"X-Z");
navigation[235] = new navElem(235,"Xolotl","pi-1896719661.htm",234,"Xolotl");
navigation[236] = new navElem(236,"Yarek","pi-815755629.htm",234,"Yarek");
navigation[237] = new navElem(237,"Zawadzinski","pi970007000.htm",234,"Zawadzinsk");
navigation[238] = new navElem(238,"DVDs & Videos","pi1941815929.htm",null,"5");
navigation[239] = new navElem(239,"Sampler","pi-2062593419.htm",null,"6");
navigation[240] = new navElem(240,"Vinyl","pi26884338.htm",null,"7");
navigation[241] = new navElem(241,"Fanartikel","pi1129539293.htm",null,"8");

// 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"));

