
function referenzen(bereich,format,nummer)
{
	URL = "referenzen.php?bereich=" + bereich + "&nummer=" + nummer + "&format=" + format;
	if (format=="hor") {
		bilder = open(URL,'Referenzen','width=420,height=500,menubar=no,location=no,scrollbars=no,resizable=no');
		bilder.focus();
	} else {
		bilder = open(URL,'Referenzen','width=420,height=530,menubar=no,location=no,scrollbars=no,resizable=no');
		bilder.focus();
	}
}
