NewImg = new Array (
"images/gallery/a000.jpg",
"images/gallery/a001.jpg",
"images/gallery/a002.jpg",
"images/gallery/a003.jpg",
"images/gallery/a004.jpg",
"images/gallery/a16_02.jpg",
"images/gallery/a16_06.jpg",
"images/gallery/a15_17.jpg"
);

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1;
var ns6=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1;
var ns4=document.layers;

var ImgNum = 0;
var ImgLength = NewImg.length - 1;
var Anzahl;

Anzahl=ImgLength +1;

//Time delay between Slides in milliseconds
var delay = 2000;

var lock = false;
var run;
function chgImg(direction) {

if (document.images) {
ImgNum = ImgNum + direction;
if (ImgNum > ImgLength) {
ImgNum = 0;
}

if (ImgNum < 0) {
ImgNum = ImgLength;
}
document.slideshow.src = NewImg[ImgNum];
showContent(ImgNum+1 + "/" + Anzahl);
	}
}
function auto() {
if (lock == true) {
lock = false;
window.clearInterval(run);
}
else if (lock == false) {
lock = true;
run = setInterval("chgImg(1)", delay);
   }

}

function showContent(content)
{
 if(ie4)
 {
  showContentObj=document.all.Counter_div;
 }
 if(ns6)
 {
  showContentObj=document.getElementById("Counter_div");
 }
 if(ie4||ns6)
 {
  if(showContentObj.innerHTML!=content)
  {
   showContentObj.innerHTML=content;
  }
  else
  {
   showContentObj.innerHTML="";
  }
 }
 if(ns4)
 {
  document.nsdiv.document.write(content);
  document.nsdiv.document.close();
 }
}


function showDescription(content)
{
 if(ie4)
 {
  showContentObj=document.all.Desc_div;
 }
 if(ns6)
 {
  showContentObj=document.getElementById("Desc_div");
 }
 if(ie4||ns6)
 {
  if(showContentObj.innerHTML!=content)
  {
   showContentObj.innerHTML=content;
  }
  else
  {
   showContentObj.innerHTML="";
  }
 }
 if(ns4)
 {
  document.nsdiv2.document.write(content);
  document.nsdiv2.document.close();
 }
}


