function fenster (url)
{
	var win2;
	win2=window.open (url,"buchen","width=640,height=480,resizable=yes,scrollbars=yes,toolbar=no,top=50,left=50");
	win2.window.focus();
}