function getDetails(id,gruppenID)
{
	window.opener.location.href = "shop.detail.php?ID="+ id +"&gruppe="+ gruppenID;
	window.opener.focus();
}
