/*	************************	Anibody.de Javascripte	********************	*/

/*		Datei: init.js																					*/

	if(top.location.href != self.location.href) top.location.replace(self.location.href);
	window.defaultStatus = "Fertig: Anibody.de -  Medizinische Haustierbekleidung";

function ShowMouseInfo(Ereignis, Text) {
	var MIBox;
	if(!Ereignis)
		Ereignis = window.event;
	var Textknoten = document.createTextNode(Text);
	if (document.getElementById) {
		MIBox = document.getElementById("mouseinfo");
		MIBox.style.left  = (Ereignis.clientX + 15) + "px";
		MIBox.style.top = (Ereignis.clientY - 15) + "px";
	} else if (document.all) {
		MIBox =document.all.mouseinfo ;
		MIBox.style.left = Ereignis.clientX + 15;
		MIBox.style.top = Ereignis.clientY - 15;
	}
	MIBox.replaceChild(Textknoten, MIBox.firstChild);
	MIBox.style.display = "inline";
	to = window.setTimeout('HideMouseInfo()', 5000);			
}

function HideMouseInfo() {
	var MIBox;
	if (document.getElementById) {
		MIBox = document.getElementById("mouseinfo");
	} else if (document.all) {
		MIBox =document.all.mouseinfo ;
	}
	MIBox.style.display = "none";
	window.clearTimeout(to);		
}

	
			function agb() {
				agbfenster = window.open("agb.php", "agbfenster", "depentent=yes, height=350, width=650, left=30, top=30, location=no, menubar=yes, resizable=yes, scrollbars=yes, status=no, toolbar=no");
			}

