$(document).ready(function(){
  $(".menu li ul").css({display: 'none'});
  $(".menu li").hoverIntent(function(){$("ul", this).slideDown("fast")}, function(){$("ul", this).fadeOut("normal")});
  $(".galleryTitle").text($(".active").attr("title"));
  $(".simpleGallery img").hoverIntent(function(){
    $(".active").not($(this)).animate({width: "60px", height: "80px", marginTop: "150px"}, 300).removeClass("active");
    $(".galleryTitle").text($(this).attr("title"));
        $(this).animate({width: "288px", height: "360px", marginTop: "0"}, 300).addClass("active");
  }
    , function(){;});


 /* if (section){
    $(".menu li ."+ section).css({borderBottom: 'solid 1px ' + $(".menu li ."+ section).css("background-color"), marginBottom: '-1px',position: 'absolute'});
    $(".menu li ." +section+ " + ul").css({marginTop: '149px'});
    $(".menu li:has(." +section+ ") + li").css({marginLeft: '71px'});
  } */

  });
var contentHeight;
window.onload = function(){
contentHeight = $(".content").height();
//alert(contentHeight);
$(".content").height(contentHeight + (8 - (contentHeight)%8));
 
 };

var button = new Image(); button.src = "./graphics/button-bg-over.gif";
var menuAnimation = new Image(); menuAnimation.src = "./graphics/menu-bg-animated.gif";
var childrenButton = new Image(); childrenButton.src = "./graphics/children-button-over.gif";
var varietyButton = new Image(); varietyButton.src = "./graphics/variety-button-over.gif";
var themeButton = new Image(); themeButton.src = "./graphics/theme-button-over.gif";
var celebrityButton = new Image(); celebrityButton.src = "./graphics/celebrity-button-over.gif";
var dancersButton = new Image(); dancersButton.src = "./graphics/dancers-button-over.gif";
var corporateButton = new Image(); corporateButton.src = "./graphics/corporate-button-over.gif";
var planningButton = new Image(); planningButton.src = "./graphics/planning-button-over.gif";
var portfolioButton = new Image(); portfolioButton.src = "./graphics/portfolio-button-over.gif";
