function datei()
{
	w = open ("dat2.html","Datenerstellung","width=430,height=400,scrollbars=yes,menubar=no,toolbar=no,top=30,left=30");
}
function datei2()
{
	w = open ("dat.html","Dateianlieferung","width=430,height=400,scrollbars=yes,menubar=no,toolbar=no,top=30,left=30");
}
function anfahrt()
{
	w = open ("anfahrt.html","Anfahrtskizze","width=550,height=590,scrollbars=yes,menubar=no,toolbar=no,top=10,left=30");
}
function fileboxhelp()
{
	fhelp = open ("fileboxhilfe.html","Druckanfrage","width=470,height=410,scrollbars=yes,menubar=no,toolbar=no,status=no,top=30,left=30");
	fhelp.focus();
}
function flyer170()
{
	w17 = open ("flyer17.html","preise170","width=960,height=620,scrollbars=yes,menubar=no,toolbar=no,,RESIZABLE=YES,top=0,left=10");
	w17.focus();
}
function flyer250()
{
	w25 = open ("flyer25.html","preise250","width=960,height=540,scrollbars=yes,menubar=no,toolbar=no,,RESIZABLE=YES,top=0,left=10");
	w25.focus();
}

