function AendereHauptrahmen(Titeldokument,Inhaltdokument)
{
    parent.Hauptrahmen.document.open("text/html");
	parent.Hauptrahmen.document.write('<html>');
 	parent.Hauptrahmen.document.write('<head>');
	parent.Hauptrahmen.document.write('<title>Ingenieurgruppe Bauen</title>');
	parent.Hauptrahmen.document.write('<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />');
	parent.Hauptrahmen.document.write('</head>');
    parent.Hauptrahmen.document.write('<frameset rows="180,1*" frameborder="no" border="0" framespacing="0" cols="*">');
    parent.Hauptrahmen.document.write('<frame name="Titel" noresize scrolling="auto"  src=" '+Titeldokument+' ">');
    parent.Hauptrahmen.document.write('<frame name="Inhalt" frameborder="no" scrolling="auto" src=" '+Inhaltdokument+' ">');
    parent.Hauptrahmen.document.write('</frameset>');
	parent.Hauptrahmen.document.write('<noframes><body bgcolor="#FFFFFF">Sie brauchen einen Browser, der Frames anzeigen kann! ');
	parent.Hauptrahmen.document.write('</body></noframes>');
    parent.Hauptrahmen.document.write('</html>');
    parent.Hauptrahmen.document.close();
}


function NeuerInhaltFuerZweiRahmen(Menuedokument,Inhaltdokument)
{
    parent.menue.document.location.href = Menuedokument
	document.location.href = Inhaltdokument
}

function NeuerInhaltFuerRahmen(Menuedokument,Inhaltdokument)
{
    parent.menue.document.location.href = Menuedokument
	parent.Inhalt.document.location.href = Inhaltdokument
}

function ENeuerInhaltFuerZweiRahmen(Titeldokument,Inhaltdokument)
{
    parent.Titel.document.location.href = Titeldokument
	document.location.href = Inhaltdokument
}

function ZurueckButton( )
{
    if (navigator.appName == "Netscape") {
		top.Hauptrahmen.back();
	 }
	 else {
		history.back();
	 }
}

function newWindow(Fotogalerie, AktuellesFoto) 
{
	if (Fotofenster && !Fotofenster.closed)
		Fotofenster.close();
	Fotofenster=window.open(Fotogalerie, AktuellesFoto, 'width=610,height=410,screenX=50,screenY=50');
	Fotofenster.focus();	
}

function newWindow2(Fotogalerie, AktuellesFoto) 
{
	if (Fotofenster && !Fotofenster.closed)
		Fotofenster.close();
	Fotofenster=window.open(Fotogalerie, AktuellesFoto, 'width=750,height=450,screenX=50,screenY=50');
	Fotofenster.focus();	
}

var Fotofenster

