$(document).ready(function(){$("#lower").toggle();$("#upper").mouseenter(function(){$("#upper").animate({width:['toggle','swing']},175,function(){});$("#lower").animate({height:['toggle','swing']},175,function(){});});$("#lower").mouseenter(function(){$("#upper").animate({width:['toggle','swing']},175,function(){});$("#lower").animate({height:['toggle','swing']},175,function(){});});});
