function LM()
{
var filedatum = new Date (document.lastModified);	

var tag = filedatum.getDate();
if (tag < 10) {tag = "0"+tag;}

var mon = filedatum.getMonth()+1;
if (mon < 10) {mon = "0"+mon;}

var jahr = filedatum.getYear();
if (jahr<=200) jahr += 1900;
if (jahr<=1999) jahr += 20;

var rueck="<hr><center><font face=\"Verdana,Arial\">Last modified : "+tag+"."+mon+"."+jahr+"<br><font size=-2>A page from <a href=\"http://www.heaven17.de\">www.heaven17.de</a> &nbsp; &copy; 1997-2012 <a href=\"mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#104;&#101;&#97;&#118;&#101;&#110;&#49;&#55;&#46;&#100;&#101\">&#84;&#104;&#111;&#109;&#97;&#115; &#79;&#118;&#101;&#114;&#98;&#101;&#99;&#107;</A></font></font><p>";
document.writeln(rueck);
return("");
}


function LMP()
{
var rueck="<hr><center><font face=\"Verdana,Arial\"><font size=-2>A page from <a href=\"http://www.heaven17.de\">www.heaven17.de</a> &nbsp; &copy; 1997-2012 <a href=\"mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#104;&#101;&#97;&#118;&#101;&#110;&#49;&#55;&#46;&#100;&#101\">&#84;&#104;&#111;&#109;&#97;&#115; &#79;&#118;&#101;&#114;&#98;&#101;&#99;&#107;</A></font></font><p>";
document.writeln(rueck);
return("");
}





if(navigator.userAgent.indexOf("Mac")>-1) MAC=true; else MAC=false;

document.onmouseover = light
document.onmouseout = dark

pulsevorher = 0

pulseInterval = null
pulseElement = null

pulsePosition = 0
pulseColor = new Array(
        "#ffcc00",
        "#e5b200",
        "#cc9900",
        "#b27f00",
        "#996600",
        "#7f4c00",
        "#663300",
        "#4d1a00",
        "#330000",
        "#190019",
        "#000033",
        "#190019",
        "#330000",
        "#4d1a00",
        "#663300",
        "#7f4c00",
        "#996600",
        "#b27f00",
        "#cc9900",
        "#e5b200"
        )
pulseColorText = new Array(
        "#663300",
        "#4d1a00",
        "#330000",
        "#190019",
        "#000033",
        "#190019",
        "#330000",
        "#4d1a00",
        "#663300",
        "#7f4c00",
        "#996600",
        "#b27f00",
        "#cc9900",
        "#e5b200",
        "#ffcc00",
        "#e5b200",
        "#cc9900",
        "#b27f00",
        "#996600",
        "#7f4c00"
        )

function light(e) {
        if(event.srcElement.tagName=="A") {
		pulsevorher = event.srcElement.style.color
                pulseElement = event.srcElement
                pulseElement.style.color = "#000000"
                pulseInterval = setInterval("pulse()",50)
        }
}
function dark(e) {
        if(event.srcElement.tagName=="A") {
                clearInterval(pulseInterval)
                if(MAC==true) {
                        pulseElement.style.backgroundColor = "#000033"
                } else {
                        pulseElement.style.removeAttribute("backgroundColor")
                }
                pulseElement.style.color = pulsevorher
                pulsePosition = 0
        }
}
function pulse() {
        pulseElement.style.backgroundColor = pulseColor[pulsePosition]
        pulseElement.style.color = pulseColorText[pulsePosition]
        pulsePosition++
        if(pulsePosition==pulseColor.length) pulsePosition = 0
}



function MBA(bild,titel,utitel) 
{
var mytitel;
var myutitel;
mytitel = titel+" "; myutitel = utitel+" ";
if(mytitel=="undefined ") {mytitel = ""};
if(myutitel=="undefined ") {myutitel = ""};
document.open();
document.write("<head><META name=\"Author\" content=\"Thomas Overbeck\"><link rel=stylesheet type=\"text/css\" href=\"nav/standard.css\"><meta http-equiv=\"imagetoolbar\" content=\"no\"></head>");
document.write("<body oncontextmenu=\"return false\" onselectstart=returnfalse  bgcolor=\"black\" text=\"white\" link=\"red\" vlink=\"green\" alink=\"red\">");
document.write("<center><h4>");
document.write(mytitel);
document.write("</h4><table width=1% height=1% border=0><tr><TD VALIGN=\"top\" WIDTH=70><A href=\"javascript:history.back();\"><IMG SRC=\"./nav/back.gif\" WIDTH=37 HEIGHT=35></A></TD><td><center><img src=\"");
document.write(bild);
document.write("\"></center></td></tr></table><p>");
document.write(myutitel);
document.write("<p><a href=\"javascript:history.back();\">BACK</a></center>");
LMP();
document.close();
}

