//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   November 5, 2009, 2:52 pm with psd2css Online version 1.56

$(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-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(); });
  $("#Layer-92").addClass("Wrap-91-92").hide();
  $("#Layer-91").addClass("Wrap-91-92");
  $(".Wrap-91-92").hover(
    function(){ $("#Layer-92").show(); $("#Layer-91").hide(); },
    function(){ $("#Layer-91").show(); $("#Layer-92").hide(); });
  $("#Layer-98").addClass("Wrap-97-98").hide();
  $("#Layer-97").addClass("Wrap-97-98");
  $(".Wrap-97-98").hover(
    function(){ $("#Layer-98").show(); $("#Layer-97").hide(); },
    function(){ $("#Layer-97").show(); $("#Layer-98").hide(); });

});
