$(document).ready(function(){
	
	$("#left_nav").css( "visibility", "visible" );
/*	$("#red").treeview( {
		animated: "fast", 
		collapsed: true, 
		unique: true, 
		control: "#treecontrol"
	});*/
	
	
	$("ul.tabs li").each(function(){
		$(this).html( '<div class="left"></div>' + $(this).html() + '<div class="right"></div>' );
	});

	$("#menu_left h1").html( '<img src="images/produkt.gif" alt="Produkt" />' );
	$("#mapa h1").html( '<img src="images/mapa_dojazdu.gif" alt="Mapa dojazdu" />' );
	$("#quickContact h1").html( '<img src="images/kontakt.gif" alt="Mapa dojazdu" />' );
	$("#poradnik h2").html( '<img src="images/poradnik.gif" alt="PORADNIK" />' );
	$("#zestawy h2").html( '<img src="images/zestawy.gif" alt="ZESTAWY" />' );
	$("#wybierz_projektor h2").html( '<img src="images/wybierz_projektor.gif" alt="WYBIERZ PROJEKTOR" />' );
	$("#wybierz_lampe h2").html( '<img src="images/wybierz_lampe.gif" alt="WYBIERZ LAMPĘ" />' );
	
	$("h2.new_products a").html( '<img src="images/nowosci.gif" alt="NOWOŚCI" />' );
	$("h2.promotion a").html( '<img src="images/promocja.gif" alt="PROMOCJA" />' );
	$("h2.cart").html( '<img src="images/koszyk.gif" alt="KOSZYK" />' );
	$("h2.invoice_data").html( '<img src="images/invoice_data.gif" alt="Zamawiający (dane do faktury)" />' );
	$("h2.recieverData").html( '<img src="images/recieverData.gif" alt="Odbiorca" />' );
	$("h2.uwagi").html( '<img src="images/uwagi.gif" alt="Uwagi" />' );
	$("h2.confirmOrder").html( '<img src="images/confirmOrder.gif" alt="Potwierdzenie zamówienia" />' );
	$("h2.statusOrder").html( '<img src="images/statusOrder.gif" alt="Status zamówienia" />' );
	
	$("#news h1").html( '<img src="images/aktualnosci.gif" alt="Aktualności" />' );
	$("#payment h1").html( '<img src="images/platnosci.gif" alt="Płatności" />' );
	$("#footer .dostepnosc_produktow h2").html( '<img src="images/informacje.gif" alt="Informacje" />' );
	$("#footer .pomoc h2").html( '<img src="images/pomoc.gif" alt="Pomoc" />' );
	$("#footer .kontakt h2").html( '<img src="images/kontakt2.gif" alt="Kontakt" />' );
	$("#footer .o_firmie h2").html( '<img src="images/o_firmie.gif" alt="O firmie" />' );
	$("#footer .promocje h2").html( '<img src="images/korzystne_zakupy.gif" alt="Korzystne zkupy" />' );

/*	
	$(".thumb").each(function(){
		var counter = 0;
		$(this).find("a").each(function(){
			if( counter > 0 )
			{
				$(this).hide();
			}
			counter++;
		});
	});
*/
/*	$(function(){
        $('.thumb a').lightBox();
		for (var i=0; i < 10; i++) {
			$('.thumb.' + String.fromCharCode( 97 + i ) + ' a').lightBox();
		};
    });
*/
});
