$(document).ready(function(){
	$( "#dialog:ui-dialog" ).dialog( "destroy" );
//	$( "#dialog-confirm" ).dialog({
//		resizable: false,
//		height:140,
//		modal: true,
//		buttons: {
//			"Nowa wersja": function() {
//				$( this ).dialog( "close" );
//			},
//			"Poprzednia wersja": function() {
//				window.location = "http://www.anma-choinki.pl/old";
//				$( this ).dialog( "close" );
//			}
//		}
//	});
	n_img = jQuery('#choinki a').size();
	$(function() {
		$( "#tabs" ).tabs();
	});
	$("[rel^='prettyPhoto']").prettyPhoto({social_tools:''});
	setInterval('switcher()', 5000);
});
var _iii = 1;
var options = {};
var n_img = 1;
function switcher(){
	if(_iii == 1){
		jQuery( ".obraz_top" ).fadeIn('slow');
	}
	jQuery('a#obraz'+_iii).fadeOut('slow');
	_iii++;
	if(_iii > n_img){
		_iii = 1;
		jQuery( ".obraz_top" ).fadeIn('slow');
	}
}
