//
// contact.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   October 22, 2009, 4:25 am with psd2css Online version 1.55

$(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.
  $("#contact-5").addClass("Wrap-4-5").hide();
  $("#contact-4").addClass("Wrap-4-5");
  $(".Wrap-4-5").hover(
    function(){ $("#contact-5").show(); $("#contact-4").hide(); },
    function(){ $("#contact-4").show(); $("#contact-5").hide(); });
  $("#contact-8").addClass("Wrap-7-8").hide();
  $("#contact-7").addClass("Wrap-7-8");
  $(".Wrap-7-8").hover(
    function(){ $("#contact-8").show(); $("#contact-7").hide(); },
    function(){ $("#contact-7").show(); $("#contact-8").hide(); });
  $("#contact-10").addClass("Wrap-9-10").hide();
  $("#contact-9").addClass("Wrap-9-10");
  $(".Wrap-9-10").hover(
    function(){ $("#contact-10").show(); $("#contact-9").hide(); },
    function(){ $("#contact-9").show(); $("#contact-10").hide(); });
  $("#contact-12").addClass("Wrap-11-12").hide();
  $("#contact-11").addClass("Wrap-11-12");
  $(".Wrap-11-12").hover(
    function(){ $("#contact-12").show(); $("#contact-11").hide(); },
    function(){ $("#contact-11").show(); $("#contact-12").hide(); });
  $("#contact-14").addClass("Wrap-13-14").hide();
  $("#contact-13").addClass("Wrap-13-14");
  $(".Wrap-13-14").hover(
    function(){ $("#contact-14").show(); $("#contact-13").hide(); },
    function(){ $("#contact-13").show(); $("#contact-14").hide(); });
  
  $("#contact-18").addClass("Wrap-17-18").hide();
  $("#contact-17").addClass("Wrap-17-18");
  $(".Wrap-17-18").hover(
    function(){ $("#contact-18").show(); $("#contact-17").hide(); },
    function(){ $("#contact-17").show(); $("#contact-18").hide(); });
  
  $("#contact-16").addClass("Wrap-15-16").hide();
  $("#contact-15").addClass("Wrap-15-16");
  $(".Wrap-15-16").hover(
    function(){ $("#contact-16").show(); $("#contact-15").hide(); },
    function(){ $("#contact-15").show(); $("#contact-16").hide(); });
  
  $("#contact-20").addClass("Wrap-19-20").hide();
  $("#contact-19").addClass("Wrap-19-20");
  $(".Wrap-19-20").hover(
    function(){ $("#contact-20").show(); $("#contact-19").hide(); },
    function(){ $("#contact-19").show(); $("#contact-20").hide(); });
  $("#contact-22").addClass("Wrap-21-22").hide();
  $("#contact-21").addClass("Wrap-21-22");
  $(".Wrap-21-22").hover(
    function(){ $("#contact-22").show(); $("#contact-21").hide(); },
    function(){ $("#contact-21").show(); $("#contact-22").hide(); });
  $("#contact-24").addClass("Wrap-23-24").hide();
  $("#contact-23").addClass("Wrap-23-24");
  $(".Wrap-23-24").hover(
    function(){ $("#contact-24").show(); $("#contact-23").hide(); },
    function(){ $("#contact-23").show(); $("#contact-24").hide(); });
  $("#contact-26").addClass("Wrap-25-26").hide();
  $("#contact-25").addClass("Wrap-25-26");
  $(".Wrap-25-26").hover(
    function(){ $("#contact-26").show(); $("#contact-25").hide(); },
    function(){ $("#contact-25").show(); $("#contact-26").hide(); });
  $("#contact-28").addClass("Wrap-27-28").hide();
  $("#contact-27").addClass("Wrap-27-28");
  $(".Wrap-27-28").hover(
    function(){ $("#contact-28").show(); $("#contact-27").hide(); },
    function(){ $("#contact-27").show(); $("#contact-28").hide(); });

});
