function ordwin (url)
	{
		orderwindow=open(url,"Bestellfenster","width=450,height=400,left=20,top=40,locationbar=no,status=no,menubar=no,resizeable=no");
		orderwindow=window.focus;
	}
	
function infowin (url,wi,he)
	{
		infowindow=open(url,"Infofenster","width=500,height=450,left=20,top=40,locationbar=no,status=no,resizeable=no");
		orderwindow=window.focus;
	}
