//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   June 8, 2010, 11:27 pm 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-53").addClass("Wrap-44-53").hide();
  $("#Layer-44").addClass("Wrap-44-53");
  $(".Wrap-44-53").hover(
    function(){ $("#Layer-53").show(); $("#Layer-44").hide(); },
    function(){ $("#Layer-44").show(); $("#Layer-53").hide(); });
  $("#Layer-54").addClass("Wrap-45-54").hide();
  $("#Layer-45").addClass("Wrap-45-54");
  $(".Wrap-45-54").hover(
    function(){ $("#Layer-54").show(); $("#Layer-45").hide(); },
    function(){ $("#Layer-45").show(); $("#Layer-54").hide(); });
  $("#Layer-55").addClass("Wrap-46-55").hide();
  $("#Layer-46").addClass("Wrap-46-55");
  $(".Wrap-46-55").hover(
    function(){ $("#Layer-55").show(); $("#Layer-46").hide(); },
    function(){ $("#Layer-46").show(); $("#Layer-55").hide(); });
  $("#Layer-56").addClass("Wrap-47-56").hide();
  $("#Layer-47").addClass("Wrap-47-56");
  $(".Wrap-47-56").hover(
    function(){ $("#Layer-56").show(); $("#Layer-47").hide(); },
    function(){ $("#Layer-47").show(); $("#Layer-56").hide(); });
  $("#Layer-57").addClass("Wrap-48-57").hide();
  $("#Layer-48").addClass("Wrap-48-57");
  $(".Wrap-48-57").hover(
    function(){ $("#Layer-57").show(); $("#Layer-48").hide(); },
    function(){ $("#Layer-48").show(); $("#Layer-57").hide(); });
  $("#Layer-58").addClass("Wrap-49-58").hide();
  $("#Layer-49").addClass("Wrap-49-58");
  $(".Wrap-49-58").hover(
    function(){ $("#Layer-58").show(); $("#Layer-49").hide(); },
    function(){ $("#Layer-49").show(); $("#Layer-58").hide(); });
  $("#Layer-59").addClass("Wrap-50-59").hide();
  $("#Layer-50").addClass("Wrap-50-59");
  $(".Wrap-50-59").hover(
    function(){ $("#Layer-59").show(); $("#Layer-50").hide(); },
    function(){ $("#Layer-50").show(); $("#Layer-59").hide(); });
  $("#Layer-60").addClass("Wrap-51-60").hide();
  $("#Layer-51").addClass("Wrap-51-60");
  $(".Wrap-51-60").hover(
    function(){ $("#Layer-60").show(); $("#Layer-51").hide(); },
    function(){ $("#Layer-51").show(); $("#Layer-60").hide(); });
  $("#Layer-61").addClass("Wrap-52-61").hide();
  $("#Layer-52").addClass("Wrap-52-61");
  $(".Wrap-52-61").hover(
    function(){ $("#Layer-61").show(); $("#Layer-52").hide(); },
    function(){ $("#Layer-52").show(); $("#Layer-61").hide(); });
  $("#Layer-68").addClass("Wrap-63-68").hide();
  $("#Layer-63").addClass("Wrap-63-68");
  $(".Wrap-63-68").hover(
    function(){ $("#Layer-68").show(); $("#Layer-63").hide(); },
    function(){ $("#Layer-63").show(); $("#Layer-68").hide(); });
  $("#Layer-69").addClass("Wrap-64-69").hide();
  $("#Layer-64").addClass("Wrap-64-69");
  $(".Wrap-64-69").hover(
    function(){ $("#Layer-69").show(); $("#Layer-64").hide(); },
    function(){ $("#Layer-64").show(); $("#Layer-69").hide(); });
  $("#Layer-70").addClass("Wrap-65-70").hide();
  $("#Layer-65").addClass("Wrap-65-70");
  $(".Wrap-65-70").hover(
    function(){ $("#Layer-70").show(); $("#Layer-65").hide(); },
    function(){ $("#Layer-65").show(); $("#Layer-70").hide(); });
  $("#Layer-71").addClass("Wrap-66-71").hide();
  $("#Layer-66").addClass("Wrap-66-71");
  $(".Wrap-66-71").hover(
    function(){ $("#Layer-71").show(); $("#Layer-66").hide(); },
    function(){ $("#Layer-66").show(); $("#Layer-71").hide(); });
  $("#Layer-72").addClass("Wrap-67-72").hide();
  $("#Layer-67").addClass("Wrap-67-72");
  $(".Wrap-67-72").hover(
    function(){ $("#Layer-72").show(); $("#Layer-67").hide(); },
    function(){ $("#Layer-67").show(); $("#Layer-72").hide(); });
  $("#Layer-77").addClass("Wrap-74-77").hide();
  $("#Layer-74").addClass("Wrap-74-77");
  $(".Wrap-74-77").hover(
    function(){ $("#Layer-77").show(); $("#Layer-74").hide(); },
    function(){ $("#Layer-74").show(); $("#Layer-77").hide(); });
  $("#Layer-78").addClass("Wrap-75-78").hide();
  $("#Layer-75").addClass("Wrap-75-78");
  $(".Wrap-75-78").hover(
    function(){ $("#Layer-78").show(); $("#Layer-75").hide(); },
    function(){ $("#Layer-75").show(); $("#Layer-78").hide(); });
  $("#Layer-79").addClass("Wrap-76-79").hide();
  $("#Layer-76").addClass("Wrap-76-79");
  $(".Wrap-76-79").hover(
    function(){ $("#Layer-79").show(); $("#Layer-76").hide(); },
    function(){ $("#Layer-76").show(); $("#Layer-79").hide(); });
  
  // This is code to handle the about_hmenu menu
  $("#Layer-62").hide().addClass("allMenus");
  $("#Layer-54").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-62").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-62").hide()', 4000 );
  });
  
  // This is code to handle the press_hmenu menu
  $("#Layer-73").hide().addClass("allMenus");
  $("#Layer-59").mouseover(function(e){
    e.preventDefault();
    $(".allMenus").hide();
    $("#Layer-73").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-73").hide()', 4000 );
  });

});

