
function load_frameset(location) {
	if (parent.frames.length == 0) parent.location.href = location;
}

function show_doc(dokument) {
	hilfe = window.open(dokument, "show_doc", "scrollbars=yes,resizable=yes,status=yes,copyhistory,height=550,width=900,top=40,left=40,");
	hilfe.focus()
	return false;
}

function show_doc2(dokument) {
	hilfe = window.open(dokument, "show_doc2", "scrollbars=yes,resizable=yes,status=yes,copyhistory,height=550,width=900,top=80,left=80,");
	hilfe.focus()
	return false;
}