
	// JavaScript Document

	// 
	if (document.images)
	{
		// Grafika Strony
		pic0 = new Image(3000, 160);
		pic0.src = "/media/layout/naglowek-bg-bl3.jpg";
		pic1 = new Image(985, 40);
		pic1.src = "/media/layout/belka-gorna-srodek.png";
		pic2 = new Image(10, 528);
		pic2.src = "/media/layout/strona-bg.png";
	}

	// 
	function Co(url, txt)
	{	
		var where_to= confirm(txt);
		if (where_to== true)
		{ window.location=url; }
	}
	
	// 
	function phpads_deliverActiveX(content)
	{
		document.write(content);	
	}
 
	
	// Galeria
	
 	hs.graphicsDir = 'media/layout/hs-galeria/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
 	hs.fadeInOut = true;
 	hs.wrapperClassName = 'dark';
	hs.dimmingOpacity = 0.75;
	
	// define the restraining box
	hs.useBox = false;
	hs.width = 900;
	hs.height = 600;
	hs.dimmingOpacity = 0.75;
		
	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});	
	
