//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   September 20, 2010, 5:18 pm with psd2css Online version 1.88

$(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-56").addClass("Wrap-55-56").hide();
  $("#Layer-55").addClass("Wrap-55-56");
  $(".Wrap-55-56").hover(
    function(){ $("#Layer-56").show(); $("#Layer-55").hide(); },
    function(){ $("#Layer-55").show(); $("#Layer-56").hide(); });
  $("#Layer-58").addClass("Wrap-57-58").hide();
  $("#Layer-57").addClass("Wrap-57-58");
  $(".Wrap-57-58").hover(
    function(){ $("#Layer-58").show(); $("#Layer-57").hide(); },
    function(){ $("#Layer-57").show(); $("#Layer-58").hide(); });
  $("#Layer-60").addClass("Wrap-59-60").hide();
  $("#Layer-59").addClass("Wrap-59-60");
  $(".Wrap-59-60").hover(
    function(){ $("#Layer-60").show(); $("#Layer-59").hide(); },
    function(){ $("#Layer-59").show(); $("#Layer-60").hide(); });
  $("#Layer-62").addClass("Wrap-61-62").hide();
  $("#Layer-61").addClass("Wrap-61-62");
  $(".Wrap-61-62").hover(
    function(){ $("#Layer-62").show(); $("#Layer-61").hide(); },
    function(){ $("#Layer-61").show(); $("#Layer-62").hide(); });
  $("#Layer-64").addClass("Wrap-63-64").hide();
  $("#Layer-63").addClass("Wrap-63-64");
  $(".Wrap-63-64").hover(
    function(){ $("#Layer-64").show(); $("#Layer-63").hide(); },
    function(){ $("#Layer-63").show(); $("#Layer-64").hide(); });
  $("#Layer-66").addClass("Wrap-65-66").hide();
  $("#Layer-65").addClass("Wrap-65-66");
  $(".Wrap-65-66").hover(
    function(){ $("#Layer-66").show(); $("#Layer-65").hide(); },
    function(){ $("#Layer-65").show(); $("#Layer-66").hide(); });
  $("#Layer-68").addClass("Wrap-67-68").hide();
  $("#Layer-67").addClass("Wrap-67-68");
  $(".Wrap-67-68").hover(
    function(){ $("#Layer-68").show(); $("#Layer-67").hide(); },
    function(){ $("#Layer-67").show(); $("#Layer-68").hide(); });

});

