﻿//abspeichern im UTF-8 Format !!!!!!

function ovflin(sprache){
top.document.getElementById('home5').style.width = "110%"
top.document.getElementById('home5').style.height = "110%"
top.document.getElementById('home5').style.top = -15
top.document.getElementById('home5').style.left = -10
top.document.getElementById('home5').style.filter = "alpha(opacity=40)"
top.document.getElementById('home5').style.MozOpacity = "0.4"
top.document.getElementById('home5').style.opacity = "0.4"
top.document.getElementById('home5').style.background = "transparent"
top.document.getElementById('home5').style.background  = "#840"
top.document.getElementById('home5').style.zIndex = 2
setTimeout("setzetitle()", 400)
}
function ovflout(){
document.getElementById('home5').style.position = "absolute"
document.getElementById('home5').style.width = 0
document.getElementById('home5').style.height = 0
document.getElementById('home5').style.top = 0
document.getElementById('home5').style.left = 0
document.getElementById('home5').style.filter = "alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0"
document.getElementById('home5').style.background = "transparent"
document.getElementById('home5').style.background  = ""
document.getElementById('home5').style.zIndex = 0
}

function setzetitle(){
top.document.getElementById('tl').innerHTML = window.parent.Infos.document.title
}


