//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   July 9, 2010, 4:28 am with psd2css Online version 1.78

var timerId;
$(document).ready(function(){

  // This is required for the PNG fix to work.
  if (window.DD_belatedPNG)
    DD_belatedPNG.fix('.pngimg');

  // This is some javascript to stop IE from displaying the img alt attributes
  // when you mouse over imagess.  If you would like IE to display the alt attributes,
  // just comment out the following 4 lines.  Don't worry, if you leave this in 
  // place, your ALT attributes are still readable by the search engines.
  var tmpalt;
  $("img").hover( 
    function(){ tmpalt = $(this).attr( "alt" ); $(this).attr( "alt", "" ); },
    function(){ $(this).attr( "alt", tmpalt ); });

  // This is code to handle all of the _linkover events.  It works by
  // creating a special Wrap class, adding it to the link and linkover
  // divs of each link and linkover pair, and assigning a hover event to
  // that.
  $("#Layer-121").addClass("Wrap-119-121").hide();
  $("#Layer-119").addClass("Wrap-119-121");
  $(".Wrap-119-121").hover(
    function(){ $("#Layer-121").show(); $("#Layer-119").hide(); },
    function(){ $("#Layer-119").show(); $("#Layer-121").hide(); });
  $("#Layer-122").addClass("Wrap-120-122").hide();
  $("#Layer-120").addClass("Wrap-120-122");
  $(".Wrap-120-122").hover(
    function(){ $("#Layer-122").show(); $("#Layer-120").hide(); },
    function(){ $("#Layer-120").show(); $("#Layer-122").hide(); });
  $("#Layer-130").addClass("Wrap-123-130").hide();
  $("#Layer-123").addClass("Wrap-123-130");
  $(".Wrap-123-130").hover(
    function(){ $("#Layer-130").show(); $("#Layer-123").hide(); },
    function(){ $("#Layer-123").show(); $("#Layer-130").hide(); });
  $("#Layer-131").addClass("Wrap-124-131").hide();
  $("#Layer-124").addClass("Wrap-124-131");
  $(".Wrap-124-131").hover(
    function(){ $("#Layer-131").show(); $("#Layer-124").hide(); },
    function(){ $("#Layer-124").show(); $("#Layer-131").hide(); });
  $("#Layer-132").addClass("Wrap-125-132").hide();
  $("#Layer-125").addClass("Wrap-125-132");
  $(".Wrap-125-132").hover(
    function(){ $("#Layer-132").show(); $("#Layer-125").hide(); },
    function(){ $("#Layer-125").show(); $("#Layer-132").hide(); });
  $("#Layer-133").addClass("Wrap-126-133").hide();
  $("#Layer-126").addClass("Wrap-126-133");
  $(".Wrap-126-133").hover(
    function(){ $("#Layer-133").show(); $("#Layer-126").hide(); },
    function(){ $("#Layer-126").show(); $("#Layer-133").hide(); });
  $("#Layer-134").addClass("Wrap-127-134").hide();
  $("#Layer-127").addClass("Wrap-127-134");
  $(".Wrap-127-134").hover(
    function(){ $("#Layer-134").show(); $("#Layer-127").hide(); },
    function(){ $("#Layer-127").show(); $("#Layer-134").hide(); });
  $("#Layer-135").addClass("Wrap-128-135").hide();
  $("#Layer-128").addClass("Wrap-128-135");
  $(".Wrap-128-135").hover(
    function(){ $("#Layer-135").show(); $("#Layer-128").hide(); },
    function(){ $("#Layer-128").show(); $("#Layer-135").hide(); });
  $("#Layer-136").addClass("Wrap-129-136").hide();
  $("#Layer-129").addClass("Wrap-129-136");
  $(".Wrap-129-136").hover(
    function(){ $("#Layer-136").show(); $("#Layer-129").hide(); },
    function(){ $("#Layer-129").show(); $("#Layer-136").hide(); });
  $("#Layer-141").addClass("Wrap-138-141").hide();
  $("#Layer-138").addClass("Wrap-138-141");
  $(".Wrap-138-141").hover(
    function(){ $("#Layer-141").show(); $("#Layer-138").hide(); },
    function(){ $("#Layer-138").show(); $("#Layer-141").hide(); });
  $("#Layer-142").addClass("Wrap-139-142").hide();
  $("#Layer-139").addClass("Wrap-139-142");
  $(".Wrap-139-142").hover(
    function(){ $("#Layer-142").show(); $("#Layer-139").hide(); },
    function(){ $("#Layer-139").show(); $("#Layer-142").hide(); });
  $("#Layer-143").addClass("Wrap-140-143").hide();
  $("#Layer-140").addClass("Wrap-140-143");
  $(".Wrap-140-143").hover(
    function(){ $("#Layer-143").show(); $("#Layer-140").hide(); },
    function(){ $("#Layer-140").show(); $("#Layer-143").hide(); });
  $("#Layer-149").addClass("Wrap-146-149").hide();
  $("#Layer-146").addClass("Wrap-146-149");
  $(".Wrap-146-149").hover(
    function(){ $("#Layer-149").show(); $("#Layer-146").hide(); },
    function(){ $("#Layer-146").show(); $("#Layer-149").hide(); });
  $("#Layer-150").addClass("Wrap-147-150").hide();
  $("#Layer-147").addClass("Wrap-147-150");
  $(".Wrap-147-150").hover(
    function(){ $("#Layer-150").show(); $("#Layer-147").hide(); },
    function(){ $("#Layer-147").show(); $("#Layer-150").hide(); });
  
 
  
  // This is code to handle the houston_hmenu menu
  $("#Layer-36").hide().addClass("allMenus");
  $("#Layer-10").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-36").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-36").hide()', 4000 );
  });
  
  // This is code to handle the irvine_hmenu menu
  $("#Layer-42").hide().addClass("allMenus");
  $("#Layer-11").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-42").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-42").hide()', 4000 );
  });
  
  // This is code to handle the manderville_hmenu menu
  $("#Layer-45").hide().addClass("allMenus");
  $("#Layer-12").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-45").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-45").hide()', 4000 );
  });
  
  // This is code to handle the louisianastar_hmenu menu
  $("#Layer-48").hide().addClass("allMenus");
  $("#Layer-13").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-48").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-48").hide()', 4000 );
  });
  
  // This is code to handle the jersey_hmenu menu
  $("#Layer-39").hide().addClass("allMenus");
  $("#Layer-14").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-39").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-39").hide()', 4000 );
  });
  
  // This is code to handle the chile_hmenu menu
  $("#Layer-57").hide().addClass("allMenus");
  $("#Layer-15").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-57").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-57").hide()', 4000 );
  });
  
  // This is code to handle the brazil_hmenu menu
  $("#Layer-51").hide().addClass("allMenus");
  $("#Layer-16").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-51").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-51").hide()', 4000 );
  });
  
  // This is code to handle the argentina_hmenu menu
  $("#Layer-54").hide().addClass("allMenus");
  $("#Layer-17").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-54").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-54").hide()', 4000 );
  });
  
  // This is code to handle the neatherlands_hmenu menu
  $("#Layer-105").hide().addClass("allMenus");
  $("#Layer-18").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-105").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-105").hide()', 4000 );
  });
  
  // This is code to handle the grece_hmenu menu
  $("#Layer-90").hide().addClass("allMenus");
  $("#Layer-19").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-90").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-90").hide()', 4000 );
  });
  
  // This is code to handle the uk_hmenu menu
  $("#Layer-108").hide().addClass("allMenus");
  $("#Layer-20").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-108").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-108").hide()', 4000 );
  });
  
  // This is code to handle the denmark_hmenu menu
  $("#Layer-96").hide().addClass("allMenus");
  $("#Layer-21").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-96").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-96").hide()', 4000 );
  });
  
  // This is code to handle the sweden_hmenu menu
  $("#Layer-99").hide().addClass("allMenus");
  $("#Layer-22").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-99").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-99").hide()', 4000 );
  });
  
  // This is code to handle the norway_hmenu menu
  $("#Layer-102").hide().addClass("allMenus");
  $("#Layer-23").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-102").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-102").hide()', 4000 );
  });
  
  // This is code to handle the turkey_hmenu menu
  $("#Layer-87").hide().addClass("allMenus");
  $("#Layer-24").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-87").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-87").hide()', 4000 );
  });
  
  // This is code to handle the moscow_hmenu menu
  $("#Layer-84").hide().addClass("allMenus");
  $("#Layer-25").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-84").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-84").hide()', 4000 );
  });
  
  // This is code to handle the iceland_hmenu menu
  $("#Layer-111").hide().addClass("allMenus");
  $("#Layer-26").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-111").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-111").hide()', 4000 );
  });
  
  // This is code to handle the poland_hmenu menu
  $("#Layer-93").hide().addClass("allMenus");
  $("#Layer-27").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-93").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-93").hide()', 4000 );
  });
  
  // This is code to handle the singapore_hmenu menu
  $("#Layer-66").hide().addClass("allMenus");
  $("#Layer-28").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-66").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-66").hide()', 4000 );
  });
  
  // This is code to handle the korea_hmenu menu
  $("#Layer-78").hide().addClass("allMenus");
  $("#Layer-29").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-78").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-78").hide()', 4000 );
  });
  
  // This is code to handle the taiwan_hmenu menu
  $("#Layer-72").hide().addClass("allMenus");
  $("#Layer-30").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-72").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-72").hide()', 4000 );
  });
  
  // This is code to handle the shanghai_hmenu menu
  $("#Layer-75").hide().addClass("allMenus");
  $("#Layer-31").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-75").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-75").hide()', 4000 );
  });
  
  // This is code to handle the dalian_hmenu menu
  $("#Layer-81").hide().addClass("allMenus");
  $("#Layer-32").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-81").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-81").hide()', 4000 );
  });
  
  // This is code to handle the mumbai_hmenu menu
  $("#Layer-69").hide().addClass("allMenus");
  $("#Layer-33").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-69").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-69").hide()', 4000 );
  });
  
  // This is code to handle the australia_hmenu menu
  $("#Layer-63").hide().addClass("allMenus");
  $("#Layer-34").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-63").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-63").hide()', 4000 );
  });
  
  // This is code to handle the nz_hmenu menu
  $("#Layer-60").hide().addClass("allMenus");
  $("#Layer-35").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-60").show();
    // Remove the following 2 lines if you don't want this menu to dissappear
    // automatically.  Change how long the menu stays visible by changing
    // the 4000 to another number of milliseconds
    clearTimeout( timerId );
    timerId = setTimeout( '$("#Layer-60").hide()', 4000 );
  });


  /* Here we take care of any _close layers you have made */
  $("#Layer-38").click(function(){ $("#Layer-38").parent().hide("slow"); });
  $("#Layer-41").click(function(){ $("#Layer-41").parent().hide("slow"); });
  $("#Layer-44").click(function(){ $("#Layer-44").parent().hide("slow"); });
  $("#Layer-47").click(function(){ $("#Layer-47").parent().hide("slow"); });
  $("#Layer-50").click(function(){ $("#Layer-50").parent().hide("slow"); });
  $("#Layer-53").click(function(){ $("#Layer-53").parent().hide("slow"); });
  $("#Layer-56").click(function(){ $("#Layer-56").parent().hide("slow"); });
  $("#Layer-59").click(function(){ $("#Layer-59").parent().hide("slow"); });
  $("#Layer-62").click(function(){ $("#Layer-62").parent().hide("slow"); });
  $("#Layer-65").click(function(){ $("#Layer-65").parent().hide("slow"); });
  $("#Layer-68").click(function(){ $("#Layer-68").parent().hide("slow"); });
  $("#Layer-71").click(function(){ $("#Layer-71").parent().hide("slow"); });
  $("#Layer-74").click(function(){ $("#Layer-74").parent().hide("slow"); });
  $("#Layer-77").click(function(){ $("#Layer-77").parent().hide("slow"); });
  $("#Layer-80").click(function(){ $("#Layer-80").parent().hide("slow"); });
  $("#Layer-83").click(function(){ $("#Layer-83").parent().hide("slow"); });
  $("#Layer-86").click(function(){ $("#Layer-86").parent().hide("slow"); });
  $("#Layer-89").click(function(){ $("#Layer-89").parent().hide("slow"); });
  $("#Layer-92").click(function(){ $("#Layer-92").parent().hide("slow"); });
  $("#Layer-95").click(function(){ $("#Layer-95").parent().hide("slow"); });
  $("#Layer-98").click(function(){ $("#Layer-98").parent().hide("slow"); });
  $("#Layer-101").click(function(){ $("#Layer-101").parent().hide("slow"); });
  $("#Layer-104").click(function(){ $("#Layer-104").parent().hide("slow"); });
  $("#Layer-107").click(function(){ $("#Layer-107").parent().hide("slow"); });
  $("#Layer-110").click(function(){ $("#Layer-110").parent().hide("slow"); });
  $("#Layer-113").click(function(){ $("#Layer-113").parent().hide("slow"); });

});

