// setting the domain to allow cross domain scripting
/*
if (document.location.hostname == "172.16.17.183") {
	document.domain = "172.16.17.183";
}
if (document.location.hostname == "62.116.5.183") {
	document.domain = "62.116.5.183";
}
*/

document.domain = "josefstadt.org";
//document.domain = "192.168.254.252";

if (document.cookie.indexOf("Josefstadt_Warenkorb=true") < 0) {
	if (parent.hideWarenkorb) parent.hideWarenkorb();
} else {
	if (parent.showWarenkorb) parent.showWarenkorb();
}

function resizeIframe()
{
	if (parent.resizeFrame) parent.resizeFrame();
}