function drucken(druck)
{
window.open("drucken/"+druck+".php","druck"," width=40, height=40, menubar=0,resizable=0,scrollbars=no,status=0,titlebar=0,toolbar=0,left=150,top=50");

}

function leistungen()
{
window.open("../popup_leistungen.php","druck"," width=400, height=500, menubar=0,resizable=0,scrollbars=no,status=0,titlebar=0,toolbar=0,left=150,top=50");

}

function agb()
{
window.open("../popup_agb.php","druck"," width=500, height=400, menubar=0,resizable=0,scrollbars=yes,status=0,titlebar=0,toolbar=0,left=150,top=50");

}

function printall()
{
fenster=window.open("alles_drucken.php","printall"," width=240, height=200, menubar=0,resizable=0,scrollbars=no,status=0,titlebar=0,toolbar=0,left=150,top=50");
fenster.focus();
}


function myprint() {

	if (window.print) {
                parent.oben.focus();
                parent.oben.print();
        }
        
	return ;
}

function druckmich()
{
window.print();
window.close();
}
