//General Definitions//JavaScript - All rights reserved - Copyright by mediaLINK 2001-2004 - v3.5a/26.04.2004//-----browserAndSystem-settingvar browserAgent = navigator.userAgent.toLowerCase();var browserName = navigator.appName;var browserVersion = navigator.appVersion;var ns3 = ((browserName == "Netscape") && (parseInt(navigator.userAgent.substring(8,9)) == 3));var ns4 = (document.layers); //N4W, N4.5M, N4.7Wvar ns6 = ((browserName == "Netscape") && (parseInt(navigator.userAgent.substring(8,9)) >= 5));var nsX = ((browserName == "Netscape") && (parseInt(navigator.userAgent.substring(8,9)) >= 4)); //N4 and highervar ie5 = (browserAgent.indexOf('msie 5')>-1);var ie55 = (browserAgent.indexOf('msie 5.5')>-1);var ie6 = (browserAgent.indexOf('msie 6')>-1);var ie4 = ((browserAgent.indexOf('msie')>-1) && (document.all) && (!ie5) && (!ie55) && (!ie6)); //E4M (no support for clipping), E4.5M, E4W (E5/E5.5/E6 accept document.all !!!)var ieX = ((browserName == "Microsoft Internet Explorer") && (parseInt(navigator.userAgent.substring(8,9)) >= 4)); //E4 and highervar w3c = (document.getElementById); //N6M, E5M, E5W, E5.5W, E6Wvar bv4 = (document.images && screen); //universal browser version 4 and highervar neX = (nsX || ieX);var MAC = (browserVersion.indexOf("Mac") > -1);var noMAC = (browserVersion.indexOf("Mac") == -1);var WIN = ((browserVersion.indexOf("Win") > -1) || (browserVersion.indexOf("Windows") > -1));var WINNT = ((browserVersion.indexOf("WinNT") > -1) || (browserVersion.indexOf("Windows NT") > -1));var noISO = ((MAC && ns4) || (MAC && ns3));		//noISO-setting for Mac (but not for NS6 or Explorer)var online = ((self.location.href.indexOf('http://') > -1) || (self.location.href.indexOf('https://') > -1));var ie45M = (ie4 && MAC && (navigator.userAgent.indexOf("5.") == -1));	//E4.5M doesn't support window.closedvar safari = (browserAgent.indexOf('safari') > -1);//----defining basic variablesvar lang = "english";var browserFrameSpec;var bookmarkshortcut = "CTRL+D";var printshortcut = "CTRL+P";	if (MAC){		bookmarkshortcut = "COMMAND+D";		printshortcut = "COMMAND+P"	}	//-----defining the basic messagesvar msgBrowserFailed = "Your browser does not support certain functions needed for this site. Please update your browser (e.g. Netscape or Microsoft Internet Explorer version 4 or higher).";var	msgScreenResFailed ="Sorry, this website requires a screen resolution of 800x600 pixel or higher. You can continue but you will only be able to use the interface to a certain limited extent.  The settings of your graphics system may allow you to enter higher values.";var msgWinOpenFailed = "Certain JavaScript functions are deactivated on your computer! If you wish to use the window options, please activate full JavaScript functionality.";var msgFunctionFailed = "This function is not supported by your browser or your current system configuration!";var	msgPrintingFailed = "This function is not supported by your current browser configuration!";var	msgPrintingFailedE5M = "This function is not supported by your browser. To print out the document please press " + printshortcut +".";var msgBookmarkingFailed = "This function is not supported by your browser. To bookmark this page please press " + bookmarkshortcut + ".";var msgFormRequired = "Please complete the inscriptions marked by *.";var msgFormSubmit = "Thank you for your request. We will carry it out as soon as possible.";var msgNoNetscape4 = "This website doesn't support Netscape 4.x browsers. Please get an update for an actual version.";if (self.location.href.indexOf("deutsch") > -1){	lang = "deutsch";	msgBrowserFailed = "Ihr Browser unterstützt benötigte Funktionen nicht. Nehmen Sie bitte ein Update vor (z.B. Netscape oder Microsoft Internet Explorer Version 4 oder höher).";	msgScreenResFailed ="Für diese Website ist eine Bildschirmauflösung von 800x600 Pixel erforderlich. Sie können weitergehen, werden aber das Interface nur bedingt bedienen können. Eventuell erlauben die Einstellungen Ihres Grafiksystems die Eingabe höherer Werte.";	msgWinOpenFailed = "Einige JavaScript-Funktionen sind deaktiviert! Bitte aktivieren Sie volle JavaScript-Funktionalität für die Nutzung von Fensteroptionen.";	msgFunctionFailed = "Diese Funktion wird durch Ihren Browser oder die aktuelle System-Konfiguration nicht unterstützt!";	msgPrintingFailed = "Diese Funktion wird durch Ihre aktuelle Browser-Konfiguration nicht unterstützt!";	msgPrintingFailedE5M = "Diese Funktion wird durch Ihren Browser nicht unterstützt. Drücken Sie bitte " + printshortcut +" um das Dokument auszudrucken.";	msgBookmarkingFailed = "Diese Funktion wird durch Ihren Browser nicht unterstützt. Drücken Sie bitte "+bookmarkshortcut+" um ein Lesezeichen auf diese Seite zu setzen.";	msgFormRequired = "Bitte füllen Sie mindestens alle mit * bezeichneten Felder aus!";	msgFormSubmit = "Vielen Dank für Ihr Interesse an unseren Dienstleistungen. Wir werden Ihren Wünschen so rasch als möglich nachkommen.";	msgNoNetscape4 = "Diese Website unterstützt Netscape 4.x Browser nicht mehr. Nehmen Sie bitte ein Update auf eine aktuelle Version vor.";	if (noISO){	msgBrowserFailed = "Ihr Browser unterstŸtzt benštigte Funktionen nicht. Nehmen Sie bitte ein Update vor (z.B. Netscape oder Microsoft Internet Explorer Version 4 oder hšher).";	msgScreenResFailed ="FŸr diese Website ist eine Bildschirmauflšsung von 800x600 Pixel erforderlich. Sie kšnnen weitergehen, werden aber das Interface nur bedingt bedienen kšnnen. Eventuell erlauben die Einstellungen Ihres Grafiksystems die Eingabe hšherer Werte.";	msgWinOpenFailed = "Einige JavaScript-Funktionen sind deaktiviert! Bitte aktivieren Sie volle JavaScript-FunktionalitŠt fŸr die Nutzung von Fensteroptionen.";	msgFunctionFailed = "Diese Funktion wird durch Ihren Browser oder die aktuelle System-Konfiguration nicht unterstŸtzt!";	msgPrintingFailed = "Diese Funktion wird durch Ihre aktuelle Browser-Konfiguration nicht unterstŸtzt!";	msgPrintingFailedE5M = "Diese Funktion wird durch Ihren Browser nicht unterstŸtzt. DrŸcken Sie bitte " + printshortcut +" um das Dokument auszudrucken.";	msgBookmarkingFailed = "Diese Funktion wird durch Ihren Browser nicht unterstŸtzt. DrŸcken Sie bitte "+bookmarkshortcut+" um ein Lesezeichen auf diese Seite zu setzen.";	msgFormRequired = "Bitte fŸllen Sie mindestens alle mit * bezeichneten Felder aus!";	msgFormSubmit = "Vielen Dank fŸr Ihr Interesse an unseren Dienstleistungen. Wir werden Ihren WŸnschen so rasch als mšglich nachkommen.";	msgNoNetscape4 = "Diese Website unterstŸtzt Netscape 4.x Browser nicht mehr. Nehmen Sie bitte ein Update auf eine aktuelle Version vor.";	}}//framereconstruct baseif (neX){	browserFrameSpec = "framesE4.htm";	if (ns4){		browserFrameSpec = "framesN4.htm";	}}//defocus functionfunction defocus(t){	if (t.blur){t.blur()}}//Browsercheckfunction browsercheck(){	if (ns4){		alert(msgNoNetscape4)	}}