$(document).ready(function() {    

	$('#galery a').lightBox();

	animatedcollapse.addDiv('loginCL', 'fade=0');
	animatedcollapse.addDiv('hlpmenuCL', 'fade=0');
	animatedcollapse.addDiv('menunewsCL', 'fade=0');
	animatedcollapse.addDiv('newsCL', 'fade=0');
	animatedcollapse.addDiv('demandCL', 'fade=0');
	animatedcollapse.addDiv('offerCL', 'fade=0');
	animatedcollapse.addDiv('linkCL', 'fade=0');
	animatedcollapse.addDiv('actualCL', 'fade=0');
	animatedcollapse.addDiv('welcomeCL', 'fade=0');
	animatedcollapse.addDiv('searchCL', 'fade=0');
	animatedcollapse.addDiv('extraCL', 'fade=0');
	animatedcollapse.addDiv('extrahlpCL', 'fade=0');
	animatedcollapse.addDiv('extratextCL', 'fade=0');
	animatedcollapse.addDiv('seoCLS', 'fade=0');  	 
	 
	animatedcollapse.init();
	 
	pageReloadBlock();

	$('#browser').html('Používáte <strong>' + $.browser.name + '</strong> ve verzi <strong>' + $.browser.version + '</strong> ' + $.os.name);
	$("#date_start").datepicker({ changeFirstDay: false,  showOn: "both",  buttonImage: "./images/ico-date.png", buttonImageOnly: true });
});
