
function showKalender (feldname, tauschfeld, stylesheet, show_jahr, show_monat, flag, jumpfield)  {	
	if (!checkbrowser ())  {
		return true;
	}

	var allparams = 'flag='+flag;
		allparams += '&feldname='+feldname;
		allparams += '&tauschfeld='+tauschfeld;
		allparams += '&stylesheet='+stylesheet;
		
		allparams += "&value="+eval(feldname).value;
		allparams += "&show_jahr="+show_jahr;
		allparams += "&show_monat="+show_monat;
		allparams += "&jumpfield="+jumpfield;

	
	load_search('http://www.bernau-schwarzwald.de/scripts/ajax_kalender.php', tauschfeld, allparams);
	loadobjs(stylesheet);
	loadobjs('http://www.bernau-schwarzwald.de/scripts/ajax_object.js');	
	return false;
	
}