// JavaScript Document

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

	function ZmienFotke(co)
	{
 		//alert(co);
		document.getElementById('nowafota').src = co;	
 	}
  
	jQuery(document).ready(function() {	jQuery('#mycarousel').jcarousel ({ vertical: true, visible: 3, scroll: 1 }); jQuery('#mycarousel').css('visibility', 'visible'); }); 
	
	hs.graphicsDir = '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'; 
		} 
	} 
	