//
// MX12.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   November 12, 2009, 4:01 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.
  $("#MX12-3").addClass("Wrap-4-3").hide();
  $("#MX12-4").addClass("Wrap-4-3");
  $(".Wrap-4-3").hover(
    function(){ $("#MX12-3").show(); $("#MX12-4").hide(); },
    function(){ $("#MX12-4").show(); $("#MX12-3").hide(); });
  $("#MX12-5").addClass("Wrap-6-5").hide();
  $("#MX12-6").addClass("Wrap-6-5");
  $(".Wrap-6-5").hover(
    function(){ $("#MX12-5").show(); $("#MX12-6").hide(); },
    function(){ $("#MX12-6").show(); $("#MX12-5").hide(); });
  $("#MX12-11").addClass("Wrap-12-11").hide();
  $("#MX12-12").addClass("Wrap-12-11");
  $(".Wrap-12-11").hover(
    function(){ $("#MX12-11").show(); $("#MX12-12").hide(); },
    function(){ $("#MX12-12").show(); $("#MX12-11").hide(); });
  $("#MX12-17").addClass("Wrap-18-17").hide();
  $("#MX12-18").addClass("Wrap-18-17");
  $(".Wrap-18-17").hover(
    function(){ $("#MX12-17").show(); $("#MX12-18").hide(); },
    function(){ $("#MX12-18").show(); $("#MX12-17").hide(); });
  $("#MX12-19").addClass("Wrap-20-19").hide();
  $("#MX12-20").addClass("Wrap-20-19");
  $(".Wrap-20-19").hover(
    function(){ $("#MX12-19").show(); $("#MX12-20").hide(); },
    function(){ $("#MX12-20").show(); $("#MX12-19").hide(); });
  $("#MX12-21").addClass("Wrap-22-21").hide();
  $("#MX12-22").addClass("Wrap-22-21");
  $(".Wrap-22-21").hover(
    function(){ $("#MX12-21").show(); $("#MX12-22").hide(); },
    function(){ $("#MX12-22").show(); $("#MX12-21").hide(); });
  $("#MX12-23").addClass("Wrap-24-23").hide();
  $("#MX12-24").addClass("Wrap-24-23");
  $(".Wrap-24-23").hover(
    function(){ $("#MX12-23").show(); $("#MX12-24").hide(); },
    function(){ $("#MX12-24").show(); $("#MX12-23").hide(); });
  $("#MX12-25").addClass("Wrap-26-25").hide();
  $("#MX12-26").addClass("Wrap-26-25");
  $(".Wrap-26-25").hover(
    function(){ $("#MX12-25").show(); $("#MX12-26").hide(); },
    function(){ $("#MX12-26").show(); $("#MX12-25").hide(); });

});
