// (c)2009 Michal Juda erasmuse.pl

function okno(URL){day=new Date();id=day.getTime();var top=Math.floor(($(window).height()-460)/2)+50;var left=Math.floor(($(window).width()-500)/2);eval("page"+id+" = window.open(URL, '"+id+"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=460,left='+left+',top='+top+'\');");}
$(function(){var img=new Image();$(img).load(function(){$('#photos').removeClass('loading');$('#photos').addClass('loaded');$('.plholder').toggle();}).error(function(){$('#photos').html("Nie mozna zaladowac obrazka...");}).attr('src','/img/photos.jpg');});$(document).ready(function(){$(".unit").mouseover(function(){$(this).animate({paddingLeft:'5px'},{queue:false,duration:500});}).mouseout(function(){$(this).animate({paddingLeft:'25px'},{queue:false,duration:500});});});
