function newWindow(URL) {
	var coordy = screen.height /4;
	var coordx = screen.width /4;
	NewWin = window.open(URL, "Empfehlen", "width=350,height=380,statusbar=no,menubar=no,resizeable=no,scrollbars=no,status=no,location=no,top="+ coordy + ",left=" + coordx);
	NewWin.focus();
}

function printTag(ORDNER,YEAR,VALUE) {
	document.write("<a rel=\"lightbox[" + ORDNER + "]\" title=\"" + ORDNER + "\" href=\"/_img/galerien/" + YEAR + "/" + ORDNER + "/" + VALUE + "\"><img src=\"/_img/galerien/" + YEAR + "/" + ORDNER + "/thumbs/" + VALUE + "\" alt=\"" + VALUE + "\" /></a>");
}