function showTitle(){	parent.document.title = document.title;}function putInFrameset(){	showTitle();		if(!parent.frames[0]) 	{		var fileName = this.location.href;		fileName = fileName.replace(/^(.+)\/([^\/]+)$/,"$2");		this.location.href= "indexv.php?red="+fileName;	}}function mailhide(preApe, postApe){	Ape = " ";	Ape = preApe+"@"+postApe;	return(document.write("<a href='mailto:"+Ape+"'>"+Ape+"</a>"));}function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function changeImages() {	if (document.images && (preloadFlag == true)) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}var preloadFlag = false;function preloadImages() {	putInFrameset(); 	if (document.images) {			Pfeilback = newImage("bilder/Pfeilback.gif");			Pfeilvor = newImage("bilder/Pfeilvor.gif");			Menu11 = newImage("bilder/Menu11.gif");			Menu12 = newImage("bilder/Menu12.gif");			Menu13 = newImage("bilder/Menu13.gif");			Menu14 = newImage("bilder/Menu14.gif");			Menu15 = newImage("bilder/Menu15.gif");		preloadFlag = true;	}}function changeColor(ElementID, Status){	var theWord = document.getElementById(ElementID);	if(Status == "over") theWord.style.color = "white";	else theWord.style.color = "black";}function warenkorb(produktnummer){	/*	if(parent.index.Bestellung[produktnummer][0]>0) alert("Produkt ist bereits vorgemerkt ("+produktnummer+")");	else alert("Produkt wurde vorgemerkt ("+produktnummer+")");	*/	parent.index.wk(produktnummer);}function openAGB(Anker){	agbURL = "agb.php4#" + Anker;	AGBFenster = window.open(agbURL,"AGB","dependent=yes,resizable=yes,scrollbars=yes,left=20,top=50,height=400,width=700");}
