check=0; 
domain=new Array(
"http://modellbau-menninghaus.de",
"http://modellbau-menninghaus.de/zimo.php",
"http://modellbau-menninghaus.de/",
"http://modellbau-menninghaus.de/index.php",
"http://www.modellbau-menninghaus.de",
"http://www.modellbau-menninghaus.de/zimo.php",
"http://www.modellbau-menninghaus.de/",
"http://www.modellbau-menninghaus.de/index.php"
);
for(i=0;i<domain.length;i++){
	var site=top.location.href;
	var param=site.split("?");
	if(site.search(/print/)!=-1){ check=1; }
	if(param[0]==domain[i]){ check=1; }
} 
/*
if(check==0){ url="http://www.modellbau-menninghaus.de/?z="+escape(top.location.pathname); top.location.href=url; }
*/
function wA(){
	str="";
	str=str+"/";
	str=str+"a";
	str="<"+str;
	str=str+">";
	document.write("</a>");
}

var at="@";

function popPic(id,wd,ht,nm,scr){
		definition="width="+wd+",height="+ht+",screenX=50,screenY=50,directories=no,toolbar=no,location=no,menubar=no,resizable=yes,scrollbars="+scr+",dependent=no";
		url="../startseite/anzeiger.php?pic="+id;
		window.open(url,nm,definition);
}

function popInfo(id,wd,ht,nm,scr){
		definition="width="+wd+",height="+ht+",screenX=50,screenY=50,directories=no,toolbar=no,location=no,menubar=no,resizable=yes,scrollbars="+scr+",dependent=no";
		url="../startseite/information.php?id="+id;
		window.open(url,nm,definition);
}
var stat="Modellbau-Menninghaus";
function st(){ window.status=stat; }
function wEM(){
str=""; 
str="<";
emarr=new Array(" ","=\"",":","-",at+"t-",".");
arr=new Array();
arr[0]=new Array("a");
arr[1]=new Array("f","e","r","h");
arr[2]=new Array("o","t","l","i","a","m");
arr[3]=new Array("u","a","b","l","l","e","d","o","m");
arr[4]=new Array("s","u","a","h","g","n","i","n","n","e","m");
arr[5]=new Array("e","n","i","l","n","o");
for(i=0; i<arr.length; i++){
	for(c=((arr[i].length)-1); c>-1; c--){
		str=str+arr[i][c];
	}
	str=str+emarr[i];
}
str=str + "d";
str=str + "e";
str=str + "\" onfocus=\"this.blur()\" onmouseover=\"st()\"";
str=str + ">";
document.write(str);
}
