
	// 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);	
	}
	
 	jQuery(document).ready(function() { jQuery('.galerie-glowna').jcarousel ({ visible: 1, scroll: 1 }); jQuery('.galerie-glowna').css('visibility', 'visible'); });
 
 	// Javascript
 	function pImp(id){ document.getElementById(id).style.display = 'block'; }
	function uImp(id){ document.getElementById(id).style.display = 'none'; }
	
	//
	sfHover = function() 
	{
		var sfEls = document.getElementById("mn").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) 
		{
			sfEls[i].onmouseover=function() 
			{
				this.className+=" sfhover";
			}
			sfEls[i].onmouseout=function() 
			{
				this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
			}
		}
	}
	
	if (window.attachEvent) window.attachEvent("onload", sfHover);
	
	// 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 = true;
	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
		}
	});	
	
	*/
	