//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   January 22, 2009, 10:44 am with psd2css Online version 1.32

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  // 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-31").addClass("Wrap-30-31").hide();
  $("#Layer-30").addClass("Wrap-30-31");
  $(".Wrap-30-31").hover(
    function(){ $("#Layer-31").show(); $("#Layer-30").hide(); },
    function(){ $("#Layer-30").show(); $("#Layer-31").hide(); });
  $("#Layer-34").addClass("Wrap-35-34").hide();
  $("#Layer-35").addClass("Wrap-35-34");
  $(".Wrap-35-34").hover(
    function(){ $("#Layer-34").show(); $("#Layer-35").hide(); },
    function(){ $("#Layer-35").show(); $("#Layer-34").hide(); });

});
