// JavaScript Document
function vrundgang_popup() {
	var win;

	win=window.open("http://www.begehungen.de/wh/kinderwunschzentrum_berlin/index.htm","vrundgang","width=900,height=552,resizable=no,top=200,left=200,scrollbars=no,toolbar=no,menubar=no,status=no");
	win.focus();
	//win.moveTo(screen.width/2-340, screen.height/2-250);
}

function newsticker_popup() {
	var win2;

	win2=window.open("http://www.begehungen.de/wh/kinderwunschzentrum_berlin/index.htm","newsticker","");
	win2.focus();
	//win.moveTo(screen.width/2-340, screen.height/2-250);
}


