// JavaScript Document$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em1").stop(true, true).animate({opacity: "show", top: "-10"}, "slow");}, function() {$(this).next("em1").animate({opacity: "hide", bottom: "50"}, "fast");});});$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em2").stop(true, true).animate({opacity: "show", top: "10"}, "slow");}, function() {$(this).next("em2").animate({opacity: "hide", bottom: "50"}, "fast");});});$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em3").stop(true, true).animate({opacity: "show", top: "10"}, "slow");}, function() {$(this).next("em3").animate({opacity: "hide", bottom: "50"}, "fast");});});$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em4").stop(true, true).animate({opacity: "show", top: "10"}, "slow");}, function() {$(this).next("em4").animate({opacity: "hide", bottom: "50"}, "fast");});});$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em5").stop(true, true).animate({opacity: "show", top: "10"}, "slow");}, function() {$(this).next("em5").animate({opacity: "hide", bottom: "50"}, "fast");});});$(document).ready(function(){$(".submenu a").hover(function() {$(this).next("em6").stop(true, true).animate({opacity: "show", top: "-10"}, "slow");}, function() {$(this).next("em6").animate({opacity: "hide", bottom: "50"}, "fast");});});