$(document).ready(function(){

//start
$('#top ul li:first-child a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/main.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

//oferta
$('#top ul li:nth-child(2) a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/oferta.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

//co to jest paytv
$('#top ul li:nth-child(3) > a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/paytv.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});


//dlaczego warto
$('#top ul li:nth-child(4) > a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/warto.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});


//systemy pay-tv
$('#top ul li:nth-child(5) > a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/systemy.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});


//wycena
$('#top ul li:last-child a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/kontakt.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});


//kontakt
$('#top ul li:last-child a').hover(function(){
	$('.tvico img').hide();
	$('.tvico').append('<div><img src="images/sluchawka.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});




// DRUGI POZIOM

//oferta 2 poziom
$('#top ul li:nth-child(2) .lvl2 li:first-child > a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/stacjeczolowe.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(2) > a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/wifi.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(3) > a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/internetsat.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(4) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/tvhot.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(5) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/systemy.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(6) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/panele.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(2) .lvl2 li:nth-child(7) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/kanalytvsat.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});






//systemy 2 poziom
$('#top ul li:nth-child(5) .lvl2 li:first-child a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/smoovie.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(5) .lvl2 li:nth-child(2) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/chipper.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});

$('#top ul li:nth-child(5) .lvl2 li:nth-child(3) a').hover(function(){
	$('.tvico div, .tvico img').hide();
	$('.tvico').append('<div><img src="images/webhtv.jpg" alt="sat-system pay-tv" /></div>');
	$('.tvico div').hide().show();
}, function(){
	$('.tvico div').remove();
	$('.tvico img').show();
});


}); //ready

