window.addEvent('domready', function() {

	

	$('imBoxik1').setStyle('opacity', '0.5');
	$('imBoxik2').setStyle('opacity', '0.5');
	$('imBoxik3').setStyle('opacity', '0.5');
	$('imBoxik4').setStyle('opacity', '0.5');
	$('imBoxik5').setStyle('opacity', '0.5');

	
	// Box1
	$('box1').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik1').morph({
				'opacity': 1			
			});
			
			$('HotelBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik1').morph({
				'opacity': 0.5		
			});
			$('HotelBoxik').morph({			
				'top': 312
			});
		}
	});
	
	$('link_box_1').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik1').morph({
				'opacity': 1			
			});
			
			$('HotelBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik1').morph({
				'opacity': 0.5		
			});
			$('HotelBoxik').morph({			
				'top': 312
			});
		}
	});
	
	// Box2
	$('box2').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik2').morph({
				'opacity': 1			
			});
			
			$('RestauracjaBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik2').morph({
				'opacity': 0.5			
			});
			$('RestauracjaBoxik').morph({			
				'top': 312
			});
		}
	});
	$('link_box_2').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik2').morph({
				'opacity': 1			
			});
			
			$('RestauracjaBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik2').morph({
				'opacity': 0.5			
			});
			$('RestauracjaBoxik').morph({			
				'top': 312
			});
		}
	});
	
	// Box 3
	$('box3').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik3').morph({
				'opacity': 1			
			});
			
			$('StrefaBiznesuBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik3').morph({
				'opacity': 0.5			
			});
			$('StrefaBiznesuBoxik').morph({			
				'top': 312
			});
		}
	});
	$('link_box_3').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik3').morph({
				'opacity': 1			
			});
			
			$('StrefaBiznesuBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik3').morph({
				'opacity': 0.5			
			});
			$('StrefaBiznesuBoxik').morph({			
				'top': 312
			});
		}
	});
	
	// Box 4
	$('box4').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik4').morph({
				'opacity': 1			
			});
			
			$('ClubBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik4').morph({
				'opacity': 0.5		
			});
			$('ClubBoxik').morph({			
				'top': 312
			});
		}
	});
	$('link_box_4').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik4').morph({
				'opacity': 1			
			});
			
			$('ClubBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik4').morph({
				'opacity': 0.5		
			});
			$('ClubBoxik').morph({			
				'top': 312
			});
		}
	});
	
	// Box 5
	$('box5').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik5').morph({
				'opacity': 1			
			});
			
			$('OfertySpecjalneBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik5').morph({
				'opacity': 0.5		
			});
			$('OfertySpecjalneBoxik').morph({			
				'top': 312
			});
		}
	});
	$('link_box_5').addEvents({
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('imBoxik5').morph({
				'opacity': 1			
			});
			
			$('OfertySpecjalneBoxik').morph({
				'top': 290
			});
		},
		mouseleave: function(){
			// Morphes back to the original style
			$('imBoxik5').morph({
				'opacity': 0.5		
			});
			$('OfertySpecjalneBoxik').morph({			
				'top': 312
			});
		}
	});
});

function formReset(){	
	document.getElementById("formContact").reset();
}


