//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   June 1, 2009, 10:56 pm with psd2css Online version 1.38

$(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.
  $("#services_linkover").addClass("Wrap-3-7").hide();
  $("#services").addClass("Wrap-3-7");
  $(".Wrap-3-7").hover(
    function(){ $("#services_linkover").show(); $("#services").hide(); },
    function(){ $("#services").show(); $("#services_linkover").hide(); });
  $("#approach_linkover").addClass("Wrap-4-8").hide();
  $("#approach").addClass("Wrap-4-8");
  $(".Wrap-4-8").hover(
    function(){ $("#approach_linkover").show(); $("#approach").hide(); },
    function(){ $("#approach").show(); $("#approach_linkover").hide(); });
  $("#kiwiconnection_linkover").addClass("Wrap-5-9").hide();
  $("#kiwiconnection").addClass("Wrap-5-9");
  $(".Wrap-5-9").hover(
    function(){ $("#kiwiconnection_linkover").show(); $("#kiwiconnection").hide(); },
    function(){ $("#kiwiconnection").show(); $("#kiwiconnection_linkover").hide(); });
  $("#contacts_linkover").addClass("Wrap-6-10").hide();
  $("#contacts").addClass("Wrap-6-10");
  $(".Wrap-6-10").hover(
    function(){ $("#contacts_linkover").show(); $("#contacts").hide(); },
    function(){ $("#contacts").show(); $("#contacts_linkover").hide(); });

});
