<!--
var cookiename = "SelLang";
var deflang = "de";
var cookiefnd = false;
top.curlang = deflang; 
function menuInitialize(){top.curlang = deflang; xM=new makeCM("xM"); xM.resizeCheck=0; xM.rows=1;  xM.onlineRoot=""; xM.pxBetween =0; xM.fillImg="/img/spacer.gif"; xM.fromTop=1; xM.fromLeft=1; xM.wait=500; xM.zIndex=400;xM.useBar=1; xM.barWidth="menu"; xM.barHeight="menu"; xM.barX=0;xM.barY="menu"; xM.barClass="clBar"; xM.barBorderX=0; 
xM.barBorderY=0; xM.level[0]=new cm_makeLevel(90,18,"clT","clTover",0,0,"clB",0,"top",0,0,0,0,0); xM.level[1]=new cm_makeLevel(120,17,"clS","clSover",0,0,"clB",0,"right",0,0,"/img/rtarrow.gif",9,7);xM.level[2]=new cm_makeLevel(120,17,"clS2","clS2over"); xM.level[3]=new cm_makeLevel(140,17);
xM.makeMenu('m1','','Hauptseite','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=index_txt.htm','_top');
xM.makeMenu('m2','','Info...','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=info_txt.htm','_top'); 
xM.makeMenu('m3','','&Uuml;ber uns...','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=about_txt.htm','_top'); 
xM.makeMenu('m4','','Produkte...','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=products_txt.htm','_top');
xM.makeMenu('m5','','Hilfsmittel...','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=tools_txt.htm','_top'); 
xM.makeMenu('m6','','Impressum','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=impres_txt.htm','_top'); 
xM.makeMenu('m21','m2','Themen',''); 
xM.makeMenu('m22','m2','Nachrichten','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=info_headlines_txt.htm','_top');
xM.makeMenu('m23','m21','IT-Sicherheit','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=info_txt.htm&hsh=SECURITY','_top'); 
xM.makeMenu('m24','m21','Internet-Zeit','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=info_inettime_txt.htm','_top'); 
xM.makeMenu('m25','m2','Kursrechner','http://www.oanda.com/converter/travel?user=methodica&lang='+deflang,'_blank'); 
xM.makeMenu('m26','m2','Links','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=info_links_txt.htm','_top');
xM.makeMenu('m31','m3','Firmenprofil','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=about_txt.htm','_top'); 
xM.makeMenu('m32','m3','Mission Statement','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=index_txt.htm&hsh=MISSION','_top'); 
xM.makeMenu('m33','m31','Kenndaten','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=about_txt.htm&hsh=KEYDATA','_top'); 
xM.makeMenu('m34','m31','Schwergewichte','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=about_txt.htm&hsh=PRODUCTS','_top');
xM.makeMenu('m41','m4','Beratung','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=products_txt.htm&hsh=BERATUNG','_top'); 
xM.makeMenu('m42','m4','Schulung','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=products_txt.htm&hsh=AUSBILDUNG','_top'); 
xM.makeMenu('m43','m4','Software','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=products_txt.htm&hsh=SOFTWARE','_top'); 
xM.makeMenu('m51','m5','Dateien herunterladen','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=tools_download_txt.htm','_top');
xM.makeMenu('m52','m5','Suchen','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=tools_search_txt.htm','_top'); 
xM.makeMenu('m53','m5','Kontakt','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=tools_contact_txt.htm','_top'); 
xM.makeMenu('m54','m5','Feedback','http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang='+deflang+'&pth=tools_feedback_txt.htm','_top'); 
// xM.menuPlacement=new Array(13,93,153,233,313,393,473);xM.construct();}
// xM.menuPlacement=new Array(0,80,140,220,300,380,460);xM.construct();}
xM.menuPlacement=new Array(16,96,156,236,316,396,476);xM.construct();}
function createCookie(name,value,days){if (days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires=";expires="+date.toGMTString();}else{expires = "";}top.document.cookie = name+"="+escape(value)+expires+";path=/;domain=methodica.ch;";}
function readCookie(name){var nameEQ=name+"=";var ca=top.document.cookie;if ((!ca)||(ca.length<1)){return "";}var str=ca.indexOf(nameEQ);if (str==-1){return "";}str=str + name.length + 1;var end=ca.indexOf(';', str);if (end==-1){end=ca.length;}var val=ca.substring(str,end);return unescape(val);}
function langChd(){var chd = false;var cl=new String(readCookie(cookiename));if (cl.length>0){chd=(top.curlang.toLowerCase() != cl.toLowerCase());top.curlang=cl;cookiefnd = true;}else{top.curlang=deflang;}createCookie(cookiename,top.curlang,30);return chd;}
function methInitialize(){if (!top.pname){return;}if (top.pname.length<1){return;}var redir=true;var lch=false;var cl=deflang;if (this!=top){
top.txp="Zum Seitenanfang";top.opa="Alles aufklappen";top.cla="Alles zuklappen";top.prn="Seite drucken";top.bmk="Zu Favoriten hinzuf&uuml;gen";top.tbx="Werkzeuge";top.upl="&Uuml;bersicht";top.mll="Verkn&uuml;pfung senden";top.rcp="Empfehlenswerte Seite";top.fro="bei";top.hom="Hauptseite";top.bbt="";
lch=langChd();redir=lch;cl=top.curlang;}if (redir){var nw = "/_"+cl+"_/";if (lch){top.pname = new String(top.pname.replace("/_" + deflang + "_/", nw));} 
var hsh=(top.hash.length > 1)?top.hash.substring(1):"";var hre="http://www.methodica.ch/cgi-bin/genmfw.cgi?curlang=" + escape(top.curlang) + "&ttl=" + escape(top.document.title) + "&pth=" + escape(top.pname) + "&hsh=" + escape(hsh);top.document.location.href=hre;}
else{top.document.title = this.document.title;top.pname = "";top.hash  = "";top.today = new Date(); top.dmdat = new Date(this.document.lastModified);top.smdat = new String(top.dmdat.getDate() + "." + (top.dmdat.getMonth()+1) + "." + top.dmdat.getFullYear());top.cframe = this;}}
        ccf={
            // add as many as you want here
            engines:[
                "http://www.google.de/search?q=",
                "http://alltheweb.com/search?q=",
                "http://search.yahoo.com/search?p=",
                "http://www.altavista.com/web/results?q="
            ],

            init:function(){
                ccf.addEvent(document,"dblclick",ccf.readSelection);
            }, // init

            readSelection:function(e){
                var text="";
                if(window.getSelection){
                    text=window.getSelection();
                }
                if(document.selection){
                    text=document.selection.createRange().text;
                }
                if(text==""){
                    alert("Es wurde kein Text ausgewählt!");
                }else{
                    ccf.processQuery(text);
                }
            },// readSelection

            processQuery:function(query){
                window.location.href=this.engines[2]+query;
            }, // processQuery

            addEvent:function(obj, evType, fn){
                /*
                adds an eventListener for browsers which support it.
                Written by Scott Andrew: www.scottandrew.com
                */
                if (obj.addEventListener){
                    obj.addEventListener(evType, fn, true);
                    return true;
                } else if (obj.attachEvent){
                    var r = obj.attachEvent("on"+evType, fn);
                    return r;
                } else {
                    return false;
                } // if
            } // addEvent
        } // ccf

// -->
