	/*Popups*/	
	function passwort(url,ID,db,breite,hoehe,scroller){
		F1 = window.open("popup/"+url+"?ID="+ID+"&db="+db,"Fenster", "width="+breite+",height="+hoehe+",left=50,top=50, scrollbars="+scroller+"");
		window.F1.focus();
	}
	
	/*Kalender*/
	function popup(wert){
		F2 = window.open(wert,"Kalender","width=376,height=280,left=50,top=50,resizable=no,menubar=no,scrollbars=no");
		window.F2.focus();
	}
	
	function anzeigen(tag,monat,jahr,inputs){
		/*var text=jahr + "-" + monat + "-" + tag;
		document.getElementById(inputs).value=text;*/
		var jahr_text=jahr;
		var monat_text=monat;
		var tag_text=tag;
		document.getElementById('wunsch_von_j').value=jahr_text;
		document.getElementById('wunsch_von_m').value=monat_text;
		document.getElementById('wunsch_von_t').value=tag_text;
	}
	function artikel(seite){
		F3 = window.open("popup/pop_empfehlung.php?empfehlung="+seite, "Fenster", "width=460,height=400,left=50,top=50,scrollbars=yes");
		window.F3.focus();
	}
	
	function popup2(url,query,breite,hoehe){
		MeinFenster = window.open("popup/"+url+"?inhalt="+query+"&breite="+breite, "Zweitfenster", "width="+breite+",height="+hoehe+",left=50,top=50, scrollbars=yes");
		window.MeinFenster.focus();
	}
	
	// JavaScript Document