var pic1 = new Image();
var pic2 = new Image();
var pic3 = new Image();
var pic4 = new Image();
var pic5 = new Image();
var pic6 = new Image();
var pic7 = new Image();
var pic8 = new Image();
var pic9 = new Image();
var pic10 = new Image();

var pic11 = new Image();
var pic12 = new Image();
var pic13 = new Image();
var pic14 = new Image();
var pic15 = new Image();
var pic16 = new Image();
var pic17 = new Image();
var pic18 = new Image();
var pic19 = new Image();
var pic20 = new Image();

var pic21 = new Image();
var pic22 = new Image();
var pic23 = new Image();
var pic24 = new Image();
var pic25 = new Image();
var pic26 = new Image();
var pic27 = new Image();
var pic28 = new Image();
var pic29 = new Image();
var pic30 = new Image();

var pic31 = new Image();
var pic32 = new Image();
var pic33 = new Image();
var pic34 = new Image();
var pic35 = new Image();
var pic36 = new Image();
var pic37 = new Image();
var pic38 = new Image();
var pic39 = new Image();

pic1.src = "gallery/01.jpg";
pic2.src = "gallery/02.jpg";
pic3.src = "gallery/03.jpg";
pic4.src = "gallery/04.jpg";
pic5.src = "gallery/05.jpg";
pic6.src = "gallery/06.jpg";
pic7.src = "gallery/07.jpg";
pic8.src = "gallery/08.jpg";
pic9.src = "gallery/09.jpg";
pic10.src = "gallery/10.jpg";
pic11.src = "gallery/11.jpg";
pic12.src = "gallery/12.jpg";
pic13.src = "gallery/13.jpg";
pic14.src = "gallery/14.jpg";
pic15.src = "gallery/15.jpg";
pic16.src = "gallery/16.jpg";
pic17.src = "gallery/17.jpg";
pic18.src = "gallery/18.jpg";
pic19.src = "gallery/19.jpg";
pic20.src = "gallery/20.jpg";
pic21.src = "gallery/21.jpg";
pic22.src = "gallery/22.jpg";
pic23.src = "gallery/23.jpg";
pic24.src = "gallery/24.jpg";
pic25.src = "gallery/25.jpg";
pic26.src = "gallery/26.jpg";
pic27.src = "gallery/27.jpg";
pic28.src = "gallery/28.jpg";
pic29.src = "gallery/29.jpg";
pic30.src = "gallery/30.jpg";
pic31.src = "gallery/31.jpg";
pic32.src = "gallery/32.jpg";
pic33.src = "gallery/33.jpg";
pic34.src = "gallery/34.jpg";
pic35.src = "gallery/35.jpg";
pic36.src = "gallery/36.jpg";
pic37.src = "gallery/37.jpg";
pic38.src = "gallery/38.jpg";
pic39.src = "gallery/39.jpg";

pic6.style.width= "232px"
pic6.style.height= "348px"

function doButtons(picimage) {
eval("document['picture'].src = " + picimage + ".src");
}


image1 = new Image();
image1.src = "pictures/navigation/en00-festival-on.png";

image2 = new Image();
image2.src = "pictures/navigation/en01-program-on.png";

image3 = new Image();
image3.src = "pictures/navigation/en02-performance-on.png";

image4 = new Image();
image4.src = "pictures/navigation/en03-plus-on.png";

image5 = new Image();
image5.src = "pictures/navigation/en04-gallery-on.png";

image6 = new Image();
image6.src = "pictures/navigation/en05-press-on.png";

image7 = new Image();
image7.src = "pictures/navigation/en06-tickets-on.png";

image8 = new Image();
image8.src = "pictures/navigation/en07-contact-on.png";

image9 = new Image();
image9.src = "pictures/navigation/en08-sponsors-on.png";

image10 = new Image();
image10.src = "pictures/navigation/en-sub00.png";

image11 = new Image();
image11.src = "pictures/navigation/en-sub01.png";

image12 = new Image();
image12.src = "pictures/navigation/en-sub02.png";

image13 = new Image();
image13.src = "pictures/navigation/en-sub03.png";

image14 = new Image();
image14.src = "pictures/navigation/en-sub04.png";

image15 = new Image();
image15.src = "pictures/navigation/gumben-on.png";

image16 = new Image();
image16.src = "pictures/navigation/gumbhr-on.png";

function fnFixPng() {

	var obj = document.getElementById('mainFramecontent');
	var bg	=  "pictures/back.png"

	obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='" + bg + "', sizingMethod='scale');";
	obj.style.backgroundImage = "url(pictures/spacer.gif)";
	
	//
	var obj = document.getElementById('newscontent');
	var bg	=  "pictures/back-news.png"

	obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + bg + "', sizingMethod='scale');";
	obj.style.backgroundImage = "url(pictures/spacer.gif)";	
	//
	var obj = document.getElementById('content');
	var bg	=  "pictures/logo.png"

	obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + bg + "', sizingMethod='image');";
	obj.style.backgroundImage = "url(pictures/spacer.gif)";		
	
	//
	var obj = document.getElementById('navigation');
	var bg	=  "pictures/navodnik.png"

	obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + bg + "', sizingMethod='crop');";
	obj.style.backgroundImage = "url(pictures/spacer.gif)";	
			
}
