function initMask(){
		
	$('#mask').click(function () {
		
		$(this).hide();
		$('.window').hide();
	});
	
		
	
}




