/* 10.09.07 * BrowserTyp bestimmen */var brAg, brVers, brToOld, otherBr4, hasFlash, MAC, isMac, isWin;;var IE, WinIE, MacIE, MacIE4, IE4, IE5, IE55, IE6, IE_6, IE4_6, IE7, IE7_x;var Safari, Firefox, Opera, realNS, NS, NS4, NS6, Mozilla, Moz;brAg 	= window.navigator.userAgent; brVers 	= parseInt(brAg.charAt(brAg.indexOf("/") + 1), 10);Safari	= (brAg.indexOf("Safari")!=-1) ? true : false;Firefox	= (brAg.indexOf("Firefox")!=-1) ? true : false;Opera	= (brAg.indexOf("Opera")!=-1) ? true : false;IE 		= (document.all && !Opera) ? true : false;IE4 	= (document.all && !document.getElementById) ? true : false;IE5 	= (document.all && document.getElementById && !Opera) ? true : false;if(IE5) { 	var vers, mainVers = 5, subVers, ua = (window.navigator.userAgent).split("MSIE ");	vers = ((ua[1]).split(";"))[0];	if(vers=="5.5") IE55 = true;	if(ua.length > 1){ mainVers = ua[1].charAt(0); }	if(mainVers == 6){ IE6 = true; }	else if(mainVers >= 7) { IE7 = true; } // IE7 incl. vers. 7, 8 u. folg.	if(mainVers > 5) IE5 = false;}IE4_6	= IE4 || IE5 || IE55 || IE6 ? true : false; // IE 4.x bis 6.xIE_6	= IE55 || IE6 ? true : false;	// IE 5.5 bis 6.xIE7_x	= !IE4_6 && IE ? true : false; // IE 7 und hšherNS4 	= (document.layers) ? true : false;NS6 	= (document.getElementById && !document.all || Opera) ? true : false;NS 		= (NS4 || NS6) ? true : false;realNS	= NS && (brAg.split("Netscape/")).length > 1 ? true : false;Mozilla	= NS6 && !Safari && !Firefox && !Opera && !realNS ? 1 : 0;Moz		= NS6 && realNS || Mozilla ? true : false;otherBr4= (!(IE || NS ) && (brVers >= 4)) ? true : false;isMac 	= MAC = (brAg.toLowerCase().indexOf("mac")!= -1) ? true : false;isWin 	= (brAg.toLowerCase().indexOf("win") != -1) ? true : false;MacIE	= ((isMac && IE) && !Opera) ? true : false;MacIE4	= ((isMac && IE4) && !Opera) ? true : false;WinIE 	= ((IE && isWin) && !Opera) ? true : false;brToOld	= (IE4 || NS4 || otherBr4) ? true : false;//hasFlash = 0; // detection in dataFrisOnline = document.location.protocol!="file:" ? true : false;var dataFrExist;var abetEmail = 'info@abet.de';var rootPath = document.location.href.slice(0,document.location.href.lastIndexOf("/")+1);var imgsPath = rootPath + "images/"var tmBtnsImgsPath = imgsPath + "tmBtns/"; 		var pImgsPath = rootPath + "products/images/"; 		var topImgsPath = imgsPath + "topImgs/";var colorsPath = imgsPath + "colors/";//var textColor	= "#DEDEDE";var linkColor  	= "#DA7145";var aLinkColor 	= "#DA7145";var vLinkColor 	= "#CE9C63";var docBgColor 	= "#000000";var btnCnt = 1;var style = '<STYLE>\n\nA {color: ' + linkColor + '}\nA:hover {color: ' + aLinkColor + '}\n\n</STYLE>\n';var transpGif1x1 ='<IMG SRC="'+imgsPath+'0.gif" WIDTH="1" HEIGHT="1" BORDER="0">';var transpGif_s = '<IMG SRC="'+imgsPath+'0.gif" BORDER="0" ';var transpGif = imgsPath+'0.gif';var lst3eck1 = rootPath + "products/images/3_list_1.gif";var lst3eck2 = rootPath + "products/images/3_list_2.gif";//var topMenuFr = "oben"var PRALdekorNrList = '';//function btnWerte(label, breite, hoehe, url_jsFunc, ziel, popupMenuName, overMsgAlt, outMsg, msgInaktiv, imgDatei){	this.label = label;									this.breite = breite; this.hoehe = hoehe;									this.url_jsFunc = url_jsFunc;						this.ziel = ziel;									this.popupMenuName = popupMenuName;					this.overMsgAlt = overMsgAlt;						this.outMsg = outMsg;								this.msgInaktiv = msgInaktiv;						this.imgDatei = imgDatei;							this.imgDatei1 = imgDatei + "_0.gif"; 				this.imgDatei2 = imgDatei + "_1.gif"; 				this.imgDatei3 = imgDatei + "_2.gif"; 	}var tmBtns = new Array();  tmBtns[ 0] = ''; tmBtns[ 1] = new btnWerte("Contact", 	125, 25, 	rootPath + "contact/c_index.html", 	"content", 	"", "Contact ... .", 		"", "", tmBtnsImgsPath + "contact");tmBtns[ 2] = new btnWerte("Products", 	125, 25, 	rootPath + "products/c_index.html", "content", 	"", "Products ... .", 		"", "", tmBtnsImgsPath + "products");tmBtns[ 3] = new btnWerte("Services", 	125, 25, 	rootPath + "services/c_index.html", "content", 	"", "Services ... .", 		"", "", tmBtnsImgsPath + "services");tmBtns[ 4] = new btnWerte("News", 		125, 25, 	rootPath + "news/c_index.html", 	"content", 	"", "News ... .", 			"", "", tmBtnsImgsPath + "news");tmBtns[ 5] = new btnWerte("SiteMap", 	125, 25, 	"javascript:top.showSiteMap()", 	"", 		"", "Sitemap ... .", 		"", "", tmBtnsImgsPath + "sitemap");tmBtns[ 6] = new btnWerte("ABET", 		125, 25, 	rootPath + "home/c_index.html", 	"content", 	"", "ABET / Home ... .", 	"", "", tmBtnsImgsPath + "abet");var tmList = "Contact|products|services|news|sitemap|abet";function preload(imgArrName){	var imgDatei;	for(x = 1; x < imgArrName.length; x++){		imgDatei = new Image; imgDatei.src = imgArrName[x].imgDatei1;		imgDatei = new Image; imgDatei.src = imgArrName[x].imgDatei2;		imgDatei = new Image; imgDatei.src = imgArrName[x].imgDatei3;	}}preload(tmBtns);