var fieldValues = new Array();
$(document).ready(function() {  
	
	// uruchamiamy funkcje startujace on load 
	startOnLoad();

	// bindujemy powiekszenia zdjec do colorboxa 
	$(".cboxElement").colorbox({width:"80%", height:"80%", iframe:true});
	$(".cboxYoutube").colorbox({width:"425", height:"344", iframe:true});
	$("a[rel='TXT_gallery']").colorbox({
		maxWidth:"90%", 
		maxHeight:"90%" 
	});	
	$(".colorBox").colorbox({
		maxWidth: '90%',
		maxHeight: '90%'
	});	
	
	changeValueLabel("#email");
	
}); 
