/* 
	Copyright (c) Michał Szaniewski 2005-2010 / All Rights Reserved. 
*/

$(document).ready(function() {   
	$('#top-menu li ul li a span').before('&raquo;&nbsp;'); 	
	$("#mein .mein-index-map p span:last").addClass("selected");
	
	$("a[href='#']").click(function(event){
		event.preventDefault();
	});
	//nagrody
    
    //TREŚCI STARTOWE!!! TUTAJ TRZEBA USTAWIĆ PIERWSZĄ TREŚĆ - MUSI SIĘ ZGADZAĆ Z PIERWSZĄ PONIŻEJ
        $('.nagrody').css('background','url("img/gfx/prix_beaute.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','prix_de_beaute.php');
	
    $(".nagrody span:eq(0)").css('background','#91b0df').click(function(event){
		$(this).css('background','#91b0df');
		$(".nagrody span:eq(1)").css('background','#2765C1')
		$(".nagrody span:eq(2)").css('background','#2765C1')
		$(".nagrody span:eq(3)").css('background','#2765C1')
		$(".nagrody span:eq(4)").css('background','#2765C1')
        //PONIŻEJ MUSI BYĆ TAK SAMO JAK W STARTOWYCH!!!
		$('.nagrody').css('background','url("img/gfx/prix_beaute.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','prix_de_beaute.php');
	});
	$(".nagrody span:eq(1)").css('background','#2765C1').click(function(event){
		$(this).css('background','#91b0df');
		$(".nagrody span:eq(0)").css('background','#2765C1')
		$(".nagrody span:eq(2)").css('background','#2765C1')
		$(".nagrody span:eq(3)").css('background','#2765C1')
		$(".nagrody span:eq(4)").css('background','#2765C1')
		$('.nagrody').css('background','url("img/gfx/pieknosc-roku.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','http://www.sklep.isclinical.pl/active-serum-15-12-ahabha-nbsp30ml-p6.html');
	});
	$(".nagrody span:eq(2)").css('background','#2765C1').click(function(event){
		$(this).css('background','#91b0df');
		$(".nagrody span:eq(0)").css('background','#2765C1')
		$(".nagrody span:eq(1)").css('background','#2765C1')
		$(".nagrody span:eq(3)").css('background','#2765C1')
		$(".nagrody span:eq(4)").css('background','#2765C1')
		$('.nagrody').css('background','url("img/gfx/beauty.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','http://www.sklep.isclinical.pl/?artykul=65');
	});
	$(".nagrody span:eq(3)").css('background','#2765C1').click(function(event){
		$(this).css('background','#91b0df');
		$(".nagrody span:eq(0)").css('background','#2765C1')
		$(".nagrody span:eq(1)").css('background','#2765C1')
		$(".nagrody span:eq(2)").css('background','#2765C1')
		$(".nagrody span:eq(4)").css('background','#2765C1')
		$('.nagrody').css('background','url("img/gfx/best-buys.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','http://www.sklep.isclinical.pl/?artykul=63');
	});
	$(".nagrody span:eq(4)").css('background','#2765C1').click(function(event){
		$(this).css('background','#91b0df');
		$(".nagrody span:eq(0)").css('background','#2765C1')
		$(".nagrody span:eq(1)").css('background','#2765C1')
		$(".nagrody span:eq(2)").css('background','#2765C1')
		$(".nagrody span:eq(3)").css('background','#2765C1')
		$('.nagrody').css('background','url("img/gfx/qltowy.jpg") no-repeat scroll 0 0 transparent');
		$('.freek-href').attr('href','qultowy.php');
	});
	

    $("#commentForm").validate();

/*add*/
	$("#add .add-switch li").hover(function () {$(this).fadeTo('400', 0.5);}, function () {$(this).fadeTo('200', 1);}); 
	$(".button-1").click(function (){
		$(".veivee-1").animate({right: "254px"}, 500);
		$(".veivee-2, .veivee-3").animate({right: "-836px"}, 500);
	});
	$(".button-2").click(function (){
		$(".veivee-2").animate({right: "254px"}, 500);
		$(".veivee-1, .veivee-3").animate({right: "-836px"}, 500);
	});
	$(".button-3").click(function (){
		$(".veivee-3").animate({right: "254px"}, 500);
		$(".veivee-2, .veivee-1").animate({right: "-836px"}, 500);
	});
	
	
}); 
