
var info = "";
window.status=info;



// Fenster auf 100 %aufblasen
//self.moveTo(0,0)
//self.resizeTo(screen.availWidth,screen.availHeight)



// Galerie-PopUps

function anfrage(bild){
	window.open("content/anfrage.php?foto="+bild+"","Fenster1","menubar=no,locationbar=no,resizable=no,scrollbars=no,toolbar=no,width=404,height=585,screenX=300,screenY=50");
}


function querformat(bild){
	window.open("content/querformat.php?foto="+bild+"","Fenster1","menubar=no,locationbar=no,resizable=no,scrollbars=no,toolbar=no,width=639,height=585,screenX=200,screenY=50");
}

function impressum(){
	window.open("content/info.php","Fenster1","menubar=no,locationbar=no,resizable=no,scrollbars=no,toolbar=no,width=404,height=585,screenX=200,screenY=50");
}

function gaestebuch(){
	
window.open("content/gaestebuch.php","Fenster2","menubar=no,locationbar=no,resizable=no,scrollbars=yes,toolbar=no,width=404,height=585,screenX=200,screenY=50");
}

function vita(){
	
window.open("content/vita.php","Fenster3","menubar=no,locationbar=no,resizable=no,scrollbars=yes,toolbar=no,width=404,height=585,screenX=200,screenY=50");
}

