$(document).ready(function(){$("input.file, .with_file input").filestyle({image:"/images/dodaj_input.gif",imageheight:33,imagewidth:70,width:210});$("#wyslij_wiadomosc_popup").click(function(){$(".popup_background").css({width:$(window).width(),height:$(window).height()});$("#send_message").fadeIn()});$(".popup_zamknij").click(function(){$(this).parent().parent().fadeOut()});$("input.file_popup").filestyle({image:"/images/file_popup.gif",imageheight:30,imagewidth:75,width:255});var a=$("#add_intervention_popup").clone(true);$("#add_intervention_popup").remove();$("body").append(a)});
