if( site_lang == 'az' )
{
   var ml = [ '', 'Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'İyun', 'İyul', 'Avqust', 'Sentyabr', 'Oktyabr', 'Noyabr', 'Dekabr' ];
   jQuery( document ).ready( function( ){
       jQuery( "a.translink" ).each( function( )
       {
           self = jQuery( this );
           self.text( ml[Number(self.attr( 'month' ))] + ' ' + self.attr( 'year' ) );
       })
   });
}

jQuery( document ).ready( function( ){ 
    var wH = jQuery( window ).height( );
    var wW = jQuery( window ).width( );
    jQuery( "#n_lay" ).css( "height", wH );
    jQuery( "#n_lay" ).css( "width", wW );
    jQuery( "#n_lay .padd" ).css( "height", ( wH-410 ) / 2 );
    jQuery( "#n_lay .padd2" ).css( "width", ( wW-760 ) / 2 );
    jQuery( "#ot_on" ).css( "height", wH );
    jQuery( "#ot_on" ).css( "width", wW );
});

function _interactive_map_close( ){ jQuery('#n_lay').fadeOut( ); }