var FarbeOben='"#5F5F7F"'
var FarbeUnten='"#AFAFCF"'
var FarbeSeite='"#000000"'
var Fuss=' '
var Thema=' '

function ShowAlle() {
ShowOben()
ShowSeite()
ShowUnten()
ShowObenR()
}

function ShowOben() {
parent.nameoben.document.open()
parent.nameoben.document.write('<HTML><BODY  BGCOLOR='+FarbeOben+'><FONT FACE="Helvetica" SIZE="3" COLOR="#FFFFFF">'+Inhalt+'</FONT></BODY>')
parent.nameoben.document.close()
}

function ShowSeite() {
parent.seiteoben.document.open()
parent.seiteoben.document.write('<HTML><BODY BGCOLOR='+FarbeSeite+' BACKGROUND='+Bild+'></BODY>')
parent.seiteoben.document.close()
}

function ShowUnten() {
parent.textunten.document.open()
parent.textunten.document.write('<HTML><BODY BGCOLOR='+FarbeUnten+'><P align="right"><FONT FACE="Helvetica" SIZE="2" COLOR="#000000">'+Fuss+'</FONT></BODY>')
parent.textunten.document.close()
}

function ShowObenR() {
parent.farbeoben.document.open()
parent.farbeoben.document.write('<HTML><BODY  BGCOLOR='+FarbeUnten+'><P align="right"><FONT FACE="Helvetica" SIZE="2" COLOR="#000000">'+Thema+'</FONT></BODY>')
parent.farbeoben.document.close()
}

