<!--

var domain  = new String("dynkit.methodica.info");
var deflang = new String("de");
var curlang = new String(deflang);

var today = new Date();
var dmdat = new Date(this.document.lastModified);
var smdat = new String(dmdat.getFullYear() + "-" + (dmdat.getMonth()<9?"0":"") + (dmdat.getMonth()+1) + "-" + (dmdat.getDate()<10?"0":"") + dmdat.getDate());

var cookiename = new String("SelLang");
var cookiefnd  = false;

var pname = new String(this.location.pathname); if (pname.indexOf(".")==-1) {pname+="index.htm";}

var hash  = new String(this.location.hash);
var bbt = new String("");
var user = new String(domain + "_" + curlang);
var uplink = new String("");

var glryprog = new String("/cgi-bin/glry2.cgi");
var lookup = new String("Nachschlagen / Fenster schliessen");
var tglbox = new String("anzeigen / schliessen");
var loading = new String("lade");
var openclose=new String("auf- / zuklappen");
var websrchengine = new String("http://www.google.de/search?q=");

// Configure options
var oPrtVe = 0;  // 1, Dienst "Seite drucken"
var oImpre = 1;  // 1, Verweis zu "Impressum"
var oLegal = 2;  // 1, Verweis zu "Rechtliches"
var oSerch = 3;  // 1, Dienst "Suche" (lokale Suche)
var oMLang = 4;  // 1, Mehrsprachigkeit
var oConta = 5;  // 1, Verweis zu "Kontakt"-Formular
var oLinks = 6;  // 0, Verweis zu "Diverses & Links"
var oGoBck = 7;  // 1, Navigation "Zurück"
var oRePag = 8;  // 1, Dienst "Seite empfehlen"
var oFHelp = 9;  // 1, Dienst "Hilfe"
var oFedBk = 10; // 1, Verweis zu "Feedback"-Formular
var oSitMp = 11; // 1, Verweis zu "Seitenübersicht"
var oBltBd = 12; // 1, Funktion "News" (Bulletin Board)
var oTocPg = 13; // 0, Navigation "aktuelle Seite" (Inhaltsverzeichnis)
var oOpnAl = 14; // 0, Dienst "Alles aufklappen"
var oClsAl = 15; // 0, Dienst "Alles zuklappen"
var oTopPg = 16; // 1, Navigation "Zum Seitenanfang"
var oUplnk = 17; // 0, Navigation "Übergeordnetes Thema"
var oZoomP = 18; // 0, Dienst "Zoom Plus" (nicht implementiert)
var oZoomM = 19; // 0, Dienst "Zoom Minus" (nicht implementiert)
var oASrch = 20; // 0, Funktion "Automatische Suche" (Internet-Suche)
var oClose = 21; // 0, Navigation "Fenster schliessen"
var oZoomR = 22; // 0, Dienst "Zoom Aus" (nicht implementiert)
var oDelim = 99; // special option: delimiter

// Index:  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22
var opt = [1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0];
// var opt = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; // alle

var oTxt = [
	"Seite drucken",
	"Impressum",
	"Rechtliches",
	"Suche",
	"Sprache",
	"Kontakt",
	"Diverses &amp; Links",
	"Zur&uuml;ck",
	"Seite empfehlen",
	"Hilfe",
	"Feedback",
	"Seiten&uuml;bersicht",
	"News",
	"Inhaltsverzeichnis aktualle Seite",
	"Alles aufklappen",
	"Alles zuklappen",
	"Seitenanfang",
	"&Uuml;bergeordnetes Thema",
	"Zoom Plus",
	"Zoom Minus",
	"Automatische Suche",
	"Fenster schliessen",
	"Zoom Aus"
];

var oIco = [
	"/img/print1.gif",
	"/img/link.gif",
	"/img/link.gif",
	"",
	"",
	"/img/link.gif",
	"/img/link.gif",
	"/img/ltarrow1.gif",
	"/img/pointer2.gif",
	"/img/help1.gif",
	"/img/link.gif",
	"/img/sitemap1.gif",
	"",
	"",
	"/img/expandall.gif",
	"/img/collapseall.gif",
	"/img/top1.gif",
	"/img/goup.gif",
	"",
	"",
	"",
	"/img/close.gif",
	""
];

var oHrf = [
	"window.open('/cgi-bin/prtpage.cgi?USER=" + user + "&LINK=" + pname + "&UPD=" + smdat + "','_blank')",
	"window.location='/html_de/impress.htm'",
	"window.location='/html_de/legal.htm'",
	"/cgi-bin/search.cgi",
	"",
	"window.location='/html_de/contact.htm'",
	"window.location='/html_de/links.htm'",
	"history.go(-1);",
	"window.location='/cgi-bin/fwdlnk.cgi?USER=" + user + "&LINK=" + pname+"'",
	"window.open('/cgi-bin/help.cgi?USER=" + user + "&LINK=" + pname + "','_blank')",
	"window.location='/html_de/feedback.htm'",
	"window.location='/html_de/sitemap.htm'",
	"",
	"",
	"ExpandCollapseAll(window,true)",
	"ExpandCollapseAll(window,false)",
	"scrollTo(0,0);",
	"",
	"zoom(+1.2);",
	"zoom(-1.2);",
	"",
	"window.close();",
	"zoom(0.0);"
];

var nota = new String("(nicht verf&uuml;gbar)");
var go   = new String("GO");
var ltoc = new String("Aktuelle Seite");
var lto  = new String("Zu");
var entskey = new String("Suchbegriff eingeben");
var gosrch  = new String("Begriff in Web-Site suchen");
var tglbox = new String("anzeigen / schliessen");
var loading = new String("lade");
var defico = new String("/img/defico.gif");

var smenu = [
  [ oTopPg, oTocPg, oGoBck, oUplnk, oSitMp, oClose],
//  [ oTopPg, oTocPg, oGoBck, oUplnk, oSitMp, oClose, oMLang, oFHelp, oRePag, oPrtVe, oOpnAl, oClsAl, oZoomP, oZoomM, oZoomR, oSerch ],
  [ oMLang, oFHelp, oRePag, oPrtVe, oOpnAl, oClsAl, oZoomP, oZoomM, oZoomR, oSerch ],
  [ oConta, oFedBk, oImpre, oLegal, oLinks ]
];
var smenuttl = [
  "Navigation",
  "Dienste",
//  "Navigation & Dienste",
//   "Dienste",
   "Instruktion"
];

var oTopMx = 2;

var multilanguage = (opt[oMLang]==1);
clover="#660000";bgover="#ffff66";stdtda=" onmouseover=\"this.style.backgroundColor='"+bgover+"';this.style.color='"+clover+"';return true;\" onmouseout=\"this.style.backgroundColor='';this.style.color=''\" ";
var maxopt=12;var maxlen=19;var tocfontsize= "8pt";var lng=new Array("DE","EN");var lcd=new Array("de","en");var lnm=new Array("Deutsch","Français","English");var imgpath="/img/";var cookiename="SelLang";
var agent=new String(navigator.userAgent);
agent=agent.toLowerCase();
var op=window.opera;
var ie=agent.indexOf("msie")>-1 && !op;
var ns=( navigator.appName.indexOf("Netscape")>-1 );
var bbar = "";

// -->

