// JavaScript Document

	function phpads_deliverActiveX(content)
	{
		document.write(content);	
	}

	function ZmienFotke(co)
	{
 		//alert(co);
		document.getElementById('nowafota').src = co;	
 	}
  
 	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
		}
	});

 	function zamykajdiva(elementID) 
	{ 
		if (document.getElementById) 
		{ // DOM3 = IE5, NS6 
		  document.getElementById(elementID).style.visibility = 'hidden'; 
		} 
	} 
	
	function PokazMape()
	{
		dane="toolbar=no,menubar=no,scrollbars=yes, resizable=no,status=no,location=no, directories=no,top=0,left=0,fullscreen=0,height=511, width=702";
		window.open('../mapa/mapa.html',702,dane);
	}	
	
