function bestell()
{
	wkorb = window.open("bestelliste.asp","b_fenster","width=600,height=400,menubar=no,toolbar=no,scrollbars=yes,status=yes,resizable=yes");
	if (wkorb)
	{
		wkorb.focus();
	}
}

function bestell2()
{
	wkorb = window.open("./skripte/bestelliste.asp","b_fenster","width=600,height=400,menubar=no,toolbar=no,scrollbars=yes,status=yes,resizable=yes");
	if (wkorb)
	{
		wkorb.focus();
	}
}
