$(function() {
	$(".frm_colorbox").colorbox({width:470, height:440, iframe:true, overlayClose:false});
	
//	$('#mleft td').hover(
//			function() {
//				$(this).addClass('hover');
//				$(this).children("a").addClass('hover');
//			}, 
//			function() { 
//				$(this).removeClass('hover'); 
//				$(this).children("a").removeClass('hover')
//			}
//	);
//
//	$('#menu a').hover(
//			function() {$(this).addClass('hover');}, 
//			function() {$(this).removeClass('hover');}
//	);
//
//	$('#mleft td').click(
//			function() { 
//				var link = $(this).children("a").attr("href");
//				document.location.href=link;
//			}
//	);

	$('#txt .przeplot tr:odd').addClass('odd');
	$('#txt .przeplot tr:even').addClass('even');
	$('.przeplot tr:first-child').addClass('first');
		
	
//	
	
	// przycisk wroc
	$('#btnback').click(function(){
		window.history.back();
	});
	$('#btntop').click(function(){
		document.location.href="#gora";
	});
	
	$("a.powieksz").slimbox()
});