function Enlarge(a) {
	nyttFunster = window.open("window.html", "image" ,"toolbar=no,directories=no,width=420,height=375");
	nyttFunster.document.open("text/html");
	with(nyttFunster.document) {
		writeln("<HTML><HEAD><TITLE>Missionskyrkan - Vänersborg</TITLE>");
		writeln("<script language='Javascript'>");
		writeln("	function click(){");
		writeln("		if ((event.button==2) || (event.button==3)) {");
		writeln("			Picturelayer.style.visibility = 'hidden'");
		writeln("		}");
		writeln("	}");
		writeln("	document.onmousedown=click");
		writeln("</script>");
		writeln("<style type='text/css'>");
		writeln(".properties {  font-family: 'Verdana'; font-size: 10; text-decoration: none; color: '#0000AA'}");
		writeln("a{text-decoration:none}");
		writeln("</style>");
		writeln("</HEAD>");
		writeln("<BODY>");
		writeln("<div id='Picturelayer' style='position:absolute; left:10; top:10; width:400; height:300; z-index:2; visibility: visible'>");
		writeln("<img src='" + a + "' name='picture' width='400' height='300'></div>");
		writeln("<div id='Decoration' style='position:absolute; left:5; top:5; width:410; height:310; z-index:1; background-color: 000033; visibility: visible'></div>");
		writeln("<div id='Closelink' style='position:absolute; left:380; top:350; width:40; height:15; z-index:3; visibility: visible'>");
		writeln("<A HREF='Javascript:window.close()' CLASS='properties'>Stäng</A><DIV>");
		writeln("</BODY></HTML>");
		close();
	}
}
