//
// contact.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   July 2, 2009, 6:51 pm with psd2css Online version 1.41

$(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-7").addClass("Wrap-6-7").hide();
  $("#contact-6").addClass("Wrap-6-7");
  $(".Wrap-6-7").hover(
    function(){ $("#contact-7").show(); $("#contact-6").hide(); },
    function(){ $("#contact-6").show(); $("#contact-7").hide(); });
  $("#contact-9").addClass("Wrap-8-9").hide();
  $("#contact-8").addClass("Wrap-8-9");
  $(".Wrap-8-9").hover(
    function(){ $("#contact-9").show(); $("#contact-8").hide(); },
    function(){ $("#contact-8").show(); $("#contact-9").hide(); });
  $("#contact-11").addClass("Wrap-10-11").hide();
  $("#contact-10").addClass("Wrap-10-11");
  $(".Wrap-10-11").hover(
    function(){ $("#contact-11").show(); $("#contact-10").hide(); },
    function(){ $("#contact-10").show(); $("#contact-11").hide(); });
  $("#contact-13").addClass("Wrap-12-13").hide();
  $("#contact-12").addClass("Wrap-12-13");
  $(".Wrap-12-13").hover(
    function(){ $("#contact-13").show(); $("#contact-12").hide(); },
    function(){ $("#contact-12").show(); $("#contact-13").hide(); });
  $("#contact-15").addClass("Wrap-14-15").hide();
  $("#contact-14").addClass("Wrap-14-15");
  $(".Wrap-14-15").hover(
    function(){ $("#contact-15").show(); $("#contact-14").hide(); },
    function(){ $("#contact-14").show(); $("#contact-15").hide(); });
  $("#contact-17").addClass("Wrap-16-17").hide();
  $("#contact-16").addClass("Wrap-16-17");
  $(".Wrap-16-17").hover(
    function(){ $("#contact-17").show(); $("#contact-16").hide(); },
    function(){ $("#contact-16").show(); $("#contact-17").hide(); });
  $("#contact-19").addClass("Wrap-18-19").hide();
  $("#contact-18").addClass("Wrap-18-19");
  $(".Wrap-18-19").hover(
    function(){ $("#contact-19").show(); $("#contact-18").hide(); },
    function(){ $("#contact-18").show(); $("#contact-19").hide(); });
  $("#contact-21").addClass("Wrap-20-21").hide();
  $("#contact-20").addClass("Wrap-20-21");
  $(".Wrap-20-21").hover(
    function(){ $("#contact-21").show(); $("#contact-20").hide(); },
    function(){ $("#contact-20").show(); $("#contact-21").hide(); });

});

