<!--
var F1 = null;
F1 = open("new_pedigree.html", "Archiv", "toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=1,resizable=1,dependent");
self.focus();

function Aus() {
	F1 = open("", "Archiv", "toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=1,resizable=1,dependent");
	F1.close();
}

//-->
