function newwindow(B){
	U = "bewerbung_als_aupair.html?ID="+ B;
	a = window.open(U,"citymap","width=750,height=720,screenX=542,screenY=620,resizable=no,dependent=yes,scrollbars=yes");
	a.focus();
}
