function ShowAGB() 
{
	var agbwin = window.open("/KML_AGB.html",
						"Kölnermusikladen AGB",
						"width=1050,height=600,resizable=0,scrollbars=1");
	agbwin.focus();
	return false;
}
