
function printChanges() {
    var datum = document.lastModified;

    datum = datum + " Uhr";
    datum = datum.replace(/\//g, ".");
    var teile = datum.split(".");

    document.write("<P ALIGN=\"LEFT\"> ");
    document.write("<FONT  color=\"#888888\"  size=\"-3\" > ");
    document.write("letzte &Auml;nderung " + teile[1] +"."+ teile[0]+"."+ teile[2] );
    document.write("</FONT> ");
    document.write("</P>");
}



function printMaiRef(name){
    document.write("<a href=\"");
    document.write("mailto:");

    document.write("vhs");
    document.write("2");
    document.write("dvd");
    document.write("\@");
    document.write("kinz");
    document.write("elb");
    document.write("ach");
    document.write(".net");

    document.write("\">");

    document.write(name);
    document.write("</a>");
}

function printMichelRef(name){
    document.write("<a href=\"");
    document.write("mailto:");

    document.write("mi");
    document.write("c");
    document.write("h");
    document.write("el");
    document.write("\@");
    document.write("kinz");
    document.write("elb");
    document.write("ach");
    document.write(".net");

    document.write("\">");

    document.write(name);
    document.write("</a>");
}



function printMail(){

    document.write("mi");
    document.write("ch");
    document.write("el");
    document.write("\@");
    document.write("kinz");
    document.write("elb");
    document.write("ach");
    document.write(".net");
}



function baum() {


            a = new dTree('a');
            a.config.useStatusText=true;
            a.config.closeSameLevel=false;
            a.config.useCookies=true;
            a.add(0,-1, 'MK',                'index.html',      'Allgemeine Information');
            a.add(1, 0, 'VHS2DVD',           'vhs2dvd.html',    'Sicherung von alten VHS Kasetten');
            a.add(2, 0, 'VPN',               'vpn.html',        'Zugriff von Überall');
            a.add(3, 0, 'MP3',               'mp3.html',        'Kleinmacher');
            a.add(4, 0, 'Ausbildung',        'ausbildung.html', '');
            a.add(5, 0, 'Impressum',         'impressum.html',  '');



            document.write(a);
            a.openAll();

};
