//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   September 26, 2009, 4:45 pm with psd2css Online version 1.53

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  // 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-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-25").addClass("Wrap-24-25").hide();
  $("#Layer-24").addClass("Wrap-24-25");
  $(".Wrap-24-25").hover(
    function(){ $("#Layer-25").show(); $("#Layer-24").hide(); },
    function(){ $("#Layer-24").show(); $("#Layer-25").hide(); }); 
  $("#Layer-76").addClass("Wrap-75-76").hide();
  $("#Layer-75").addClass("Wrap-75-76");
  $(".Wrap-75-76").hover(
    function(){ $("#Layer-76").show(); $("#Layer-75").hide(); },
    function(){ $("#Layer-75").show(); $("#Layer-76").hide(); });
  $("#Layer-78").addClass("Wrap-77-78").hide();
  $("#Layer-77").addClass("Wrap-77-78");
  $(".Wrap-77-78").hover(
    function(){ $("#Layer-78").show(); $("#Layer-77").hide(); },
    function(){ $("#Layer-77").show(); $("#Layer-78").hide(); });
  $("#Layer-80").addClass("Wrap-79-80").hide();
  $("#Layer-79").addClass("Wrap-79-80");
  $(".Wrap-79-80").hover(
    function(){ $("#Layer-80").show(); $("#Layer-79").hide(); },
    function(){ $("#Layer-79").show(); $("#Layer-80").hide(); });
  $("#Layer-82").addClass("Wrap-81-82").hide();
  $("#Layer-81").addClass("Wrap-81-82");
  $(".Wrap-81-82").hover(
    function(){ $("#Layer-82").show(); $("#Layer-81").hide(); },
    function(){ $("#Layer-81").show(); $("#Layer-82").hide(); });
  $("#Layer-84").addClass("Wrap-83-84").hide();
  $("#Layer-83").addClass("Wrap-83-84");
  $(".Wrap-83-84").hover(
    function(){ $("#Layer-84").show(); $("#Layer-83").hide(); },
    function(){ $("#Layer-83").show(); $("#Layer-84").hide(); });
  $("#Layer-86").addClass("Wrap-85-86").hide();
  $("#Layer-85").addClass("Wrap-85-86");
  $(".Wrap-85-86").hover(
    function(){ $("#Layer-86").show(); $("#Layer-85").hide(); },
    function(){ $("#Layer-85").show(); $("#Layer-86").hide(); });
  $("#Layer-88").addClass("Wrap-87-88").hide();
  $("#Layer-87").addClass("Wrap-87-88");
  $(".Wrap-87-88").hover(
    function(){ $("#Layer-88").show(); $("#Layer-87").hide(); },
    function(){ $("#Layer-87").show(); $("#Layer-88").hide(); });
  $("#Layer-90").addClass("Wrap-89-90").hide();
  $("#Layer-89").addClass("Wrap-89-90");
  $(".Wrap-89-90").hover(
    function(){ $("#Layer-90").show(); $("#Layer-89").hide(); },
    function(){ $("#Layer-89").show(); $("#Layer-90").hide(); });


  // Here we take care of any _datepick input layers you have made
  $("#date").datepicker()

});
