function pokaz(id){
	
	var id = document.getElementById(id);
	
	if(id.style.display == 'none'){
		id.style.display = 'block';
	}else{
		id.style.display = 'none';
	}

}

$(function()
{
	$('a.lbox').lightBox({fixedNavigation:true});
});

$(function()
{
	$('a.lboxx').lightBox({fixedNavigation:true});
	$('a.lbox110302').lightBox({fixedNavigation:true});
	$('a.lbox110304').lightBox({fixedNavigation:true});
	$('a.lbox110317').lightBox({fixedNavigation:true});
	$('a.lbox110612').lightBox({fixedNavigation:true});
	$('a.lbox111206').lightBox({fixedNavigation:true});
});
