function getProductsOfSortiment(pgid) {
	parent.produkt_anzeige.location.href='sortiment.php?pgid=' + pgid;
}
function getProduct(pgid,pid) {
	parent.produkt_vorschau.location.href='sortiment.php?pgid=' + pgid + '&pid=' + pid + '&area=Navigation';
	parent.produkt_anzeige.location.href='sortiment.php?pgid=' + pgid + '&pid=' + pid;
}

function hideLinkBorder(which) {
	if (!document.layers) {
		if (which.blur()) { which.blur(); }
	}
}

