// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function popup(titel,include,monat,jahr){
	Fenster = window.open("popup/drucken.php?include="+include+"&monat="+monat+"&jahr="+jahr, titel, "width=600,height=600,left=50,top=50,scrollbars=yes");
  	Fenster.focus();
}

function popup2(titel,include,extra,anfang,ende,monat,jahr){
	Fenster = window.open("popup/drucken.php?include="+include+"&extra="+extra+"&tag_neu="+anfang+"&tag_ende="+ende+"&monat="+monat+"&jahr="+jahr, titel, "width=600,height=600,left=50,top=50,scrollbars=yes");
  	Fenster.focus();
}



