jQuery().ready(function() {
	$("tbody tr:odd").addClass("zebra");
	
	$("select").selectbox();
	
	$("input[type=file]").filestyle({ 
	     image: "/img/www/bg_przegladaj.gif",
	     imageheight : 21,
	     imagewidth : 70,
	     width : 306
 	});

	$('.wrap_checkbox input').checkBox();
	
	
	$('#SCompanies').change(function () {
          url = $('#SCompanies option:selected').val();
          win = window.open('http://' + url);
          win.focus();
        });
	
});


$(function() {
        $("a[rel='lightbox[]']").lightBox();
        $("a[rel='lightbox']").lightBox();
});