/* Datei header.js */

function fenster(url, name)
{
	 var print = window.open(url,name,"height=240,width=460,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no");
}


