$(function() {
	$('a.lightbox').lightBox();
	
	
	// LINKI FOOTER DODANIE

		var ali = $("#menu-top li");
		ali.each(function(index) {
			$(this).append('<div class="tloli"><div class="lbg">&nbsp;</div><div class="rbg">&nbsp;</div><div>');
			//$(this).children('.lbg').width($(this).width() -  $(this).children('.rbg').width())  ; 
			$(".tloli", this).width($(this).width());
			$(".tloli .lbg", this).width( $(this).width() -  $(".tloli .rbg", this).width() );
			
			/*if($("a", this))
			{
				
			}*/
			if($("a", this).hasClass('selected'))
			{
				$(".tloli .lbg", this).css("background-position", "bottom left")
				$(".tloli .rbg", this).css("background-position", "bottom right")
				
			}
		});

	/*menu top*/
		ali.hover(
				  function () {
				
					$(".tloli .lbg", this).css("background-position", "bottom left")
					$(".tloli .rbg", this).css("background-position", "bottom right")
					
				  },
				  function () {
					
					
					if(!$("a", this).hasClass('selected'))
					{
					$(".tloli .lbg", this).css("background-position", "top left")
					$(".tloli .rbg", this).css("background-position", "top right")
					}
				  });
			
			ali.click(function(){
					
					window.location = $("a" ,this).attr("href")
				  });
				  
		//menu-left
			var lli = $("#menu-left li");
		lli.each(function(index) {
			$(this).append('<div class="tloli"><div class="lbg">&nbsp;</div><div class="rbg">&nbsp;</div><div>');
			//$(this).children('.lbg').width($(this).width() -  $(this).children('.rbg').width())  ; 
			$(".tloli", this).width($(this).width());
			$(".tloli .lbg", this).width( $(this).width() -  $(".tloli .rbg", this).width() );
			
			/*if($("a", this))
			{
				
			}*/
			if($("a", this).hasClass('selected'))
			{
				$(".tloli .lbg", this).css("background-position", "bottom left")
				$(".tloli .rbg", this).css("background-position", "bottom right")
				
			}
		});
			lli.hover(
				  function () {
				
					$(".tloli .lbg", this).css("background-position", "bottom left")
					$(".tloli .rbg", this).css("background-position", "bottom right")
					
				  },
				  function () {
					
					
					if(!$("a", this).hasClass('selected'))
					{
					$(".tloli .lbg", this).css("background-position", "top left")
					$(".tloli .rbg", this).css("background-position", "top right")
					}
				  });
			
			lli.click(function(){
					
					window.location = $("a" ,this).attr("href")
				  });
	
	
	
	
	if($('#left').height()>$('#main').height())
		{
		   $('#main').height($('#left').height()) 
		}
		else
		{
		   $('#left').height($('#main').height())  
		}
	
	
	
	/*goscie*/
	$('#ks').append('<iframe id="commentiframe" />');
	$('#commentiframe').attr('src', 'http://ksiegi.emix.net.pl/wyswietl.php?user=newbone');
	$('#commentiframe').attr('width', '100%');
	$('#commentiframe').attr('height', '650px');
	$('#commentiframe').css('border', 'none');
	$('#commentiframe').attr('frameborder', '0');
	$('#commentiframe').attr('border', '0');
	
	/*mail*/
	$('#form').append('<iframe id="fcommentiframe" />');
	$('#fcommentiframe').attr('src', '/form/form.php');
	$('#fcommentiframe').attr('width', '100%');
	$('#fcommentiframe').attr('height', '650px');
	$('#fcommentiframe').css('border', 'none');
	$('#fcommentiframe').attr('frameborder', '0');
	$('#fcommentiframe').attr('border', '0');
	
	
});






