window.addEvent('domready', function(){
	new FormCheck('formular', {
		display : {
			errorsLocation : 0,
			indicateErrors : 1,
			showErrors : 1,
			addClassErrorToField : 1,
			flashTips : 0

		}
	});
});



var myImages = new Asset.images(['http://cieszynskakraina.pl/temlate/menu_button_1_act.png','http://cieszynskakraina.pl/temlate/menu_button_1_pas.png','http://cieszynskakraina.pl/temlate/menu_button_2_act.png','http://cieszynskakraina.pl/temlate/menu_button_2_pas.png','http://cieszynskakraina.pl/temlate/tlo2.jpg','http://cieszynskakraina.pl/map/brenna.png', 'http://cieszynskakraina.pl/map/goleszow.png', 'http://cieszynskakraina.pl/map/debowiec.png', 'http://cieszynskakraina.pl/map/skoczow.png','http://cieszynskakraina.pl/map/chybie.png', 'http://cieszynskakraina.pl/map/sstrumien.png', 'http://cieszynskakraina.pl/map/zebrzydowice.png', 'http://cieszynskakraina.pl/map/hazlach.png', 'http://cieszynskakraina.pl/map/ck_http://cieszynskakraina.pl/map.png', 'http://cieszynskakraina.pl/map/http://cieszynskakraina.pl/map_pointer.png' ],{
  //onProgress: function(){
   // var myDisplayTextContainer = new Element('div', {id: 'loadingText'}); //create text container
   // $('loading').grab(myDisplayTextContainer); //grabs text string container
   // myPreloadingImg.inject(myDisplayTextContainer, 'after'); //inject image after text string container
   // $('loadingText').set('text', 'Loading content, please be patient ...'); //create text string
  //}
  
})

window.addEvent('domready', function() {
//	$('mapka_pointer').setStyle('top', '100px');
//	$('mapka_pointer').setStyle('left', '139px');
//		$('img_herb').setProperty('src', 'map/skoczow.png');
//		$('img_herb').setProperty('alt', 'Skoczów');
//		$('img_herb').setProperty('title', 'Skoczów');

	poziom = new Fx.Tween('mapka_pointer', {
		property: 'top',
		duration: 500, 
		transition: Fx.Transitions.Quart.easeInOut
	});
	
	pion = new Fx.Tween('mapka_pointer', {
		property: 'left',
		duration: 500, 
		transition: Fx.Transitions.Quart.easeInOut
	});
	
	var tweenInOut = $('gmina_info').get('tween', {property: 'opacity'});
	//fade it away
	
	
	$('brenna').addEvent('click', function(e) {
		poziom.start(190);
		pion.start(208);
		tweenInOut.start(0).chain(function(){
			$('gmina_info').fade('out');
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/brenna.png');
			$('img_herb').setProperty('alt', 'Brenna');
			$('img_herb').setProperty('title', 'Brenna');
			tweenInOut.start(1);
		});

	});
	
	$('goleszow').addEvent('click', function(e) {
		poziom.start(177);
		pion.start(92);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/goleszow.png');
			$('img_herb').setProperty('alt', 'Goleszów');
			$('img_herb').setProperty('title', 'Goleszów');
			tweenInOut.start(1);
		});
	});
	
	$('debowiec').addEvent('click', function(e) {
		poziom.start(121);
		pion.start(86);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/debowiec.png');
			$('img_herb').setProperty('alt', 'Dębowiec');
			$('img_herb').setProperty('title', 'Dębowiec');
			tweenInOut.start(1);
		});
	});
	
	$('skoczow').addEvent('click', function(e) {
		poziom.start(100);
		pion.start(139);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/skoczow.png');
			$('img_herb').setProperty('alt', 'Skoczów');
			$('img_herb').setProperty('title', 'Skoczów');
			tweenInOut.start(1);
		});
	})
	
	$('hazlach').addEvent('click', function(e) {
		poziom.start(112);
		pion.start(47);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/hazlach.png');
			$('img_herb').setProperty('alt', 'Hażlach');
			$('img_herb').setProperty('title', 'Hażlach');
			tweenInOut.start(1);
		});
	});
	
	$('zebrzydowice').addEvent('click', function(e) {
		poziom.start(42);
		pion.start(35);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/zebrzydowice.png');
			$('img_herb').setProperty('alt', 'Zebrzydowice');
			$('img_herb').setProperty('title', 'Zebrzydowice');
			tweenInOut.start(1);
		});
	});
	
	$('strumien').addEvent('click', function(e) {
		poziom.start(37);
		pion.start(95);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/strumien.png');
			$('img_herb').setProperty('alt', 'Strumień');
			$('img_herb').setProperty('title', 'Strumień');
			tweenInOut.start(1);
		});
	});
	
	$('chybie').addEvent('click', function(e) {
		poziom.start(30);
		pion.start(147);
		tweenInOut.start(0).chain(function(){		
			$('img_herb').setProperty('src', 'http://cieszynskakraina.pl/map/chybie.png');
			$('img_herb').setProperty('alt', 'Chybie');
			$('img_herb').setProperty('title', 'Chybie');
			tweenInOut.start(1);
		});
	});

});