function SelectGallery(buxde)
{
	switch (buxde) {
	case 1:
		NewImg.splice(0,NewImg.length, "images/gallery/a000.jpg",
		"images/gallery/a001.jpg",
		"images/gallery/a002.jpg",
		"images/gallery/a003.jpg",
		"images/gallery/a004.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Volksgarten Pavillon Garten");
		break;

	case 2:
		NewImg.splice(0,NewImg.length, "images/gallery/060827/DSCN9630-copy.jpg",
		"images/gallery/060827/DSCN9633-copy.jpg",
		"images/gallery/060827/DSCN9634-copy.jpg",
		"images/gallery/060827/DSCN9635-copy.jpg",
		"images/gallery/060827/DSCN9636-copy.jpg",
		"images/gallery/060827/DSCN9637-copy.jpg",
		"images/gallery/060827/DSCN9638-copy.jpg",
		"images/gallery/060827/DSCN9639-copy.jpg",
		"images/gallery/060827/DSCN9640-copy.jpg",
		"images/gallery/060827/DSCN9642-copy.jpg",
		"images/gallery/060827/DSCN9646-copy.jpg",
		"images/gallery/060827/DSCN9651-copy.jpg",
		"images/gallery/060827/DSCN9680-copy.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Volksgarten Pavillon");
		break;
	

	case 3:
		NewImg.splice(0,NewImg.length, "images/gallery/061019/fh06101901.jpg",
		"images/gallery/061019/fh06101902.jpg",
		"images/gallery/061019/fh06101903.jpg",
		"images/gallery/061019/fh06101904.jpg",
		"images/gallery/061019/fh06101905.jpg",
		"images/gallery/061019/fh06101906.jpg",
		"images/gallery/061019/fh06101907.jpg",
		"images/gallery/061019/fh06101908.jpg",
		"images/gallery/061019/fh06101909.jpg",
		"images/gallery/061019/fh06101910.jpg",
		"images/gallery/061019/fh06101911.jpg",
		"images/gallery/061019/fh06101912.jpg",
		"images/gallery/061019/fh06101913.jpg",
		"images/gallery/061019/fh06101914.jpg",
		"images/gallery/061019/fh06101915.jpg",
		"images/gallery/061019/fh06101916.jpg",
		"images/gallery/061019/fh06101917.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen live im Bongoclub");
		break;
	case 15:
		NewImg.splice(0,NewImg.length,
		"images/gallery/hase15/a15_01.jpg",
		"images/gallery/hase15/a15_02.jpg",
		"images/gallery/hase15/a15_03.jpg",
		"images/gallery/hase15/a15_04.jpg",
		"images/gallery/hase15/a15_05.jpg",
		"images/gallery/hase15/a15_06.jpg",
		"images/gallery/hase15/a15_07.jpg",
		"images/gallery/hase15/a15_08.jpg",
		"images/gallery/hase15/a15_09.jpg",
		"images/gallery/hase15/a15_10.jpg",
		"images/gallery/hase15/a15_11.jpg",
		"images/gallery/hase15/a15_12.jpg",
		"images/gallery/hase15/a15_13.jpg",
		"images/gallery/hase15/a15_14.jpg",
		"images/gallery/hase15/a15_15.jpg",
		"images/gallery/hase15/a15_16.jpg",
		"images/gallery/hase15/a15_17.jpg",
		"images/gallery/hase15/a15_18.jpg",
		"images/gallery/hase15/a15_19.jpg",
		"images/gallery/hase15/a15_20.jpg",
		"images/gallery/hase15/a15_21.jpg",
		"images/gallery/hase15/a15_22.jpg",
		"images/gallery/hase15/a15_23.jpg",
		"images/gallery/hase15/a15_24.jpg",
		"images/gallery/hase15/a15_25.jpg",
		"images/gallery/hase15/a15_26.jpg",
		"images/gallery/hase15/a15_27.jpg",
		"images/gallery/hase15/a15_28.jpg",
		"images/gallery/hase15/a15_29.jpg",
		"images/gallery/hase15/a15_30.jpg",
		"images/gallery/hase15/a15_31.jpg",
		"images/gallery/hase15/a15_32.jpg",
		"images/gallery/hase15/a15_33.jpg",
		"images/gallery/hase15/a15_34.jpg",
		"images/gallery/hase15/a15_35.jpg",
		"images/gallery/hase15/a15_36.jpg",
		"images/gallery/hase15/a15_37.jpg",
		"images/gallery/hase15/a15_38.jpg",
		"images/gallery/hase15/a15_39.jpg",
		"images/gallery/hase15/a15_40.jpg",
		"images/gallery/hase15/a15_41.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen live beim Hasen 15");
		break;

	case 16:
		NewImg.splice(0,NewImg.length,
		"images/gallery/hase16/a16_01.jpg",
		"images/gallery/hase16/a16_02.jpg",
		"images/gallery/hase16/a16_03.jpg",
		"images/gallery/hase16/a16_04.jpg",
		"images/gallery/hase16/a16_05.jpg",
		"images/gallery/hase16/a16_06.jpg",
		"images/gallery/hase16/a16_07.jpg",
		"images/gallery/hase16/a16_08.jpg",
		"images/gallery/hase16/a16_09.jpg",
		"images/gallery/hase16/a16_10.jpg",
		"images/gallery/hase16/a16_11.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen live beim Hasen 16");
		break;

	

	case 17:
		NewImg.splice(0,NewImg.length,
		"images/gallery/050519/a17_01.jpg",
		"images/gallery/050519/a17_02.jpg",
		"images/gallery/050519/a17_03.jpg",
		"images/gallery/050519/a17_04.jpg",
		"images/gallery/050519/a17_05.jpg",
		"images/gallery/050519/a17_06.jpg",
		"images/gallery/050519/a17_07.jpg",
		"images/gallery/050519/a17_08.jpg",
		"images/gallery/050519/a17_09.jpg",
		"images/gallery/050519/a17_10.jpg",
		"images/gallery/050519/a17_11.jpg",
		"images/gallery/050519/a17_12.jpg",
		"images/gallery/050519/a17_13.jpg",
		"images/gallery/050519/a17_14.jpg",
		"images/gallery/050519/a17_15.jpg",
		"images/gallery/050519/a17_16.jpg",
		"images/gallery/050519/a17_17.jpg",
		"images/gallery/050519/a17_18.jpg",
		"images/gallery/050519/a17_19.jpg",
		"images/gallery/050519/a17_20.jpg",
		"images/gallery/050519/a17_21.jpg",
		"images/gallery/050519/a17_22.jpg",
		"images/gallery/050519/a17_23.jpg",
		"images/gallery/050519/a17_24.jpg",
		"images/gallery/050519/a17_25.jpg",
		"images/gallery/050519/a17_26.jpg",
		"images/gallery/050519/a17_27.jpg",
		"images/gallery/050519/a17_28.jpg",
		"images/gallery/050519/a17_29.jpg",
		"images/gallery/050519/a17_30.jpg",
		"images/gallery/050519/a17_31.jpg",
		"images/gallery/050519/a17_33.jpg",
		"images/gallery/050519/a17_34.jpg",
		"images/gallery/050519/a17_35.jpg",
		"images/gallery/050519/a17_36.jpg",
		"images/gallery/050519/a17_37.jpg",
		"images/gallery/050519/a17_38.jpg",
		"images/gallery/050519/a17_39.jpg",
		"images/gallery/050519/a17_40.jpg",
		"images/gallery/050519/a17_41.jpg",
		"images/gallery/050519/a17_42.jpg",
		"images/gallery/050519/a17_43.jpg",
		"images/gallery/050519/a17_44.jpg",
		"images/gallery/050519/a17_45.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen live beim Hasen 17");
		break;

	case 21:
		NewImg.splice(0,NewImg.length,
		"images/gallery/061125/a21_01.jpg",
		"images/gallery/061125/a21_02.jpg",
		"images/gallery/061125/a21_03.jpg",
		"images/gallery/061125/a21_04.jpg",
		"images/gallery/061125/a21_05.jpg",
		"images/gallery/061125/a21_06.jpg",
		"images/gallery/061125/a21_07.jpg",
		"images/gallery/061125/a21_08.jpg",
		"images/gallery/061125/a21_09.jpg",
		"images/gallery/061125/a21_10.jpg",
		"images/gallery/061125/a21_11.jpg",
	 	"images/gallery/061125/a21_12.jpg",
		"images/gallery/061125/a21_13.jpg",
		"images/gallery/061125/a21_14.jpg",
		"images/gallery/061125/a21_15.jpg",
		"images/gallery/061125/a21_16.jpg",
		"images/gallery/061125/a21_17.jpg",
		"images/gallery/061125/a21_18.jpg",
		"images/gallery/061125/a21_19.jpg",
		"images/gallery/061125/a21_20.jpg",
		"images/gallery/061125/a21_21.jpg",
		"images/gallery/061125/a21_22.jpg",
		"images/gallery/061125/a21_23.jpg",
		"images/gallery/061125/a21_24.jpg",
		"images/gallery/061125/a21_25.jpg",
		"images/gallery/061125/a21_26.jpg",
		"images/gallery/061125/a21_27.jpg",
		"images/gallery/061125/a21_28.jpg",
		"images/gallery/061125/a21_29.jpg",
		"images/gallery/061125/a21_30.jpg",
		"images/gallery/061125/a21_31.jpg",
		"images/gallery/061125/a21_32.jpg",
		"images/gallery/061125/a21_33.jpg",
		"images/gallery/061125/a21_34.jpg",
		"images/gallery/061125/a21_35.jpg",
		"images/gallery/061125/a21_36.jpg",
		"images/gallery/061125/a21_37.jpg",
		"images/gallery/061125/a21_38.jpg",
		"images/gallery/061125/a21_39.jpg",
		"images/gallery/061125/a21_40.jpg",
		"images/gallery/061125/a21_41.jpg",
		"images/gallery/061125/a21_42.jpg",
		"images/gallery/061125/a21_43.jpg",
		"images/gallery/061125/a21_44.jpg",
		"images/gallery/061125/a21_45.jpg",
		"images/gallery/061125/a21_46.jpg",
		"images/gallery/061125/a21_47.jpg",
		"images/gallery/061125/a21_48.jpg",
		"images/gallery/061125/a21_49.jpg",
		"images/gallery/061125/a21_50.jpg",
		"images/gallery/061125/a21_51.jpg",
		"images/gallery/061125/a21_52.jpg",
		"images/gallery/061125/a21_53.jpg",
		"images/gallery/061125/a21_54.jpg",
		"images/gallery/061125/a21_55.jpg",
		"images/gallery/061125/a21_56.jpg",
		"images/gallery/061125/a21_57.jpg",
		"images/gallery/061125/a21_58.jpg",
		"images/gallery/061125/a21_59.jpg",
		"images/gallery/061125/a21_60.jpg",
		"images/gallery/061125/a21_61.jpg",
		"images/gallery/061125/a21_62.jpg",
		"images/gallery/061125/a21_63.jpg",
		"images/gallery/061125/a21_64.jpg",
		"images/gallery/061125/a21_65.jpg",
		"images/gallery/061125/a21_66.jpg",
		"images/gallery/061125/a21_67.jpg",
		"images/gallery/061125/a21_68.jpg",
		"images/gallery/061125/a21_69.jpg",
		"images/gallery/061125/a21_70.jpg",
		"images/gallery/061125/a21_71.jpg",
		"images/gallery/061125/a21_72.jpg",
		"images/gallery/061125/a21_73.jpg",
		"images/gallery/061125/a21_74.jpg",
		"images/gallery/061125/a21_75.jpg",
		"images/gallery/061125/a21_76.jpg",
		"images/gallery/061125/a21_77.jpg",
		"images/gallery/061125/a21_78.jpg",
		"images/gallery/061125/a21_79.jpg",
		"images/gallery/061125/a21_80.jpg",
		"images/gallery/061125/a21_81.jpg",
		"images/gallery/061125/a21_82.jpg",
		"images/gallery/061125/a21_83.jpg",
		"images/gallery/061125/a21_84.jpg",
		"images/gallery/061125/a21_85.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen live am 25.11.06");
		break;

	case 22:
		NewImg.splice(0,NewImg.length,
		"images/gallery/061221/CIMG0536.jpg",
		"images/gallery/061221/CIMG0537.jpg",
		"images/gallery/061221/CIMG0540.jpg",
		"images/gallery/061221/CIMG0541.jpg",
		"images/gallery/061221/CIMG0543.jpg",
		"images/gallery/061221/CIMG0544.jpg",
		"images/gallery/061221/CIMG0545.jpg",
		"images/gallery/061221/CIMG0547.jpg",
		"images/gallery/061221/CIMG0548.jpg",
		"images/gallery/061221/CIMG0549.jpg",
		"images/gallery/061221/CIMG0550.jpg",
		"images/gallery/061221/CIMG0551.jpg",
		"images/gallery/061221/CIMG0559.jpg",
		"images/gallery/061221/CIMG0560.jpg",
		"images/gallery/061221/CIMG0561.jpg",
		"images/gallery/061221/CIMG0562.jpg",
		"images/gallery/061221/CIMG0563.jpg",
		"images/gallery/061221/CIMG0564.jpg",
		"images/gallery/061221/CIMG0566.jpg",
		"images/gallery/061221/CIMG0568.jpg",
		"images/gallery/061221/CIMG0569.jpg",
		"images/gallery/061221/CIMG0576.jpg",
		"images/gallery/061221/CIMG0577.jpg",
		"images/gallery/061221/CIMG0578.jpg",
		"images/gallery/061221/CIMG0579.jpg",
		"images/gallery/061221/CIMG0580.jpg",
		"images/gallery/061221/CIMG0581.jpg",
		"images/gallery/061221/CIMG0582.jpg",
		"images/gallery/061221/CIMG0587.jpg",
		"images/gallery/061221/CIMG0588.jpg",
		"images/gallery/061221/CIMG0589.jpg",
		"images/gallery/061221/CIMG0590.jpg",
		"images/gallery/061221/CIMG0591.jpg",
		"images/gallery/061221/CIMG0592.jpg",
		"images/gallery/061221/CIMG0594.jpg",
		"images/gallery/061221/CIMG0595.jpg",
		"images/gallery/061221/CIMG0596.jpg",
		"images/gallery/061221/CIMG0598.jpg",
		"images/gallery/061221/CIMG0609.jpg",
		"images/gallery/061221/CIMG0610.jpg",
		"images/gallery/061221/CIMG0611.jpg",
		"images/gallery/061221/CIMG0613.jpg",
		"images/gallery/061221/CIMG0614.jpg",
		"images/gallery/061221/CIMG0615.jpg",
		"images/gallery/061221/CIMG0618.jpg",
		"images/gallery/061221/CIMG0619.jpg",
		"images/gallery/061221/CIMG0622.jpg",
		"images/gallery/061221/CIMG0625.jpg",
		"images/gallery/061221/CIMG0627.jpg",
		"images/gallery/061221/CIMG0628.jpg",
		"images/gallery/061221/CIMG0629.jpg",
		"images/gallery/061221/CIMG0647.jpg",
		"images/gallery/061221/CIMG0655.jpg",
		"images/gallery/061221/CIMG0656.jpg",
		"images/gallery/061221/CIMG0661.jpg",
		"images/gallery/061221/CIMG0662.jpg",
		"images/gallery/061221/CIMG0666.jpg",
		"images/gallery/061221/CIMG0668.jpg",
		"images/gallery/061221/CIMG0670.jpg",
		"images/gallery/061221/CIMG0676.jpg",
		"images/gallery/061221/CIMG0677.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Weihnachtshase! FEAT Whisky'n'Milks");
		break;
	case 23:
		NewImg.splice(0,NewImg.length,
		"images/gallery/070325/07032501.jpg",
		"images/gallery/070325/07032502.jpg",
		"images/gallery/070325/07032503.jpg",
		"images/gallery/070325/07032504.jpg",
		"images/gallery/070325/07032505.jpg",
		"images/gallery/070325/07032506.jpg",
		"images/gallery/070325/07032507.jpg",
		"images/gallery/070325/07032508.jpg",
		"images/gallery/070325/07032509.jpg",
		"images/gallery/070325/07032510.jpg",
		"images/gallery/070325/07032511.jpg",
		"images/gallery/070325/07032512.jpg",
		"images/gallery/070325/07032513.jpg",
		"images/gallery/070325/07032514.jpg",
		"images/gallery/070325/07032515.jpg",
		"images/gallery/070325/07032516.jpg",
		"images/gallery/070325/07032517.jpg",
		"images/gallery/070325/07032518.jpg",
		"images/gallery/070325/07032519.jpg",
		"images/gallery/070325/07032520.jpg",
		"images/gallery/070325/07032521.jpg",
		"images/gallery/070325/07032522.jpg",
		"images/gallery/070325/07032523.jpg",
		"images/gallery/070325/07032524.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen in Joe Zawinul's Birdland");
		break;
	case 24:
		NewImg.splice(0,NewImg.length,
		"images/gallery/070404/07040401.jpg",
		"images/gallery/070404/07040402.jpg",
		"images/gallery/070404/07040403.jpg",
		"images/gallery/070404/07040404.jpg",
		"images/gallery/070404/07040405.jpg",
		"images/gallery/070404/07040406.jpg",
		"images/gallery/070404/07040407.jpg",
		"images/gallery/070404/07040408.jpg",
		"images/gallery/070404/07040409.jpg",
		"images/gallery/070404/07040410.jpg",
		"images/gallery/070404/07040411.jpg",
		"images/gallery/070404/07040412.jpg",
		"images/gallery/070404/07040413.jpg",
		"images/gallery/070404/07040414.jpg",
		"images/gallery/070404/07040415.jpg",
		"images/gallery/070404/07040416.jpg",
		"images/gallery/070404/07040417.jpg",
		"images/gallery/070404/07040418.jpg",
		"images/gallery/070404/07040419.jpg",
		"images/gallery/070404/07040420.jpg",
		"images/gallery/070404/07040421.jpg",
		"images/gallery/070404/07040422.jpg",
		"images/gallery/070404/07040423.jpg",
		"images/gallery/070404/07040424.jpg",
		"images/gallery/070404/07040425.jpg",
		"images/gallery/070404/07040426.jpg",
		"images/gallery/070404/07040427.jpg",
		"images/gallery/070404/07040428.jpg",
		"images/gallery/070404/07040429.jpg",
		"images/gallery/070404/07040430.jpg",
		"images/gallery/070404/07040431.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen Live im U4");
		break;
	case 25:
		NewImg.splice(0,NewImg.length,
		"images/gallery/070422/07042201.jpg",
		"images/gallery/070422/07042202.jpg",
		"images/gallery/070422/07042203.jpg",
		"images/gallery/070422/07042204.jpg",
		"images/gallery/070422/07042205.jpg",
		"images/gallery/070422/07042206.jpg",
		"images/gallery/070422/07042207.jpg",
		"images/gallery/070422/07042208.jpg",
		"images/gallery/070422/07042209.jpg",
		"images/gallery/070422/07042210.jpg",
		"images/gallery/070422/07042211.jpg",
		"images/gallery/070422/07042212.jpg",
		"images/gallery/070422/07042213.jpg",
		"images/gallery/070422/07042214.jpg",
		"images/gallery/070422/07042215.jpg",
		"images/gallery/070422/07042216.jpg",
		"images/gallery/070422/07042217.jpg",
		"images/gallery/070422/07042218.jpg",
		"images/gallery/070422/07042219.jpg",
		"images/gallery/070422/07042220.jpg",
		"images/gallery/070422/07042221.jpg",
		"images/gallery/070422/07042222.jpg",
		"images/gallery/070422/07042223.jpg",
		"images/gallery/070422/07042224.jpg",
		"images/gallery/070422/07042225.jpg",
		"images/gallery/070422/07042226.jpg",
		"images/gallery/070422/07042227.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen Live @ Soulsugar LOFT16");
		break;
	case 26:
		NewImg.splice(0,NewImg.length,
		"images/gallery/070608/07060801.jpg",
		"images/gallery/070608/07060802.jpg",
		"images/gallery/070608/07060803.jpg",
		"images/gallery/070608/07060804.jpg",
		"images/gallery/070608/07060805.jpg",
		"images/gallery/070608/07060806.jpg",
		"images/gallery/070608/07060807.jpg",
		"images/gallery/070608/07060808.jpg",
		"images/gallery/070608/07060810.jpg",
		"images/gallery/070608/07060811.jpg",
		"images/gallery/070608/07060812.jpg",
		"images/gallery/070608/07060813.jpg",
		"images/gallery/070608/07060814.jpg",
		"images/gallery/070608/07060815.jpg",
		"images/gallery/070608/07060816.jpg",
		"images/gallery/070608/07060817.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen in St. Gilgen am Wolfgangsee");
		break;
	case 27:
		NewImg.splice(0,NewImg.length,
		"images/gallery/070701/fh_07070101.jpg",
		"images/gallery/070701/fh_07070102.jpg",
		"images/gallery/070701/fh_07070103.jpg",
		"images/gallery/070701/fh_07070104.jpg",
		"images/gallery/070701/fh_07070105.jpg",
		"images/gallery/070701/fh_07070106.jpg",
		"images/gallery/070701/fh_07070107.jpg",
		"images/gallery/070701/fh_07070108.jpg",
		"images/gallery/070701/fh_07070109.jpg",
		"images/gallery/070701/fh_07070110.jpg",
		"images/gallery/070701/fh_07070111.jpg",
		"images/gallery/070701/fh_07070112.jpg",
		"images/gallery/070701/fh_07070113.jpg",
		"images/gallery/070701/fh_07070114.jpg",
		"images/gallery/070701/fh_07070115.jpg",
		"images/gallery/070701/fh_07070116.jpg",
		"images/gallery/070701/fh_07070117.jpg",
		"images/gallery/070701/fh_07070118.jpg",
		"images/gallery/070701/fh_07070119.jpg",
		"images/gallery/070701/fh_07070120.jpg",
		"images/gallery/070701/fh_07070121.jpg",
		"images/gallery/070701/fh_07070122.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Planetarium");
		break;
	case 28:
		NewImg.splice(0,NewImg.length,
		"images/gallery/071026/07102601.jpg",
		"images/gallery/071026/07102602.jpg",
		"images/gallery/071026/07102603.jpg",
		"images/gallery/071026/07102604.jpg",
		"images/gallery/071026/07102605.jpg",
		"images/gallery/071026/07102606.jpg",
		"images/gallery/071026/07102607.jpg",
		"images/gallery/071026/07102608.jpg",
		"images/gallery/071026/07102609.jpg",
		"images/gallery/071026/07102610.jpg",
		"images/gallery/071026/07102611.jpg",
		"images/gallery/071026/07102612.jpg",
		"images/gallery/071026/07102613.jpg",
		"images/gallery/071026/07102614.jpg",
		"images/gallery/071026/07102615.jpg",
		"images/gallery/071026/07102616.jpg",
		"images/gallery/071026/07102617.jpg",
		"images/gallery/071026/07102618.jpg",
		"images/gallery/071026/07102619.jpg",
		"images/gallery/071026/07102621.jpg",
		"images/gallery/071026/07102622.jpg",
		"images/gallery/071026/07102623.jpg",
		"images/gallery/071026/07102624.jpg",
		"images/gallery/071026/07102625.jpg",
		"images/gallery/071026/07102626.jpg",
		"images/gallery/071026/07102627.jpg",
		"images/gallery/071026/07102628.jpg",
		"images/gallery/071026/07102630.jpg",
		"images/gallery/071026/07102631.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Bongoclub!");
		break;
		
	case 29:
		NewImg.splice(0,NewImg.length,
		"images/gallery/080614/140608_0347.jpg",
		"images/gallery/080614/140608_0349.jpg",
		"images/gallery/080614/140608_0350.jpg",
		"images/gallery/080614/140608_0351.jpg",
		"images/gallery/080614/140608_0356.jpg",
		"images/gallery/080614/140608_0357.jpg",
		"images/gallery/080614/140608_0358.jpg",
		"images/gallery/080614/140608_0360.jpg",
		"images/gallery/080614/140608_0361.jpg",
		"images/gallery/080614/140608_0363.jpg",
		"images/gallery/080614/140608_0364.jpg",
		"images/gallery/080614/140608_0368.jpg",
		"images/gallery/080614/140608_0369.jpg",
		"images/gallery/080614/140608_0374.jpg",
		"images/gallery/080614/140608_0375.jpg",
		"images/gallery/080614/150608_0311.jpg",
		"images/gallery/080614/150608_0318.jpg",
		"images/gallery/080614/150608_0320.jpg",
		"images/gallery/080614/150608_0321.jpg",
		"images/gallery/080614/150608_0331.jpg",
		"images/gallery/080614/150608_0334.jpg",
		"images/gallery/080614/150608_0335.jpg",
		"images/gallery/080614/150608_0337.jpg",
		"images/gallery/080614/150608_0342.jpg",
		"images/gallery/080614/150608_0344.jpg",
		"images/gallery/080614/CIMG1189.jpg",
		"images/gallery/080614/CIMG1192.jpg",
		"images/gallery/080614/CIMG1193.jpg",
		"images/gallery/080614/CIMG1194.jpg",
		"images/gallery/080614/CIMG1195.jpg",
		"images/gallery/080614/CIMG1197.jpg",
		"images/gallery/080614/CIMG1198.jpg",
		"images/gallery/080614/CIMG1199.jpg",
		"images/gallery/080614/CIMG1200.jpg",
		"images/gallery/080614/CIMG1204.jpg",
		"images/gallery/080614/CIMG1205.jpg",
		"images/gallery/080614/CIMG1206.jpg",
		"images/gallery/080614/CIMG1209.jpg",
		"images/gallery/080614/CIMG1211.jpg",
		"images/gallery/080614/CIMG1212.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen rocken Grinzing!");
		break;
		


	case 30:
		NewImg.splice(0,NewImg.length,
		"images/gallery/080725/CIMG1412.jpg",
		"images/gallery/080725/CIMG1414.jpg",
		"images/gallery/080725/CIMG1420.jpg",
		"images/gallery/080725/CIMG1424.jpg",
		"images/gallery/080725/CIMG1425.jpg",
		"images/gallery/080725/CIMG1426.jpg",
		"images/gallery/080725/CIMG1429.jpg",
		"images/gallery/080725/CIMG1432.jpg",
		"images/gallery/080725/CIMG1433.jpg",
		"images/gallery/080725/CIMG1437.jpg",
		"images/gallery/080725/CIMG1438.jpg",
		"images/gallery/080725/CIMG1441.jpg",
		"images/gallery/080725/CIMG1442.jpg",
		"images/gallery/080725/CIMG1455.jpg",
		"images/gallery/080725/CIMG1462.jpg",
		"images/gallery/080725/CIMG1469.jpg",
		"images/gallery/080725/CIMG1474.jpg",
		"images/gallery/080725/CIMG1475.jpg",
		"images/gallery/080725/CIMG1476.jpg",
		"images/gallery/080725/CIMG1484.jpg",
		"images/gallery/080725/CIMG1485.jpg",
		"images/gallery/080725/CIMG1486.jpg",
		"images/gallery/080725/CIMG1487.jpg",
		"images/gallery/080725/CIMG1495.jpg",
		"images/gallery/080725/CIMG1496.jpg",
		"images/gallery/080725/CIMG1499.jpg",
		"images/gallery/080725/CIMG1500.jpg",
		"images/gallery/080725/CIMG1501.jpg",
		"images/gallery/080725/CIMG1502.jpg",
		"images/gallery/080725/CIMG1506.jpg",
		"images/gallery/080725/CIMG1507.jpg",
		"images/gallery/080725/CIMG1508.jpg",
		"images/gallery/080725/CIMG1509.jpg",
		"images/gallery/080725/CIMG1511.jpg",
		"images/gallery/080725/CIMG1513.jpg",
		"images/gallery/080725/CIMG1514.jpg",
		"images/gallery/080725/CIMG1518.jpg",
		"images/gallery/080725/CIMG1536.jpg",
		"images/gallery/080725/CIMG1573.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen in der Linde!");
		break;
	case 31:
		NewImg.splice(0,NewImg.length,
		"images/gallery/080629/EM-Finalparty29060801671.jpg",
		"images/gallery/080629/EM-Finalparty29060801677.jpg",
		"images/gallery/080629/EM-Finalparty29060801683.jpg",
		"images/gallery/080629/EM-Finalparty29060801698.jpg",
		"images/gallery/080629/EM-Finalparty29060801703.jpg",
		"images/gallery/080629/EM-Finalparty29060801711.jpg",
		"images/gallery/080629/EM-Finalparty29060801729.jpg",
		"images/gallery/080629/EM-Finalparty29060801745.jpg",
		"images/gallery/080629/EM-Finalparty29060801775.jpg",
		"images/gallery/080629/EM-Finalparty29060801785.jpg",
		"images/gallery/080629/EM-Finalparty29060801786.jpg",
		"images/gallery/080629/EM-Finalparty29060801794.jpg",
		"images/gallery/080629/EM-Finalparty29060801795.jpg",
		"images/gallery/080629/EM-Finalparty29060801806.jpg",
		"images/gallery/080629/EM-Finalparty29060801810.jpg",
		"images/gallery/080629/EM-Finalparty29060801817.jpg",
		"images/gallery/080629/EM-Finalparty29060801821.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen zum EM Finale am DDS Johann Strauß");
		break;
		
	case 32:
		NewImg.splice(0,NewImg.length,
		"images/gallery/080830/IMGP6732.jpg",
		"images/gallery/080830/IMGP6739.jpg",
		"images/gallery/080830/IMGP6740.jpg",
		"images/gallery/080830/IMGP6748.jpg",
		"images/gallery/080830/IMGP6750.jpg",
		"images/gallery/080830/IMGP6751.jpg",
		"images/gallery/080830/IMGP6763.jpg",
		"images/gallery/080830/IMGP6766.jpg",
		"images/gallery/080830/IMGP6769.jpg",
		"images/gallery/080830/IMGP6774.jpg",
		"images/gallery/080830/IMGP6775.jpg",
		"images/gallery/080830/IMGP6782.jpg",
		"images/gallery/080830/IMGP6786.jpg",
		"images/gallery/080830/IMGP6787.jpg",
		"images/gallery/080830/IMGP6788.jpg",
		"images/gallery/080830/IMGP6790.jpg",
		"images/gallery/080830/IMGP6796.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen rocken die Summerstage");
		break;
		
	case 33:
		NewImg.splice(0,NewImg.length,
		"images/gallery/081009/Bild-001.jpg",
		"images/gallery/081009/Bild-005.jpg",
		"images/gallery/081009/Bild-007.jpg",
		"images/gallery/081009/Bild-012.jpg",
		"images/gallery/081009/CIMG1976.jpg",
		"images/gallery/081009/CIMG1980.jpg",
		"images/gallery/081009/CIMG1981.jpg",
		"images/gallery/081009/CIMG1984.jpg",
		"images/gallery/081009/CIMG1986.jpg",
		"images/gallery/081009/CIMG1987.jpg",
		"images/gallery/081009/CIMG1988.jpg",
		"images/gallery/081009/CIMG1989.jpg",
		"images/gallery/081009/CIMG1990.jpg",
		"images/gallery/081009/CIMG1993.jpg",
		"images/gallery/081009/CIMG1997.jpg",
		"images/gallery/081009/CIMG1998.jpg",
		"images/gallery/081009/CIMG1999.jpg",
		"images/gallery/081009/CIMG2002.jpg",
		"images/gallery/081009/CIMG2004.jpg",
		"images/gallery/081009/CIMG2005.jpg",
		"images/gallery/081009/CIMG2007.jpg",
		"images/gallery/081009/CIMG2013.jpg",
		"images/gallery/081009/CIMG2020.jpg",
		"images/gallery/081009/CIMG2021.jpg",
		"images/gallery/081009/CIMG2022.jpg",
		"images/gallery/081009/CIMG2025.jpg",
		"images/gallery/081009/IMGP7358.jpg",
		"images/gallery/081009/IMGP7364.jpg",
		"images/gallery/081009/IMGP7369.jpg",
		"images/gallery/081009/IMGP7371.jpg",
		"images/gallery/081009/IMGP7377.jpg",
		"images/gallery/081009/IMGP7379.jpg",
		"images/gallery/081009/IMGP7384.jpg",
		"images/gallery/081009/IMGP7392.jpg",
		"images/gallery/081009/IMGP7407.jpg",
		"images/gallery/081009/IMGP7424.jpg",
		"images/gallery/081009/IMGP7429.jpg",
		"images/gallery/081009/IMGP7434.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Cabaret Fledermaus am 9.10.2008");
		break;
		
	case 34:
		NewImg.splice(0,NewImg.length,
		"images/gallery/081030/301008_2585.jpg",
		"images/gallery/081030/301008_2606.jpg",
		"images/gallery/081030/301008_2625.jpg",
		"images/gallery/081030/301008_2626.jpg",
		"images/gallery/081030/301008_2628.jpg",
		"images/gallery/081030/301008_2642.jpg",
		"images/gallery/081030/301008_2658.jpg",
		"images/gallery/081030/301008_2665.jpg",
		"images/gallery/081030/301008_2666.jpg",
		"images/gallery/081030/301008_2672.jpg",
		"images/gallery/081030/301008_2674.jpg",
		"images/gallery/081030/301008_2675.jpg",
		"images/gallery/081030/301008_2676.jpg",
		"images/gallery/081030/301008_2680.jpg",
		"images/gallery/081030/301008_2685.jpg",
		"images/gallery/081030/301008_2692.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("Die Falschen Hasen im Red Room am 30.10.2008");
		break;
	case 35:
			NewImg.splice(0,NewImg.length,
			"images/gallery/090524/Bild-002.jpg",
			"images/gallery/090524/Bild-005.jpg",
			"images/gallery/090524/Bild-006.jpg",
			"images/gallery/090524/Bild-008.jpg",
			"images/gallery/090524/Bild-012.jpg",
			"images/gallery/090524/Bild-019.jpg",
			"images/gallery/090524/Bild-020.jpg",
			"images/gallery/090524/Bild-022.jpg",
			"images/gallery/090524/Bild-025.jpg",
			"images/gallery/090524/Bild-026.jpg",
			"images/gallery/090524/Bild-031.jpg",
			"images/gallery/090524/Bild-034.jpg",
			"images/gallery/090524/Bild-042.jpg",
			"images/gallery/090524/Bild-047.jpg");
			ImgNum = 0;
			ImgLength = NewImg.length - 1;
			document.slideshow.src = NewImg[0];
			Anzahl=ImgLength +1;
			showContent(ImgNum+1 + "/" + Anzahl);
			showDescription("Die Falschen Hasen in Wien am Tel Aviv Beach 24.5.2009");
		break;
	case 36:
			NewImg.splice(0,NewImg.length,
			"images/gallery/090613/DSCN4210.jpg",
			"images/gallery/090613/DSCN4216.jpg",
			"images/gallery/090613/DSCN4217.jpg",
			"images/gallery/090613/DSCN4220.jpg",
			"images/gallery/090613/DSCN4224.jpg",
			"images/gallery/090613/DSCN4225.jpg",
			"images/gallery/090613/DSCN4232.jpg");
			ImgNum = 0;
			ImgLength = NewImg.length - 1;
			document.slideshow.src = NewImg[0];
			Anzahl=ImgLength +1;
			showContent(ImgNum+1 + "/" + Anzahl);
			showDescription("Die Falschen Hasen in Wien am Tel Aviv Beach 13.6.2009");
		break;

	case 0:
		NewImg.splice(0,NewImg.length,
		"images/gallery/misc/fh_misc01.jpg",
		"images/gallery/misc/fh_misc02.jpg",
		"images/gallery/misc/fh_misc03.jpg",
		"images/gallery/misc/fh_misc04.jpg",
		"images/gallery/misc/fh_misc05.jpg",
		"images/gallery/misc/fh_misc06.jpg",
		"images/gallery/misc/fh_misc07.jpg",
		"images/gallery/misc/fh_misc08.jpg",
		"images/gallery/misc/fh_misc09.jpg",
		"images/gallery/misc/fh_misc10.jpg",
		"images/gallery/misc/fh_misc11.jpg");
		ImgNum = 0;
		ImgLength = NewImg.length - 1;
		document.slideshow.src = NewImg[0];
		Anzahl=ImgLength +1;
		showContent(ImgNum+1 + "/" + Anzahl);
		showDescription("");
		break;
	}
}
