//
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,"Awenson","pi-582019427.htm",4,"Awenson");
navigation[22] = new navElem(22,"Axess","pi2084928662.htm",4,"Axess");
navigation[23] = new navElem(23,"B","pi488185089.htm",3,"B");
navigation[24] = new navElem(24,"Baffo Banfi","pi1190768458.htm",23,"BaffoBanfi");
navigation[25] = new navElem(25,"Berlin Heritage","pi668132312.htm",23,"Berlin");
navigation[26] = new navElem(26,"Bindu","pi1068615848.htm",23,"Bindu");
navigation[27] = new navElem(27,"Blake","pi-1735765502.htm",23,"Blake");
navigation[28] = new navElem(28,"Bloom","pi191721028.htm",23,"Bloom");
navigation[29] = new navElem(29,"Blue Chip Orchestra","pi-926764828.htm",23,"BlueChip");
navigation[30] = new navElem(30,"Bockstandt","pi956702162.htm",23,"Bockstandt");
navigation[31] = new navElem(31,"Boddy","pi88834033.htm",23,"Boddy");
navigation[32] = new navElem(32,"Boncard","pi289662384.htm",23,"Boncard");
navigation[33] = new navElem(33,"Boots","pi-1769009151.htm",23,"Boots");
navigation[34] = new navElem(34,"Braheny","pi-1161382354.htm",23,"Braheny");
navigation[35] = new navElem(35,"Brainwork","pi459466853.htm",23,"Brainwork");
navigation[36] = new navElem(36,"Broekhuis","pi-1900093237.htm",23,"Broekhuis");
navigation[37] = new navElem(37,"C","pi-1464271058.htm",3,"C");
navigation[38] = new navElem(38,"Callisto","pi696640648.htm",37,"Callisto");
navigation[39] = new navElem(39,"Canovas","pi1684478221.htm",37,"Canovas");
navigation[40] = new navElem(40,"Central Europe Performance","pi1198211152.htm",37,"Central");
navigation[41] = new navElem(41,"Ciani","pi-998277108.htm",37,"Ciani");
navigation[42] = new navElem(42,"Code Indigo","pi-837791556.htm",37,"CodeIndigo");
navigation[43] = new navElem(43,"Cosmic Hoffmann","pi1788744114.htm",37,"CosmicH");
navigation[44] = new navElem(44,"Cosmic Jokers","pi875497547.htm",37,"CosmicJ");
navigation[45] = new navElem(45,"Create","pi691091971.htm",37,"Create");
navigation[46] = new navElem(46,"Cusco","pi-562804195.htm",37,"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,"E=Motion","pi-633974213.htm",55,"E=Motion");
navigation[57] = new navElem(57,"Element 4","pi1431834337.htm",55,"Element4");
navigation[58] = new navElem(58,"EL-KA","pi2123101175.htm",55,"EL-KA");
navigation[59] = new navElem(59,"Embrase","pi-785549728.htm",55,"Embrase");
navigation[60] = new navElem(60,"Emmens","pi1352023545.htm",55,"Emmens");
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,"Heimann","pi-1940890385.htm",87,"Heimann");
navigation[91] = new navElem(91,"Himekami","pi889270204.htm",87,"Himekami");
navigation[92] = new navElem(92,"Hoenig","pi-1525134323.htm",87,"Hoenig");
navigation[93] = new navElem(93,"Hoffmann-Hoock","pi1596703885.htm",87,"HoffHoock");
navigation[94] = new navElem(94,"Horky","pi1540951114.htm",87,"Horky");
navigation[95] = new navElem(95,"Horn","pi1186047235.htm",87,"Horn");
navigation[96] = new navElem(96,"Hypnosphere","pi-1369501692.htm",87,"Hypnos");
navigation[97] = new navElem(97,"I","pi-700977638.htm",3,"I");
navigation[98] = new navElem(98,"Indra","pi-870329316.htm",97,"Indra");
navigation[99] = new navElem(99,"Inner-Voice","pi428546151.htm",97,"Inner-Voic");
navigation[100] = new navElem(100,"J","pi1816147603.htm",3,"J");
navigation[101] = new navElem(101,"Jarre","pi-1217304496.htm",100,"Jarre");
navigation[102] = new navElem(102,"Jiannis","pi-1498991087.htm",100,"Jiannis");
navigation[103] = new navElem(103,"K","pi-1106138664.htm",3,"K");
navigation[104] = new navElem(104,"Kamal","pi1104869253.htm",103,"Kamal");
navigation[105] = new navElem(105,"KarmaCosmic","pi-718141502.htm",103,"KarmaCosmi");
navigation[106] = new navElem(106,"Karunesh","pi1444872290.htm",103,"Karunesh");
navigation[107] = new navElem(107,"Keller","pi1816053206.htm",103,"Keller");
navigation[108] = new navElem(108,"Kern","pi-1404363461.htm",103,"Kern");
navigation[109] = new navElem(109,"Kistenmacher","pi797457098.htm",103,"Kisten");
navigation[110] = new navElem(110,"Kitaro","pi-163196447.htm",103,"Kitaro");
navigation[111] = new navElem(111,"Klangwelt","pi-866529501.htm",103,"Klangwelt");
navigation[112] = new navElem(112,"Klare","pi-669644146.htm",103,"Klare");
navigation[113] = new navElem(113,"Kluster","pi323201307.htm",103,"Kluster");
navigation[114] = new navElem(114,"Koepper","pi747830208.htm",103,"Koepper");
navigation[115] = new navElem(115,"Koitzsch","pi961145341.htm",103,"Koitzsch");
navigation[116] = new navElem(116,"Kosmos","pi-940631963.htm",103,"Kosmos");
navigation[117] = new navElem(117,"Kranig","pi621046636.htm",103,"Kranig");
navigation[118] = new navElem(118,"Kubusschnitt","pi4444547.htm",103,"Kubus");
navigation[119] = new navElem(119,"Kucz","pi335855809.htm",103,"Kucz");
navigation[120] = new navElem(120,"Kukuk","pi-931696774.htm",103,"Kukuk");
navigation[121] = new navElem(121,"L","pi1066443017.htm",3,"L");
navigation[122] = new navElem(122,"Lambert","pi1817600165.htm",121,"Lambert");
navigation[123] = new navElem(123,"Larkin","pi-2019150733.htm",121,"Larkin");
navigation[124] = new navElem(124,"Lightwave","pi1226213944.htm",121,"Lightwave");
navigation[125] = new navElem(125,"Loom","pi1693677783.htm",121,"Loom");
navigation[126] = new navElem(126,"Loreau","pi-180140050.htm",121,"Loreau");
navigation[127] = new navElem(127,"Lunaar","pi-1893426215.htm",121,"Lunaar");
navigation[128] = new navElem(128,"M","pi-2051872007.htm",3,"M");
navigation[129] = new navElem(129,"Mangler","pi1790035641.htm",128,"Mangler");
navigation[130] = new navElem(130,"Matzumi","pi1947425120.htm",128,"Matzumi");
navigation[131] = new navElem(131,"Maxxess","pi-1413374893.htm",128,"Maxxess");
navigation[132] = new navElem(132,"McKennitt","pi1125657007.htm",128,"McKennitt");
navigation[133] = new navElem(133,"McLion","pi-1049457212.htm",128,"McLion");
navigation[134] = new navElem(134,"Meesha","pi1360580495.htm",128,"Meesha");
navigation[135] = new navElem(135,"Mergener","pi1762179474.htm",128,"Mergener");
navigation[136] = new navElem(136,"Mind Flux","pi1472318123.htm",128,"MindFlux");
navigation[137] = new navElem(137,"Mind Over Matter","pi1948106601.htm",128,"MindOver");
navigation[138] = new navElem(138,"Moon & Melody","pi1324652691.htm",128,"Moon&Melod");
navigation[139] = new navElem(139,"Moonbooter","pi-650441576.htm",128,"Moonbooter");
navigation[140] = new navElem(140,"Morpheusz","pi1258955910.htm",128,"Morpheusz");
navigation[141] = new navElem(141,"Motionmania","pi1172138616.htm",128,"Motionmani");
navigation[142] = new navElem(142,"N","pi-523303994.htm",3,"N");
navigation[143] = new navElem(143,"N:Force","pi1081744922.htm",142,"N:Force");
navigation[144] = new navElem(144,"Namlook","pi-2073588085.htm",142,"Namlook");
navigation[145] = new navElem(145,"Nattefrost","pi423155954.htm",142,"Nattefrost");
navigation[146] = new navElem(146,"Nautilus","pi484852240.htm",142,"Nautilus");
navigation[147] = new navElem(147,"Navigator","pi668204241.htm",142,"Navigator");
navigation[148] = new navElem(148,"Nebula Drone","pi-1334641802.htm",142,"Nebula");
navigation[149] = new navElem(149,"Negraszus","pi-459868636.htm",142,"Negras");
navigation[150] = new navElem(150,"Neu","pi-1532126123.htm",142,"Neu");
navigation[151] = new navElem(151,"O","pi357010895.htm",3,"O");
navigation[152] = new navElem(152,"O&#0039;Hearn","pi685958065.htm",151,"OHearn");
navigation[153] = new navElem(153,"Osho Meditation","pi1638021055.htm",151,"OshoMed");
navigation[154] = new navElem(154,"Otarion","pi-720096484.htm",151,"Otarion");
navigation[155] = new navElem(155,"Otte","pi-713546771.htm",151,"Otte");
navigation[156] = new navElem(156,"P","pi-149048147.htm",3,"P");
navigation[157] = new navElem(157,"Palantir","pi-1366229553.htm",156,"Palantir");
navigation[158] = new navElem(158,"Papen","pi-1553716726.htm",156,"Papen");
navigation[159] = new navElem(159,"Parsick","pi603642617.htm",156,"Parsick");
navigation[160] = new navElem(160,"Patchwork","pi-1388705976.htm",156,"Patchwork");
navigation[161] = new navElem(161,"Phrozenlight","pi1251485938.htm",156,"Phrozen");
navigation[162] = new navElem(162,"Picture Palace Music","pi-4327511.htm",156,"Picture");
navigation[163] = new navElem(163,"Pollard","pi-31039818.htm",156,"Pollard");
navigation[164] = new navElem(164,"Project Andrew Rotten","pi-2032115773.htm",156,"ProjectAnd");
navigation[165] = new navElem(165,"Pyramid Peak","pi1323302917.htm",156,"Pyramid");
navigation[166] = new navElem(166,"R","pi-1695841131.htm",3,"R");
navigation[167] = new navElem(167,"Radio Massacre International","pi-979075358.htm",166,"RadioMI");
navigation[168] = new navElem(168,"Rainbow Serpent","pi1449744827.htm",166,"Rainbow");
navigation[169] = new navElem(169,"RAMP","pi-375839312.htm",166,"RAMP");
navigation[170] = new navElem(170,"Reckzeh","pi-559907884.htm",166,"Reckzeh");
navigation[171] = new navElem(171,"Redshift","pi-1958761240.htm",166,"Redshift");
navigation[172] = new navElem(172,"Remote Spaces","pi578174021.htm",166,"Remote");
navigation[173] = new navElem(173,"Rich","pi-5833386.htm",166,"Rich");
navigation[174] = new navElem(174,"Ricochet Gathering","pi-1053911518.htm",166,"Ricochet");
navigation[175] = new navElem(175,"Riechman","pi932896964.htm",166,"Riechman");
navigation[176] = new navElem(176,"Riley","pi527813663.htm",166,"Riley");
navigation[177] = new navElem(177,"Roach","pi165198708.htm",166,"Roach");
navigation[178] = new navElem(178,"Roedelius","pi209922917.htm",166,"Roedelius");
navigation[179] = new navElem(179,"Rother","pi-1404346686.htm",166,"Rother");
navigation[180] = new navElem(180,"Rotten","pi-984208897.htm",166,"Rotten");
navigation[181] = new navElem(181,"S","pi-792449998.htm",3,"S");
navigation[182] = new navElem(182,"Sayer","pi1709710808.htm",181,"Sayer");
navigation[183] = new navElem(183,"Schäfer","pi1467304839.htm",181,"Schaefer");
navigation[184] = new navElem(184,"Schmoelling","pi-555563040.htm",181,"Schmoell");
navigation[185] = new navElem(185,"Schnitzler","pi-2056232351.htm",181,"Schnitzler");
navigation[186] = new navElem(186,"Schoener","pi1415057134.htm",181,"Schoener");
navigation[187] = new navElem(187,"Scholl","pi-2020080703.htm",181,"Scholl");
navigation[188] = new navElem(188,"Schønning","pi-2040237097.htm",181,"Schønning");
navigation[189] = new navElem(189,"Schönwälder","pi-792217612.htm",181,"Schönwäld");
navigation[190] = new navElem(190,"Schroeder","pi-495221044.htm",181,"Schroeder");
navigation[191] = new navElem(191,"Schulze","pi-2116945443.htm",181,"Schulze");
navigation[192] = new navElem(192,"Seifert","pi1587902938.htm",181,"Seifert");
navigation[193] = new navElem(193,"Shreeve","pi-125508959.htm",181,"Shreeve");
navigation[194] = new navElem(194,"Shrieve","pi51398483.htm",181,"Shrieve");
navigation[195] = new navElem(195,"Smith","pi1102247393.htm",181,"Smith");
navigation[196] = new navElem(196,"Something Completely Different","pi-530288370.htm",181,"Something");
navigation[197] = new navElem(197,"Space Project","pi1077514428.htm",181,"SpaceProj");
navigation[198] = new navElem(198,"Specht","pi1211839276.htm",181,"Specht");
navigation[199] = new navElem(199,"Splinter","pi894089163.htm",181,"Splinter");
navigation[200] = new navElem(200,"Spyra","pi-1615783016.htm",181,"Spyra");
navigation[201] = new navElem(201,"Startle B","pi518810041.htm",181,"StartleB");
navigation[202] = new navElem(202,"Stearns","pi1741343622.htm",181,"Stearns");
navigation[203] = new navElem(203,"Stockman","pi889203343.htm",181,"Stockman");
navigation[204] = new navElem(204,"Sunyata","pi-1878788828.htm",181,"Sunyata");
navigation[205] = new navElem(205,"Software","pi-1959808736.htm",181,"Sx");
navigation[206] = new navElem(206,"SYN","pi-2061018867.htm",181,"SYN");
navigation[207] = new navElem(207,"Synco","pi1257214247.htm",181,"Synco");
navigation[208] = new navElem(208,"Syndromeda","pi1240508591.htm",181,"Syndromeda");
navigation[209] = new navElem(209,"Synth.nl","pi-182719049.htm",181,"Synth");
navigation[210] = new navElem(210,"T","pi-2068795189.htm",3,"T");
navigation[211] = new navElem(211,"Tangerine Dream","pi916450580.htm",210,"TD");
navigation[212] = new navElem(212,"The Omega Syndicate","pi-782137667.htm",210,"The Omega");
navigation[213] = new navElem(213,"The Speed Of Dark","pi728923450.htm",210,"The Speed");
navigation[214] = new navElem(214,"TM Solver","pi740433715.htm",210,"TM Solver");
navigation[215] = new navElem(215,"T M A","pi2009550328.htm",210,"TMA");
navigation[216] = new navElem(216,"Tranquillity","pi1796761954.htm",210,"Tranquilli");
navigation[217] = new navElem(217,"Traumklang","pi566231950.htm",210,"Traumkla");
navigation[218] = new navElem(218,"Trialog","pi259142647.htm",210,"Trialog");
navigation[219] = new navElem(219,"Tri Atma","pi1367994354.htm",210,"TriAtma");
navigation[220] = new navElem(220,"Triple S","pi-1005222759.htm",210,"Triple S");
navigation[221] = new navElem(221,"Tyndall","pi89299339.htm",210,"Tyndall");
navigation[222] = new navElem(222,"U","pi-1918536272.htm",3,"U");
navigation[223] = new navElem(223,"Under The Dome","pi725825004.htm",222,"Underthe");
navigation[224] = new navElem(224,"V","pi-890024834.htm",3,"V");
navigation[225] = new navElem(225,"Van der Heijden","pi558498343.htm",224,"Heijden");
navigation[226] = new navElem(226,"Van Bogaert","pi-118698645.htm",224,"VanBogaert");
navigation[227] = new navElem(227,"Vanderson","pi99499472.htm",224,"Vanderson");
navigation[228] = new navElem(228,"Vangelis","pi288874352.htm",224,"Vangelis");
navigation[229] = new navElem(229,"Vasudeva","pi1750813043.htm",224,"Vasudeva");
navigation[230] = new navElem(230,"Vitoulis","pi-2130996450.htm",224,"Vitoulis");
navigation[231] = new navElem(231,"Void","pi1479950162.htm",224,"Void");
navigation[232] = new navElem(232,"Vollenweider","pi-599620995.htm",224,"Vollenwe");
navigation[233] = new navElem(233,"Volt","pi1676005447.htm",224,"Volt");
navigation[234] = new navElem(234,"Von Haulshoven","pi-735668098.htm",224,"vonHauls");
navigation[235] = new navElem(235,"W","pi-1982738447.htm",3,"W");
navigation[236] = new navElem(236,"Wadephul","pi1209221539.htm",235,"Wadephul");
navigation[237] = new navElem(237,"Wahnfried","pi-146446724.htm",235,"Wahnfried");
navigation[238] = new navElem(238,"Waveshape","pi1588685532.htm",235,"Waveshape");
navigation[239] = new navElem(239,"Wellenfeld","pi1982951597.htm",235,"Wellenfeld");
navigation[240] = new navElem(240,"Winther","pi1500771221.htm",235,"Winther");
navigation[241] = new navElem(241,"WintherStormer","pi-1569083598.htm",235,"WintherSto");
navigation[242] = new navElem(242,"Wittek","pi-1137951638.htm",235,"Wittek");
navigation[243] = new navElem(243,"Wøllo","pi71723981.htm",235,"Wollo");
navigation[244] = new navElem(244,"Wright","pi387834024.htm",235,"Wright");
navigation[245] = new navElem(245,"X-Z","pi1423245507.htm",3,"X-Z");
navigation[246] = new navElem(246,"Xolotl","pi-1896719661.htm",245,"Xolotl");
navigation[247] = new navElem(247,"Yarek","pi-815755629.htm",245,"Yarek");
navigation[248] = new navElem(248,"You","pi-371174328.htm",245,"You");
navigation[249] = new navElem(249,"Zawadzinski","pi970007000.htm",245,"Zawadzinsk");
navigation[250] = new navElem(250,"DVDs & Videos","pi1941815929.htm",null,"5");
navigation[251] = new navElem(251,"Sampler","pi-2062593419.htm",null,"6");
navigation[252] = new navElem(252,"Vinyl","pi26884338.htm",null,"7");
navigation[253] = new navElem(253,"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"));


