// JavaScript Document

pfeill_out = new Image();
pfeill_out.src = "zeichen/pfeill.gif";
pfeill_on = new Image();
pfeill_on.src = "zeichen/pfeill_h.gif";

haus_out = new Image();
haus_out.src = "zeichen/haus.gif";
haus_on = new Image();
haus_on.src = "zeichen/haus_h.gif";

pfeilr_out = new Image();
pfeilr_out.src = "zeichen/pfeilr.gif";
pfeilr_on = new Image();
pfeilr_on.src = "zeichen/pfeilr_h.gif";

function mail_popup()
	{
	window.open("http://www.foto-stefan.de/kontakt/popup.htm", "Kontakt_Email","width=300,height=200,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=no,location=no,left=300,top=200");
	}
