//
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/bullet.gif" width="11" height="14" border="0" align="absmiddle" hspace="0" vspace="0" class="catnav">' + "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="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/bulletcatact.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,"** LAGERABVERKAUF **","pi1230624378.htm",null,"674893");
navigation[1] = new navElem(1,"Barcodescanner","pi-1763732203.htm",0,"XScanner");
navigation[2] = new navElem(2,"Etikettendrucker","pi-1338261456.htm",0,"cfadsf");
navigation[3] = new navElem(3,"Handheld Geräte","pi98765197.htm",0,"236782");
navigation[4] = new navElem(4,"Diverses","pi-1026727458.htm",0,"6789vv");
navigation[5] = new navElem(5,"Drucker - stationär","pi296676596.htm",null,"106");
navigation[6] = new navElem(6,"Zubehör","pi1138588264.htm",5,"8784");
navigation[7] = new navElem(7,"Avery Dennison","pi1087314779.htm",5,"4000");
navigation[8] = new navElem(8,"Zubehör TTK","pi-960786176.htm",7,"ZubAveryDe");
navigation[9] = new navElem(9,"zubehör AP 5.4","pi119261331.htm",7,"AV5.4zub");
navigation[10] = new navElem(10,"Zubehör TTX 67x","pi-1925480215.htm",7,"rt7zu8i9");
navigation[11] = new navElem(11,"EOL","pi-892339644.htm",7,"2352");
navigation[12] = new navElem(12,"cab","pi-1729486297.htm",5,"4010");
navigation[13] = new navElem(13,"Zubehör CAB Drucker","pi1117194972.htm",12,"Zubehörcab");
navigation[14] = new navElem(14,"Printheads für CAB Drucker","pi452680442.htm",13,"cabPrinthe");
navigation[15] = new navElem(15,"Druckköpfe für ältere Modelle","pi1569018632.htm",14,"6965561");
navigation[16] = new navElem(16,"Ersatzteile und Zubehör CAB Drucker","pi-340028142.htm",13,"Ersatzcab");
navigation[17] = new navElem(17,"Ersatzteile für ältere Modelle","pi1235949137.htm",16,"472395");
navigation[18] = new navElem(18,"EOL","pi1145517468.htm",13,"53954383");
navigation[19] = new navElem(19,"Carl Valentin","pi1093595231.htm",5,"4020");
navigation[20] = new navElem(20,"Zubehör Pica","pi1936790521.htm",19,"578");
navigation[21] = new navElem(21,"Zubehör Spectra","pi-221590858.htm",19,"67890");
navigation[22] = new navElem(22,"Zubehör Compa","pi1112779449.htm",19,"29248");
navigation[23] = new navElem(23,"Datamax","pi1060861870.htm",5,"4030");
navigation[24] = new navElem(24,"Datamax E-Class","pi-1861073953.htm",23,"864864");
navigation[25] = new navElem(25,"Datamax M-Class","pi-974108620.htm",23,"4645455");
navigation[26] = new navElem(26,"Datamax I-Class","pi-1256494811.htm",23,"2768");
navigation[27] = new navElem(27,"Datamax H Class","pi-143136186.htm",23,"39348");
navigation[28] = new navElem(28,"Zubehör Datamax Drucker","pi-1871028841.htm",23,"dmxzubehör");
navigation[29] = new navElem(29,"E-Class","pi1068137023.htm",28,"Zub DMX E");
navigation[30] = new navElem(30,"M-Class","pi-1317233832.htm",28,"Mclass");
navigation[31] = new navElem(31,"I-Class","pi-255356138.htm",28,"Iclass");
navigation[32] = new navElem(32,"H-Class","pi1073222961.htm",28,"ZubW-Class");
navigation[33] = new navElem(33,"Datamax Printheads","pi-65476126.htm",28,"prnheaddmx");
navigation[34] = new navElem(34,"EOL","pi-1222002741.htm",23,"3295123");
navigation[35] = new navElem(35,"Godex","pi-521701320.htm",5,"4040");
navigation[36] = new navElem(36,"Zubehör VP 2020","pi-400906923.htm",35,"sdafs");
navigation[37] = new navElem(37,"Farbpatronen","pi-869245174.htm",36,"56789");
navigation[38] = new navElem(38,"Ersatzprintheads","pi1784918211.htm",36,"748748");
navigation[39] = new navElem(39,"Zubehör Godex EZ-2x00","pi1888565138.htm",35,"EZ2x");
navigation[40] = new navElem(40,"EOL","pi-1211258023.htm",35,"4752839");
navigation[41] = new navElem(41,"Intermec","pi1055332853.htm",5,"4050");
navigation[42] = new navElem(42,"Intermec Druckköpfe","pi-1028850362.htm",41,"992783");
navigation[43] = new navElem(43,"Zubehör","pi-658074439.htm",41,"IMDruZub");
navigation[44] = new navElem(44,"Zubehör Intermec PB20","pi-312874085.htm",43,"PB20");
navigation[45] = new navElem(45,"Zubehör Intermec PB42","pi1560879207.htm",43,"111112");
navigation[46] = new navElem(46,"Kabel zu Intermec Druckern","pi-1782623680.htm",43,"Kabelintdr");
navigation[47] = new navElem(47,"Werksinstalliertes Zubehör Intermec Drucker","pi1185130511.htm",43,"Werksinszu");
navigation[48] = new navElem(48,"Interface Karten Intermec Drucker","pi1390300616.htm",43,"Intinterfa");
navigation[49] = new navElem(49,"Diverses zu Intermec Druckern","pi-52551041.htm",43,"druintdiv");
navigation[50] = new navElem(50,"Zubehör PD4","pi1486939052.htm",43,"34832562");
navigation[51] = new navElem(51,"Zubehör PD4x","pi538177053.htm",43,"323058");
navigation[52] = new navElem(52,"Zubehör PF8","pi1214820026.htm",43,"8451");
navigation[53] = new navElem(53,"EOL","pi-1030910528.htm",41,"543565");
navigation[54] = new navElem(54,"Opal","pi1136455121.htm",5,"41451");
navigation[55] = new navElem(55,"Zubehör OPAL OD5","pi1829501526.htm",54,"356273");
navigation[56] = new navElem(56,"EOL","pi1159962402.htm",54,"54245");
navigation[57] = new navElem(57,"Primera Farbdrucker","pi1191918925.htm",5,"Primera24");
navigation[58] = new navElem(58,"Primera Farbpatronen","pi-1119704259.htm",57,"237422");
navigation[59] = new navElem(59,"Primera Etiketten","pi686691819.htm",57,"22394");
navigation[60] = new navElem(60,"Zubehör LX400","pi146986642.htm",57,"48347");
navigation[61] = new navElem(61,"Sato","pi-1113399579.htm",5,"4060");
navigation[62] = new navElem(62,"Druckköpfe für Sato Drucker","pi-1781382762.htm",61,"Satoprinth");
navigation[63] = new navElem(63,"SATO Drucker Zub.","pi347948648.htm",61,"4");
navigation[64] = new navElem(64,"Interface Karten zu Sato Druckern","pi-733989619.htm",63,"Satointerf");
navigation[65] = new navElem(65,"Interface Karten für CT400","pi1152200069.htm",63,"44848");
navigation[66] = new navElem(66,"Sato GL Zubehör","pi1187492925.htm",63,"278362");
navigation[67] = new navElem(67,"Zubehör Sato CT4i","pi166520865.htm",63,"36952");
navigation[68] = new navElem(68,"Zubehör GTe4XXe","pi594627473.htm",61,"4843532");
navigation[69] = new navElem(69,"Zubehör Sato CG2","pi1521858274.htm",61,"66685");
navigation[70] = new navElem(70,"Zubehör Sato DR3","pi-990228669.htm",61,"328532");
navigation[71] = new navElem(71,"EOL","pi1107796245.htm",61,"EOL123");
navigation[72] = new navElem(72,"Toshiba Tec","pi-305221011.htm",5,"4070");
navigation[73] = new navElem(73,"TEC Druckköpfe","pi1010285085.htm",72,"887545");
navigation[74] = new navElem(74,"Tec Ersatzteile","pi-1202150049.htm",72,"22845");
navigation[75] = new navElem(75,"Zubehör TEC Drucker","pi-1142731990.htm",72,"ZUBTEC");
navigation[76] = new navElem(76,"Tec B-SA4","pi-964222821.htm",75,"438547218");
navigation[77] = new navElem(77,"Tec B-EV4","pi1282707814.htm",75,"6782942");
navigation[78] = new navElem(78,"EOL","pi-192143029.htm",72,"324234");
navigation[79] = new navElem(79,"Wasp","pi1809258794.htm",5,"39853");
navigation[80] = new navElem(80,"Zebra","pi1056188611.htm",5,"4080");
navigation[81] = new navElem(81,"Zubehör Zebra Drucker","pi256531528.htm",80,"ZubZeDr");
navigation[82] = new navElem(82,"S4M","pi-610060372.htm",81,"246178");
navigation[83] = new navElem(83,"G-Series","pi1862140534.htm",81,"67893");
navigation[84] = new navElem(84,"Xi4","pi1445464466.htm",81,"65152");
navigation[85] = new navElem(85,"Druckköpfe für Zebra Drucker","pi-113087775.htm",80,"zebraprint");
navigation[86] = new navElem(86,"EOL","pi1465594583.htm",80,"343762");
navigation[87] = new navElem(87,"Drucker - mobil","pi1115743387.htm",null,"107");
navigation[88] = new navElem(88,"Extech","pi-573869760.htm",87,"extech");
navigation[89] = new navElem(89,"Zubehör Extech","pi-729651135.htm",88,"ExtZub");
navigation[90] = new navElem(90,"Paxar","pi1127486912.htm",87,"MDPaxar");
navigation[91] = new navElem(91,"Zubehör 6020","pi-1730788363.htm",90,"51451");
navigation[92] = new navElem(92,"Paxar Pathfinder Etiketten","pi-591395642.htm",90,"3783");
navigation[93] = new navElem(93,"Toshiba Tec","pi1127747488.htm",87,"334343");
navigation[94] = new navElem(94,"Intermec","pi-1590862300.htm",87,"003857");
navigation[95] = new navElem(95,"Zebra","pi820812479.htm",87,"921845");
navigation[96] = new navElem(96,"Zebra RW Zubehör","pi-1250591790.htm",95,"88454");
navigation[97] = new navElem(97,"Aufwickler / Spender","pi-94222765.htm",null,"110");
navigation[98] = new navElem(98,"Sato","pi-410673419.htm",97,"SATO Spend");
navigation[99] = new navElem(99,"Zubehör S70","pi-1786471183.htm",98,"45621");
navigation[100] = new navElem(100,"Labelmate","pi1068538631.htm",97,"Labelmate");
navigation[101] = new navElem(101,"Zubehör LabelMate","pi1073396180.htm",100,"zub-labelm");
navigation[102] = new navElem(102,"EOL","pi660471863.htm",100,"4378348");
navigation[103] = new navElem(103,"OPAL","pi-812720679.htm",97,"opalsepnd");
navigation[104] = new navElem(104,"Kartendrucker","pi-2076905832.htm",null,"108");
navigation[105] = new navElem(105,"Zebra","pi1069151897.htm",104,"ZebraKarte");
navigation[106] = new navElem(106,"Zubehör Zebra Kartendrucker","pi-1333932314.htm",105,"ZubZebKart");
navigation[107] = new navElem(107,"EOL","pi1980652049.htm",106,"343452435");
navigation[108] = new navElem(108,"Farbbänder","pi-1398251078.htm",106,"84357");
navigation[109] = new navElem(109,"Plastikkarkten","pi-303674957.htm",106,"32563752");
navigation[110] = new navElem(110,"Diverses","pi-1088760019.htm",106,"3452345");
navigation[111] = new navElem(111,"DataCard","pi1165222204.htm",104,"66874");
navigation[112] = new navElem(112,"SP25","pi-1364116902.htm",111,"18415");
navigation[113] = new navElem(113,"SP35/55","pi-170537498.htm",111,"3354");
navigation[114] = new navElem(114,"EOL","pi1824670101.htm",104,"34782942");
navigation[115] = new navElem(115,"Etiketten","pi1055235114.htm",null,"109");
navigation[116] = new navElem(116,"Thermodirekt","pi1073936420.htm",115,"TD");
navigation[117] = new navElem(117,"Druckertyp A","pi-62084366.htm",116,"DTA");
navigation[118] = new navElem(118,"Druckertyp O und I","pi-1114670965.htm",116,"TDOI");
navigation[119] = new navElem(119,"Thermotransfer","pi1081472597.htm",115,"TTR");
navigation[120] = new navElem(120,"Druckertyp A","pi-465235344.htm",119,"TTRA");
navigation[121] = new navElem(121,"Druckertyp O","pi-1699422799.htm",119,"TTRO");
navigation[122] = new navElem(122,"Druckertyp I","pi1748499998.htm",119,"TTRI");
navigation[123] = new navElem(123,"Preiswerte Restposten","pi1204011994.htm",115,"252525");
navigation[124] = new navElem(124,"InkJet Etiketten","pi-1871890296.htm",115,"20247");
navigation[125] = new navElem(125,"Monarch Pathfinder Etiketten","pi891163889.htm",115,"2284");
navigation[126] = new navElem(126,"Farbbänder","pi2121895884.htm",null,"93782");
navigation[127] = new navElem(127,"Barcodescanner","pi-707641671.htm",null,"100");
navigation[128] = new navElem(128,"Zubehör","pi202138200.htm",127,"1130");
navigation[129] = new navElem(129,"Decoder","pi-1061916533.htm",128,"101");
navigation[130] = new navElem(130,"Zubehör zu Decoder","pi-2103842016.htm",129,"ZubDecod");
navigation[131] = new navElem(131,"Nach Hersteller","pi810847760.htm",127,"74151");
navigation[132] = new navElem(132,"Baracoda","pi1125492472.htm",131,"1000");
navigation[133] = new navElem(133,"Zubehör Baracoda Bluetooth Pen","pi-2051019467.htm",132,"43328");
navigation[134] = new navElem(134,"Zubehör Baracoda Roadrunners","pi1132653774.htm",132,"24523324");
navigation[135] = new navElem(135,"Baracoda Bluetooth Dongles","pi-730237988.htm",132,"252387");
navigation[136] = new navElem(136,"Zubehör Toughrunners","pi-1454088125.htm",132,"884122");
navigation[137] = new navElem(137,"EOL","pi1203070378.htm",132,"239");
navigation[138] = new navElem(138,"Cipherlab","pi-604310635.htm",131,"85211");
navigation[139] = new navElem(139,"Zubehör Cipherlab Scanner","pi-566972622.htm",138,"34789");
navigation[140] = new navElem(140,"Datalogic","pi1061990344.htm",131,"1010");
navigation[141] = new navElem(141,"Zubehör Datalogic Scanner","pi-816500294.htm",140,"DLZubehör");
navigation[142] = new navElem(142,"Zubehör Datalogic Dragon","pi-588236096.htm",141,"9473");
navigation[143] = new navElem(143,"Zubehör vormals PSC Scanner","pi-83453114.htm",141,"9124811");
navigation[144] = new navElem(144,"Datalogic Kabel","pi1080125971.htm",140,"335323");
navigation[145] = new navElem(145,"EOL","pi1106042834.htm",140,"986458");
navigation[146] = new navElem(146,"PSC","pi-170536405.htm",145,"1090");
navigation[147] = new navElem(147,"EOL","pi1114010140.htm",146,"4938437");
navigation[148] = new navElem(148,"Denso","pi1084884861.htm",131,"1020");
navigation[149] = new navElem(149,"EOL","pi1164278198.htm",148,"642312");
navigation[150] = new navElem(150,"Zubehör Denso Scanner","pi-1237335322.htm",148,"884541");
navigation[151] = new navElem(151,"Honeywell","pi1065346436.htm",131,"1030");
navigation[152] = new navElem(152,"Zubehör Honeywell Scanner","pi825495649.htm",151,"Zub HHP Sc");
navigation[153] = new navElem(153,"Ersatzkabel","pi1490762550.htm",151,"7784551");
navigation[154] = new navElem(154,"EOL","pi1576696236.htm",151,"3452");
navigation[155] = new navElem(155,"Intermec","pi1267678342.htm",131,"1040");
navigation[156] = new navElem(156,"Intermec Scanner Zubehör","pi1861160583.htm",155,"IntermecZu");
navigation[157] = new navElem(157,"Intermec SF51 Zubehör","pi1284098722.htm",156,"93484357");
navigation[158] = new navElem(158,"Intermec SR61 Zubehör","pi1038850060.htm",156,"36844");
navigation[159] = new navElem(159,"Intermec SR30","pi1173565710.htm",156,"2274");
navigation[160] = new navElem(160,"EOL","pi1006595485.htm",155,"33300");
navigation[161] = new navElem(161,"Metrologic","pi1867584336.htm",131,"1050");
navigation[162] = new navElem(162,"Zubehör Metrologic Scanner","pi696756855.htm",161,"ZuebehMetr");
navigation[163] = new navElem(163,"EOL","pi-204031316.htm",161,"598454");
navigation[164] = new navElem(164,"Microscan","pi1013072144.htm",131,"1060");
navigation[165] = new navElem(165,"Zubehör Microscan Scanner","pi-675688495.htm",164,"MicrosZub");
navigation[166] = new navElem(166,"Motorola Symbol","pi1055742680.htm",131,"1110");
navigation[167] = new navElem(167,"Zubehör","pi-849934343.htm",166,"ZubSySca");
navigation[168] = new navElem(168,"Synapsen","pi-927651053.htm",167,"24782");
navigation[169] = new navElem(169,"EOL","pi1526978577.htm",167,"42342");
navigation[170] = new navElem(170,"OPAL","pi-589818613.htm",131,"1070");
navigation[171] = new navElem(171,"Scanner OPAL Zubehör","pi1909532470.htm",170,"OPALZube");
navigation[172] = new navElem(172,"EOL","pi1161606059.htm",170,"38384");
navigation[173] = new navElem(173,"Opticon","pi1073509370.htm",131,"1080");
navigation[174] = new navElem(174,"Zubehör Opticon Scanner","pi-1408041229.htm",173,"ZubOptSc");
navigation[175] = new navElem(175,"EOL","pi-532414441.htm",173,"358372");
navigation[176] = new navElem(176,"Socket","pi-165870296.htm",131,"1100");
navigation[177] = new navElem(177,"EOL","pi1150444226.htm",176,"33399");
navigation[178] = new navElem(178,"Unitech ","pi1075638661.htm",131,"1120");
navigation[179] = new navElem(179,"Zubehör Unitech Scanner","pi-833359262.htm",178,"ZubUniScan");
navigation[180] = new navElem(180,"Txcom","pi1092660192.htm",131,"TxCom");
navigation[181] = new navElem(181,"Zubehör Txcom","pi1697216097.htm",180,"TxcomZub");
navigation[182] = new navElem(182,"Wasp","pi1626632521.htm",131,"494373");
navigation[183] = new navElem(183,"Nach Anwendung","pi-1865609347.htm",127,"44");
navigation[184] = new navElem(184,"Büro","pi-566884614.htm",183,"4546451");
navigation[185] = new navElem(185,"1D Barcodes","pi688559504.htm",184,"5412");
navigation[186] = new navElem(186,"Kabelgebunden","pi-1328473767.htm",185,"4851");
navigation[187] = new navElem(187,"Funk / Bluetooth","pi1254582950.htm",185,"45115");
navigation[188] = new navElem(188,"2D Barcodes","pi1295755857.htm",184,"556252");
navigation[189] = new navElem(189,"Kabelgebunden","pi-306072002.htm",188,"6662");
navigation[190] = new navElem(190,"Funk / Bluetooth","pi-1370964761.htm",188,"8854");
navigation[191] = new navElem(191,"Retail","pi-163326477.htm",183,"4411");
navigation[192] = new navElem(192,"Einbauscanner","pi979297071.htm",191,"451");
navigation[193] = new navElem(193,"Standscanner","pi-1551226556.htm",191,"4121");
navigation[194] = new navElem(194,"Handscanner","pi-581150475.htm",191,"53656");
navigation[195] = new navElem(195,"Industrie","pi971304376.htm",183,"78641");
navigation[196] = new navElem(196,"1D Barcodes","pi-213860708.htm",195,"8521");
navigation[197] = new navElem(197,"Funk / Bluetooth","pi1697848363.htm",196,"43838");
navigation[198] = new navElem(198,"Kabelgebunden","pi359121170.htm",196,"48439");
navigation[199] = new navElem(199,"2D Barcodes","pi-2002671251.htm",195,"6665");
navigation[200] = new navElem(200,"Kabelgebunden","pi-1677475485.htm",199,"1122");
navigation[201] = new navElem(201,"Funk / Bluetooth","pi1982328936.htm",199,"5544");
navigation[202] = new navElem(202,"Scan Engines","pi1235992235.htm",183,"2323");
navigation[203] = new navElem(203,"OEM Scanengines","pi1235572572.htm",127,"67892");
navigation[204] = new navElem(204,"Zubehör","pi1224656523.htm",203,"00986");
navigation[205] = new navElem(205,"Mobile Computer","pi1707595571.htm",null,"102");
navigation[206] = new navElem(206,"Axiome","pi1590386983.htm",205,"2000");
navigation[207] = new navElem(207,"Zubehör Axiome Barman Laser","pi875423661.htm",206,"12321");
navigation[208] = new navElem(208,"CipherLab","pi2020979338.htm",205,"2010");
navigation[209] = new navElem(209,"Zubehör zu CipherLab Terminals","pi-1679154121.htm",208,"CipherZube");
navigation[210] = new navElem(210,"CipherLab 711","pi-299029936.htm",209,"Ciph711");
navigation[211] = new navElem(211,"CipherLab 8300","pi79349585.htm",209,"Ci8300");
navigation[212] = new navElem(212,"CipherLab 8400","pi-903985732.htm",209,"6789238u");
navigation[213] = new navElem(213,"Datalogic","pi1073480405.htm",205,"2020");
navigation[214] = new navElem(214,"Zubehör Datalogic Handterminals","pi-166208142.htm",213,"zhtdatalog");
navigation[215] = new navElem(215,"Zubehör Datalogic Formula","pi187763975.htm",213,"98511");
navigation[216] = new navElem(216,"Zubehör Datalogic Jet","pi1809786264.htm",213,"43285436");
navigation[217] = new navElem(217,"Zubehör Datalogic Kyman","pi395756450.htm",213,"200499");
navigation[218] = new navElem(218,"Zubehör Datalogic Skorpio","pi1781508434.htm",213,"2367z2h3");
navigation[219] = new navElem(219,"Zubehör Datalogic Memor","pi-1385758592.htm",213,"541");
navigation[220] = new navElem(220,"Zubehör Datalogic Falcon 4400","pi-1765146429.htm",213,"PSCZHT");
navigation[221] = new navElem(221,"Zubehör Datalogic Pegaso","pi136182341.htm",213,"629427");
navigation[222] = new navElem(222,"EOL","pi1180430868.htm",213,"844818");
navigation[223] = new navElem(223,"Denso","pi1067942560.htm",205,"2030");
navigation[224] = new navElem(224,"Zubehör BHT400","pi706204704.htm",223,"33948");
navigation[225] = new navElem(225,"Zubehör DENSO Terminals","pi936228385.htm",223,"Zub DEN HT");
navigation[226] = new navElem(226,"EOL","pi-528202766.htm",223,"54393");
navigation[227] = new navElem(227,"Honeywell","pi1066121853.htm",205,"2040");
navigation[228] = new navElem(228,"Zubehör Optimus 5700","pi-702739205.htm",227,"992474");
navigation[229] = new navElem(229,"Diverses Zubehör","pi-1554246150.htm",228,"Zub HHP MD");
navigation[230] = new navElem(230,"Zubehör Dolphin 6100","pi83440588.htm",227,"851510");
navigation[231] = new navElem(231,"Zubehör Dolphin 7600","pi-1618925339.htm",227,"65422");
navigation[232] = new navElem(232,"Zubehör Dolphin 7850","pi2028615655.htm",227,"4543");
navigation[233] = new navElem(233,"Zubehör Dolphin 7900","pi-1482298080.htm",227,"235340");
navigation[234] = new navElem(234,"EOL","pi-1273030672.htm",227,"47247");
navigation[235] = new navElem(235,"Intermec","pi-1911423847.htm",205,"2050");
navigation[236] = new navElem(236,"Zubehör Intermec Barcode Terminals","pi1055162477.htm",235,"200111");
navigation[237] = new navElem(237,"Zubehör Intermec CK60","pi-1755274565.htm",236,"2952");
navigation[238] = new navElem(238,"Zubehör Intermec CN3 / CN4","pi-402465396.htm",236,"3435783");
navigation[239] = new navElem(239,"Zubehör Intermec CK3","pi-1419565725.htm",236,"2789");
navigation[240] = new navElem(240,"Zubehör Intermec CN50","pi-356908706.htm",236,"2452");
navigation[241] = new navElem(241,"EOL","pi-1889106862.htm",236,"4348372");
navigation[242] = new navElem(242,"Zubehör Intermec CN30","pi-1267095271.htm",241,"29843");
navigation[243] = new navElem(243,"Zubehör Intermec CN2","pi17569067.htm",242,"54543573");
navigation[244] = new navElem(244,"EOL","pi115248399.htm",235,"567892");
navigation[245] = new navElem(245,"LXE","pi-1938962625.htm",205,"2993");
navigation[246] = new navElem(246,"Zubehör MX8","pi1127779979.htm",245,"478");
navigation[247] = new navElem(247,"Zubehör MX7","pi-971148553.htm",245,"4985372");
navigation[248] = new navElem(248,"Zubehör MX2","pi-1948105321.htm",245,"22437");
navigation[249] = new navElem(249,"Metrologic","pi1132220087.htm",205,"472652");
navigation[250] = new navElem(250,"Motorola","pi1056031193.htm",205,"2090");
navigation[251] = new navElem(251,"Zubehör","pi1038616870.htm",250,"SymbZbHT");
navigation[252] = new navElem(252,"Motorola MC35","pi-1825277502.htm",251,"87455");
navigation[253] = new navElem(253,"Motorola MC50","pi1400269860.htm",251,"123123");
navigation[254] = new navElem(254,"Motorola MC55","pi235534756.htm",251,"8441");
navigation[255] = new navElem(255,"Motorola MC70 / MC75","pi1982352239.htm",251,"39372");
navigation[256] = new navElem(256,"Motorola MC3X00","pi85798590.htm",251,"1132");
navigation[257] = new navElem(257,"Motorolal MC1000","pi-286714655.htm",251,"582452");
navigation[258] = new navElem(258,"Motorola MC9500","pi-1674204209.htm",251,"542");
navigation[259] = new navElem(259,"EOL","pi1108135248.htm",250,"r5328572");
navigation[260] = new navElem(260,"Nordic ID","pi1066231004.htm",205,"2060");
navigation[261] = new navElem(261,"Zubehör PiccoLink RF600","pi-795609961.htm",260,"PiccoLinkZ");
navigation[262] = new navElem(262,"Opticon","pi-1866969281.htm",205,"2070");
navigation[263] = new navElem(263,"Zubehör zu Opticon Handterminals","pi-598177772.htm",262,"zuboptht");
navigation[264] = new navElem(264,"Zubehör H16","pi1367735373.htm",262,"785185");
navigation[265] = new navElem(265,"Zubehör H19","pi1435953680.htm",262,"7718");
navigation[266] = new navElem(266,"EOL","pi633104917.htm",262,"43232");
navigation[267] = new navElem(267,"Panmobil","pi1182413045.htm",205,"252484");
navigation[268] = new navElem(268,"Zubehör","pi-1858923770.htm",267,"264");
navigation[269] = new navElem(269,"smartScanndy","pi-1936606193.htm",268,"38382");
navigation[270] = new navElem(270,"Scanndy","pi-44735431.htm",268,"5848");
navigation[271] = new navElem(271,"Pidion","pi-1694943005.htm",205,"6789");
navigation[272] = new navElem(272,"Zubehör Pidion 5000","pi-2145978987.htm",271,"23454");
navigation[273] = new navElem(273,"eol","pi2027950436.htm",271,"854151");
navigation[274] = new navElem(274,"PSC","pi1542582026.htm",205,"2080");
navigation[275] = new navElem(275,"EOL","pi1156955766.htm",274,"99954");
navigation[276] = new navElem(276,"Psion Teklogix","pi1245417828.htm",205,"99965");
navigation[277] = new navElem(277,"Zubehör Ikon","pi330282379.htm",276,"8837");
navigation[278] = new navElem(278,"Zubehör Workabout","pi-68710578.htm",276,"2294");
navigation[279] = new navElem(279,"Zubehör Neo","pi-1827826704.htm",276,"951");
navigation[280] = new navElem(280,"Unitech","pi-2085119427.htm",205,"2100");
navigation[281] = new navElem(281,"Zubehör PA500","pi1233048577.htm",280,"67824");
navigation[282] = new navElem(282,"Zubehör PA600","pi1923994856.htm",280,"74145");
navigation[283] = new navElem(283,"Zubehör HT680","pi780328866.htm",280,"9965");
navigation[284] = new navElem(284,"Diverses Zubehör","pi1068201764.htm",280,"ZubUnitter");
navigation[285] = new navElem(285,"EOL","pi527774501.htm",280,"8842");
navigation[286] = new navElem(286,"Wasp","pi1981743604.htm",205,"49856498");
navigation[287] = new navElem(287,"Mobile Arbeitsplätze","pi1252308184.htm",null,"968541");
navigation[288] = new navElem(288,"TabletPC","pi1014171131.htm",null,"104");
navigation[289] = new navElem(289,"Walkabout","pi-1029838201.htm",288,"8411");
navigation[290] = new navElem(290,"AdsTec","pi-96499680.htm",288,"84545");
navigation[291] = new navElem(291,"Zubehör TT13","pi-1812607630.htm",290,"999654");
navigation[292] = new navElem(292,"Fahrzeugterminals","pi892313821.htm",null,"103");
navigation[293] = new navElem(293,"ADS Tec","pi-685550509.htm",292,"6851");
navigation[294] = new navElem(294,"Optionen","pi-876214385.htm",293,"88412");
navigation[295] = new navElem(295,"EOL","pi1574325385.htm",293,"99634");
navigation[296] = new navElem(296,"Intermec Fahrzeugterminal","pi1069408269.htm",292,"ImecFzTer");
navigation[297] = new navElem(297,"Intermec CV30 Zubehör","pi-1541893539.htm",296,"68641");
navigation[298] = new navElem(298,"Intermec CV60 Zubehör","pi1307316298.htm",296,"ZubImFhz");
navigation[299] = new navElem(299,"EOL","pi1883634194.htm",296,"23456");
navigation[300] = new navElem(300,"PSC Fahrzeugterminal","pi1068539511.htm",292,"PSCFRZTerm");
navigation[301] = new navElem(301,"Zubehör PSC Fahrzeugterminal","pi1797965036.htm",300,"ZubPSCFT");
navigation[302] = new navElem(302,"EOL","pi-462365985.htm",300,"9003483");
navigation[303] = new navElem(303,"Motorola Fahrzeugterminals","pi1164979031.htm",292,"999433");
navigation[304] = new navElem(304,"Zubehör Symbol VC5090","pi1232420210.htm",303,"58754");
navigation[305] = new navElem(305,"Kabel","pi-514836213.htm",304,"9437423");
navigation[306] = new navElem(306,"EOL","pi1777430837.htm",292,"33953");
navigation[307] = new navElem(307,"Walkabout Terminals","pi1082115467.htm",306,"WalkAboutF");
navigation[308] = new navElem(308,"Zubehör Walkabout","pi229677936.htm",307,"ZubWalkabo");
navigation[309] = new navElem(309,"Pick by Voice","pi1190101874.htm",null,"992347");
navigation[310] = new navElem(310,"TopSystem","pi1761435294.htm",309,"992437");
navigation[311] = new navElem(311,"Zubehör","pi-740634574.htm",310,"34394");
navigation[312] = new navElem(312,"Wireless Infrastruktur","pi-903490342.htm",null,"105");
navigation[313] = new navElem(313,"Intermec Funk Infrastruktur","pi1055355108.htm",312,"3020");
navigation[314] = new navElem(314,"EOL","pi1153754385.htm",313,"34903");
navigation[315] = new navElem(315,"Intermec Funkinfratstruktur Zubehör","pi-241603498.htm",314,"IMRFZB");
navigation[316] = new navElem(316,"Cisco Funk Infrastruktur","pi1062411689.htm",312,"3010");
navigation[317] = new navElem(317,"Zubehör Cisco","pi1081937967.htm",316,"ZubehörCis");
navigation[318] = new navElem(318,"Motorola (Symbol)","pi1061898549.htm",312,"3040");
navigation[319] = new navElem(319,"Symbol Antennen","pi1990425602.htm",318,"345632");
navigation[320] = new navElem(320,"POE","pi392125849.htm",318,"23425");
navigation[321] = new navElem(321,"Anderes Zubehör","pi-31900675.htm",318,"34235");
navigation[322] = new navElem(322,"Wartung","pi-1711946075.htm",318,"423789");
navigation[323] = new navElem(323,"EOL","pi-597533004.htm",318,"22231");
navigation[324] = new navElem(324,"Software","pi-1877724458.htm",null,"1");
navigation[325] = new navElem(325,"SAP R/3","pi1194508380.htm",324,"220");
navigation[326] = new navElem(326,"LP MobileGrafix","pi1190467866.htm",325,"29274");
navigation[327] = new navElem(327,"Denso Lösungen","pi1604449326.htm",324,"DensoSW");
navigation[328] = new navElem(328,"Naurtech Terminalemulationen","pi1077570072.htm",324,"Naurtech");
navigation[329] = new navElem(329,"OPAL Software","pi1113292565.htm",324,"OPAL-SW");
navigation[330] = new navElem(330,"Kartendrucksoftware","pi1025449680.htm",324,"35364");
navigation[331] = new navElem(331,"CardFive","pi-317891539.htm",330,"CardFive");
navigation[332] = new navElem(332,"Entwicklungstools","pi187392913.htm",324,"37942");
navigation[333] = new navElem(333,"MCL für Symbol","pi1082453595.htm",332,"MCLSymbol");
navigation[334] = new navElem(334,"MCL für Intermec","pi1077533305.htm",332,"MCLImec");
navigation[335] = new navElem(335,"Wasp","pi-775715708.htm",324,"Wasp");
navigation[336] = new navElem(336,"Label Software & Barcode Tools","pi-87750334.htm",335,"390537");
navigation[337] = new navElem(337,"Software zur Lagerbestandskontrolle","pi1217749358.htm",335,"9999");
navigation[338] = new navElem(338,"Software zur Asset-Verfolgung (Anlagegüter)","pi126774877.htm",335,"683728");
navigation[339] = new navElem(339,"Etikettensoftware","pi-1213232136.htm",324,"3739");
navigation[340] = new navElem(340,"Intermec Software","pi1590562951.htm",339,"IntermSoft");
navigation[341] = new navElem(341,"SATO Software","pi-2135346273.htm",339,"7");
navigation[342] = new navElem(342,"Teklynx Software","pi304508587.htm",339,"TeklynxSW");
navigation[343] = new navElem(343,"Seagull Scientific","pi-39244125.htm",339,"SeagullSof");
navigation[344] = new navElem(344,"Barcode Prüfgeräte","pi2041217209.htm",null,"112");
navigation[345] = new navElem(345,"EOL","pi412307659.htm",344,"65432");
navigation[346] = new navElem(346,"RFID Transponder","pi-471935354.htm",null,"113");
navigation[347] = new navElem(347,"Transponder 125KHz","pi1482989776.htm",346,"SokymatTr");
navigation[348] = new navElem(348,"Transponder 13.56MHz","pi1113983952.htm",346,"Transpo_13");
navigation[349] = new navElem(349,"RFID Leser/Schreiber","pi-966256241.htm",null,"114");
navigation[350] = new navElem(350,"RFID Transponder Leser / Schreiber","pi1077213129.htm",349,"GISLeser");
navigation[351] = new navElem(351,"Zubehör","pi896547444.htm",350,"GISTRZUB");
navigation[352] = new navElem(352,"Dienstleistungen","pi1149685833.htm",null,"118");

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

