function LPic(bild,x,y)
{
	neues_fenster=window.open("","", "alwaysRaised=1,toolbar=0,status=0,location=0,directories=0,menubar=0,resizable=1,scrollbars=0,width=" + x + ",height=" + y);
	neues_fenster.blur();
	neues_fenster.document.open();
	str = "<head><title>Wenzel-Hablik-Museum</title></head><body bgcolor='#FFFFFF' leftMargin='0' topMargin='0' marginwidth='0' marginheight='0' onContextMenu='return false'><IMG src='" + bild + "' border=0 GALLERYIMG='no'></html></BODY>";
	neues_fenster.document.writeln(str);
	neues_fenster.document.close();
	xpos = (screen.width/2) - (x/2);
 	ypos = (screen.height/2) - (y/2);
 	neues_fenster.moveTo(xpos,ypos);
 	neues_fenster.focus();

}

function SPic(bild,x,y)
{
	neues_fenster=window.open("","", "alwaysRaised=1,toolbar=0,status=0,location=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=" + x + ",height=" + y);
	neues_fenster.blur();
	neues_fenster.document.open();
	str = "<head><title>Wenzel-Hablik-Museum</title></head><body bgcolor='#FFFFFF' leftMargin='0' topMargin='0' marginwidth='0' marginheight='0' onContextMenu='return false'><IMG src='" + bild + "' border=0 GALLERYIMG='no'></html></BODY>";
	neues_fenster.document.writeln(str);
	neues_fenster.document.close();
	xpos = (screen.width/2) - (x/2);
 	ypos = (screen.height/2) - (y/2);
 	neues_fenster.moveTo(xpos,ypos);
 	neues_fenster.focus();

}

function remote(img){
	var neuesfenster = window.open("detail.html?"+img,"","alwaysRaised=1,toolbar=0,status=0,location=0,directories=0,menubar=0,resizable=1,scrollbars=0,width=200,height=200");
}

function ShowSat(url,titel,X,Y,Z,S)
{
	InfoWin = window.open(url,'titel',"width=" + X + ",height=" + Y + ",toolbar=" + S + ",scrollbars=" + Z);
	InfoWin.focus();
}

function routing()
{ window.open ('/cms/routing.html','Name','scrollbars=yes,width=490,height=300'); }