function openPicture() {		// parameter.reihenfolge: URL, WIDTH, HEIGHT, windowname
	var w,h,url,aw,ah;
	var a=openPicture.arguments;
	if (a.length==0) return;
	url=a[0];
	windowname=a[3];
	if (a.length>1) {
		w=a[1]; h=a[2];
	}
	else {
		w=500; h=400
	}
	win_pic=window.open(url,windowname,'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+w+',height='+h);
	if (screen) {
		aw=screen.availWidth;
		ah=screen.availHeight;
		win_pic.moveTo(((aw/2)-(w/2)),((ah/2)-(h/2)));
	}
	win_pic.focus();
}

function openPicturesb() {		// parameter.reihenfolge: URL, WIDTH, HEIGHT, windowname
	var w,h,url,aw,ah;
	var a=openPicturesb.arguments;
	if (a.length==0) return;
	url=a[0];
	windowname=a[3];
	if (a.length>1) {
		w=a[1]; h=a[2];
	}
	else {
		w=500; h=400
	}
	win_pic=window.open(url,windowname,'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+w+',height='+h);
	if (screen) {
		aw=screen.availWidth;
		ah=screen.availHeight;
		win_pic.moveTo(((aw/2)-(w/2)),((ah/2)-(h/2)));
	}
	win_pic.focus();
}

function mittagsmenue()
	{
        	var w =window.open('mittagsmenue.html','Mittagsmenue', "top=50,left=50,width=600,height=450,scrollbars=yes");
        	w.focus();

	}

function staticinfos(Dateiname)
	{
        	var w =window.open(Dateiname,'Infos', "top=50,left=50,width=770,height=550,scrollbars=yes");
        	w.focus();

	}

function happyhour()
	{
        	var w =window.open('happyhour.html','HappyHour', "top=60,left=60,width=600,height=450,scrollbars=yes");
        	w.focus();

	}

function infos(Dateiname)
	{
        	var w =window.open('details.php?path=eventdetails&filename='+Dateiname,'Infos', "top=50,left=50,width=770,height=550,scrollbars=yes");
        	w.focus();

	}

function gallery()
	{
		var w =window.open('../gallery2/','Gallerie', "top=50,left=50,width=770,height=650,scrollbars=yes");
        	w.focus();
	}

function suednews(Dateiname)
	{
        	var w =window.open('sueddetails.php?path=sueddetails&filename='+Dateiname,'Sueddetails', "top=50,left=50,width=770,height=550,scrollbars=yes");
        	w.focus();

	}
