function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
newWindow.document.open();
newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>');
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}

var caldef2 = {
	firstday:0,
	dtype:'dd-MM-yyyy',
	width:250,
	windoww:270,
	windowh:150,
	border_width:0,
	border_color:'#fefefe',
	dn_css:'clsDayName',
	cd_css:'clsCurrentDay',
	wd_css:'clsWorkDay',
	tw_css:'clsWorkDay',
	we_css:'clsWeekEnd',
	wdom_css:'clsWorkDayOtherMonth',
	weom_css:'clsWeekEndOtherMonth',
	wdomcw_css:'clsWorkDayOthMonthCurWeek',
	weomcw_css:'clsWeekEndOthMonthCurWeek',
	wecd_css:'clsWeekEndCurDay',
	wecw_css:'clsWeekEndCurWeek',
	highlight_css:'clsHighLight',
	headerstyle: {
		type:"comboboxes",
		css:'clsWorkDayOtherMonth',
		yearrange:[2007,2010]
	},
	monthnames: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
	daynames: ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
	template_path:'',
	img_path:'kalender-img/'
};

function show_Big_Img(img, width, height) {
    	return overlib(' ',BORDER, 2, FGBACKGROUND, img, WIDTH, width, HEIGHT, height, BGCOLOR, '#FFFFFF', HAUTO, VAUTO);
}

