function airberlin(u, t, w, h){
	window.open(u, t, "width=" + w + " , height=" + h + " , top=0, left=0, dependent=yes, scrollbars=yes, resizable=yes");
}

