// JavaScript Document
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function loadforum() {
	setTimeout("window.open('../board/index.php','')",3000);
}

function checkwindow() {
var winname = window.name;
	if(winname != "Kreis") {
		window.location.href = "/index.html";
	}
}

function pop() {
	window.open("/shop/agb.html","","width=500, height=400, location=no, scrollbars=yes");
}

function disable() {
	document.getElementById('submit_cc').style.visibility='visible';
	window.iframe1.location.href = 'https://www.tierkreispsychogramm.de/shop/iframe.php';
	/*document.images["loading"].src = "/img/loading.gif"*/
	
	document.getElementById('button').disabled = "true";
}
//-->
