	function showGalerie(filename) {
		galwin=window.open(filename,"galerie", "menubar=no,height=650px,width=960px,resizable=yes");
		galwin.focus();
	}
	
		function showGalerie1(filename) {
		galwin1=window.open(filename,"galerie1", "menubar=no,height=830px,width=960px,resizable=yes");
		galwin1.focus();
	}
	
	function showGalerie2(filename) {
		galwin2=window.open(filename,"galerie2", "menubar=no,height=400px,width=900px,resizable=yes");
		galwin2.focus();
	}
	
	
	function showGalerie3(filename) {
		galwin3=window.open(filename,"galerie3", "menubar=no,height=800px,width=1000px,resizable=yes,scrollbars=yes");
		galwin3.focus();
	}

  	function showGalerie4(filename) {
		galwin4=window.open(filename,"galerie", "menubar=no,height=700px,width=960px,resizable=yes");
		galwin4.focus();
	}
	
	
	  	function showGalerie5(filename) {
		galwin5=window.open(filename,"galerie", "menubar=no,height=650px,width=840px,resizable=yes");
		galwin5.focus();
	}
	
		
	  	function showGalerie6(filename) {
		galwin6=window.open(filename,"galerie", "scrollbar=yes,height=800px,width=900px,resizable=yes");
		galwin6.focus();
	}
