// JavaScript Document
$(document).ready(function(){
	popupMod();						 
	$("a.news_podpiska").click(function(){
	showPupop22();
	});					
	$(".popup_mail .close").click(function(){
	hidePupop222();
	});				
	$(".shadow").click(function(){
	hidePupop222();
	});
});
function showPupop22(){
	var PageSize=getPageSize();
	var pageheight=PageSize[1];
	$(".shadow").css('height',pageheight);
	$(".shadow").show();
	$(".popup_mail").show();
	$(".popup_mail").animate({top:250}, 1000);
}
function hidePupop222(){
	$(".shadow").hide();
	$(".popup_mail").hide();
	$(".popup_mail").css({top:"-1000px"});
}
function  popupMod22(){
	$(".popup_mail").css({top:"-1000px"});
}