$(window).load(function() {
  $('#banner_slide').append($('#header_menu'));
  var length_submenu = 0;
  $("ul#menu").children("li").each(function() {
    if($(this).children("ul").size()) {
      $(this).children("ul#submenu").children("li").each(function() {
        if ($(this).children("a").text().length>length_submenu) {
          length_submenu=$(this).children("a").text().length;
        }
      });
      if(length_submenu>23) {
        $(this).children("ul#submenu").css("width",length_submenu*8.3);
      } else {
        $(this).children("ul#submenu").css("width","190px");
      }
    }
	length_submenu = 0
  });
});
$(document).ready(function() {
  if($('.first_picture').length != 0)
	  $('.first_picture img').each(function(idx, ob){
		$('#first_picture img').rotate({
		  angle: -3,
		  preservePosition: true
		});
	  });
  if($('.second_picture').length != 0)
	  $('.second_picture img').each(function(idx, ob){
		$('.second_picture img').rotate({
		  angle: 2,
		  preservePosition: true
		});
	  });
  $("#projects_slider").easySlider({
    controlsBefore:	'<p id="controls">',
    controlsAfter:	'</p>',
    auto: false,
    continuous: false
  });
  if($('#tran_box').parent('div').hasClass('current_menu_header')) {
    $('#aan_box').children('#aan_shadow').css('background-position', '0 0');
    $('#tran_box').children('#tran_desc').css('background-position', '40px 87px');
  }
  if($('#aan_box').parent('div').hasClass('current_menu_header')) {
    $('#agra_box').children('#agra_shadow').css('background-position', '0 0');
    $('#aan_box').children('#aan_desc').css('background-position', '40px 87px');
  }
  if($('#agra_box').parent('div').hasClass('current_menu_header')) {
    $('#agra_box').children('#agra_desc').css('background-position', '40px 97px');
  }
  $('#tran_box').hover(
    function() {
      $(this).parent('div').css('background-position','0 0');
      $(this).children('#tran_desc').css('background-position','40px 87px');
      $('#aan_box').children('#aan_shadow').css('background-position', '0 0');
      if($('#aan_box').parent('div').hasClass('current_menu_header')) {
        $('#aan_box').children('#aan_desc').css('background-position', '0 -16px');
      }
      if($('#agra_box').parent('div').hasClass('current_menu_header')) {
        $('#agra_box').children('#agra_desc').css('background-position', '0 -16px');
      }
    },
    function() {
      if (!$(this).parent('div').hasClass('current_menu_header')) {
        $(this).parent('div').css('background-position','0 -105px');
        $(this).children('#tran_desc').css('background-position','0 -16px');
        if(!$('#aan_box').parent('div').hasClass('current_menu_header')) {
          $('#aan_box').children('#aan_shadow').css('background-position', '0 -87px');
          if ($('#agra_box').parent('div').hasClass('current_menu_header')){
            $('#agra_box').children('#agra_desc').css('background-position', '40px 97px');
          }
        } else {
          $('#aan_box').children('#aan_desc').css('background-position', '40px 87px');
        }
      }
    }
    );
  $('#aan_box').hover(
    function() {
      $(this).parent('div').css('background-position','0 0');
      $(this).children('#aan_desc').css('background-position','40px 87px');
      $(this).children('#aan_shadow').css('background-position', '0 0');
      $('#agra_box').children('#agra_shadow').css('background-position', '0 0');
      if($('#tran_box').parent('div').hasClass('current_menu_header')) {
        $('#tran_box').children('#tran_desc').css('background-position', '0 -16px');
      }
      if($('#agra_box').parent('div').hasClass('current_menu_header')) {
        $('#agra_box').children('#agra_desc').css('background-position', '0 -16px');
      }
    },
    function() {
      if (!$(this).parent('div').hasClass('current_menu_header')) {
        $(this).parent('div').css('background-position','0 -105px');
        $(this).children('#aan_desc').css('background-position','0 -16px');
        if(!$('#tran_box').parent('div').hasClass('current_menu_header')) {
          $(this).children('#aan_shadow').css('background-position', '0 -87px');
        } else {
          $('#tran_box').children('#tran_desc').css('background-position', '40px 87px');
        }
        if(!$('#agra_box').parent('div').hasClass('current_menu_header')) {
          $('#agra_box').children('#agra_shadow').css('background-position', '0 -97px');
        } else {
          $('#agra_box').children('#agra_desc').css('background-position', '40px 97px');
        }
      }
    }
    );
  $('#agra_box').hover(
    function() {
      $(this).parent('div').css('background-position','0 0');
      $(this).children('#agra_desc').css('background-position','40px 97px');
      $(this).children('#agra_shadow').css('background-position', '0 0px');
      if($('#tran_box').parent('div').hasClass('current_menu_header')) {
        $('#tran_box').children('#tran_desc').css('background-position', '0 -16px');
      }
      if($('#aan_box').parent('div').hasClass('current_menu_header')) {
        $('#aan_box').children('#aan_desc').css('background-position', '0 -16px');
      }
    },
    function() {
      if (!$(this).parent('div').hasClass('current_menu_header')) {
        $(this).parent('div').css('background-position','0 -170px');
        $(this).children('#agra_desc').css('background-position','0 -16px');
        if(!$('#aan_box').parent('div').hasClass('current_menu_header')) {
          $(this).children('#agra_shadow').css('background-position', '0 -97px');
          if($('#tran_box').parent('div').hasClass('current_menu_header')) {
            $('#tran_box').children('#tran_desc').css('background-position', '40px 87px');
          }
        } else {
          $('#aan_box').children('#aan_desc').css('background-position', '40px 87px');
        }
      }
    }
    );
  var menu = $('ul#menu').children('li');
  menu.hover(
    function() {
      if(!$(this).hasClass('menu_current') && !$(this).hasClass('menu_current_sub')) {
        $(this).css('background-position','0 0');
        $(this).css('background-repeat','repeat-x');
        $(this).children('a').css('background-position','20px 41px');
        $(this).children('a').css('color','#fff');
        menu.each(function() {
          if($(this).hasClass('menu_current') || $(this).hasClass('menu_current_sub')) {
            $(this).css('background-position','-100% -100%');
            $(this).css('background-repeat','no-repeat');
            $(this).children('a').css('background-position','-100% -100%');
            $(this).children('a').css('color','#12559E');
          }
        });
      }
    },
    function() {
      menu.each(function() {
        if($(this).hasClass('menu_current') || $(this).hasClass('menu_current_sub')) {
          $(this).css('background-position','0 0');
          $(this).css('background-repeat','repeat-x');
          $(this).children('a').css('background-position','20px 41px');
          $(this).children('a').css('color','#fff');

        } else {
          $(this).css('background-position','-100% -100%');
          $(this).css('background-repeat','no-repeat');
          $(this).children('a').css('background-position','-100% -100%');
          $(this).children('a').css('color','#12559E');
        }
      });
    }
    );
});
