function getWinX() {
	return screen.width/2 - 792/2
}

function getWinY() {
	return screen.height/2 - 814/2
}
function winy() {
	return screen.height
}

function winx() {
	return screen.width
} 
function popup() {
window.status=screen.width;
    homewin=window.open("online speisekarte.php",'speisekarte','scrollbars=yes,width=860,height=900');
    homewin.moveTo(getWinX(),getWinY());
	return false;	
}
function popup2() {
window.status=screen.width;
    homewin=window.open("../online speisekarte.php",'speisekarte','scrollbars=yes,width=650,height=800');
    homewin.moveTo(getWinX(),getWinY());
	return false;	
}
function popup_package(id) {
window.status=screen.width;
    homewin=window.open("view_package.php?id="+id,'produkt','scrollbars=yes,width=600,height=600');
    homewin.moveTo(getWinX(),getWinY());	
}
function popwein(nr) {
window.status=screen.width;
    homewin=window.open("cantele"+nr+".htm",'produkt','scrollbars=yes,width=650,height=800');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}