function op1(URL)	{

aWindow=window.open(URL, "Voegel", "toolbar=no,width=850,height=580, status=no,scrollbars=no,resizable=yes,menubar=no,location=no") ;

aWindow.moveTo(0,0)
aWindow.focus()
}

function op2(URL)	{

aWindow=window.open(URL, "Voegel", "toolbar=no,width=700,height=700, status=no,scrollbars=no,resizable=yes,menubar=no,location=no") ;

aWindow.moveTo(0,0)
aWindow.focus()
}




function op(URL)	{

aWindow=window.open(URL, "Voegel", "toolbar=no,width=785,height=580, status=no,scrollbars=no,resizable=yes,menubar=no,location=no") ;

aWindow.moveTo(0,0)
aWindow.focus()
}

function openwin(URL)	{

aWindow=window.open(URL, "Voegelaktuell", "toolbar=no,width=801,height=532, status=no,scrollbars=no,resizable=yes,menubar=no,location=no") ;

aWindow.moveTo(0,0)
aWindow.focus()
}



function change(galerieURL,navURL,inhaltURL,untenmiURL) {
		parent.galerie.location.href=galerieURL;
}


function engl() {
		alert("site under construction")
}



function change(navURL,inhaltURL) {
		parent.nav.location.href=navURL;
		parent.inhalt.location.href=inhaltURL;
}

function change1(inhaltURL) {
		parent.inhalt.location.href=inhaltURL;
}

function changestart(inhaltURL) {
		parent.location.href=inhaltURL;
}


function start(xyURL) {
		parent.top.location.href=xyURL;
}



function change2(obenURL,navURL,inhaltURL,untenmiURL) {
		parent.oben.location.href=obenURL;
		parent.nav.location.href=navURL;
	  parent.inhalt.location.href=inhaltURL;
    parent.untenmi.location.href=untenmiURL;
}

function change3(obenliURL,obenURL,obenreURL,navURL,inhaltURL,untenliURL,untenmiURL,unten1URL,oben1URL,untenURL) {
  	parent.obenli.location.href=obenliURL;
		parent.oben.location.href=obenURL;
    parent.obenre.location.href=obenreURL;
		parent.nav.location.href=navURL;
	  parent.inhalt.location.href=inhaltURL;
    parent.untenli.location.href=untenliURL;
    parent.untenmi.location.href=untenmiURL;
    parent.unten1.location.href=unten1URL;
    parent.oben1.location.href=oben1URL;
    parent.unten.location.href=untenURL;
}



function hinein(a,img1Name) { 

	var imgObj1=document.images[img1Name];

	var bilda = new Image()
	bilda.src = a

	imgObj1.src = bilda.src;

}

function hinaus(a,img1Name) { 

	var imgObj1=document.images[img1Name];

	var bilda = new Image()
	bilda.src = a

	imgObj1.src = bilda.src;
}


