// JavaScript Document

$(document).ready(function() {
$("#nav1").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '130',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav2").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '160',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav3").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '190',
  }, 250, function() {
    // Animation complete.
  });
});
});
//$(document).ready(function() {
//$("#nav4").mouseover(function() {
//$('#navindicator').animate({
//    opacity: 1,
//    top: '220',
//  }, 250, function() {
//    // Animation complete.
//  });
//});
//});
$(document).ready(function() {
$("#nav5").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '220',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav6").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '250',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav7").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '280',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav8").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '310',
  }, 250, function() {
    // Animation complete.
  });
});
});
$(document).ready(function() {
$("#nav9").mouseover(function() {
$('#navindicator').animate({
    opacity: 1,
    top: '340',
  }, 250, function() {
    // Animation complete.
  });
});
});
