//
// z.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   April 21, 2009, 3:48 am with psd2css Online version 1.36

$(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.
  $("#z-5").addClass("Wrap-4-5").hide();
  $("#z-4").addClass("Wrap-4-5");
  $(".Wrap-4-5").hover(
    function(){ $("#z-5").show(); $("#z-4").hide(); },
    function(){ $("#z-4").show(); $("#z-5").hide(); });
  $("#z-7").addClass("Wrap-6-7").hide();
  $("#z-6").addClass("Wrap-6-7");
  $(".Wrap-6-7").hover(
    function(){ $("#z-7").show(); $("#z-6").hide(); },
    function(){ $("#z-6").show(); $("#z-7").hide(); });
  $("#z-9").addClass("Wrap-8-9").hide();
  $("#z-8").addClass("Wrap-8-9");
  $(".Wrap-8-9").hover(
    function(){ $("#z-9").show(); $("#z-8").hide(); },
    function(){ $("#z-8").show(); $("#z-9").hide(); });
  $("#z-11").addClass("Wrap-10-11").hide();
  $("#z-10").addClass("Wrap-10-11");
  $(".Wrap-10-11").hover(
    function(){ $("#z-11").show(); $("#z-10").hide(); },
    function(){ $("#z-10").show(); $("#z-11").hide(); });
  $("#z-13").addClass("Wrap-12-13").hide();
  $("#z-12").addClass("Wrap-12-13");
  $(".Wrap-12-13").hover(
    function(){ $("#z-13").show(); $("#z-12").hide(); },
    function(){ $("#z-12").show(); $("#z-13").hide(); });
  $("#z-15").addClass("Wrap-14-15").hide();
  $("#z-14").addClass("Wrap-14-15");
  $(".Wrap-14-15").hover(
    function(){ $("#z-15").show(); $("#z-14").hide(); },
    function(){ $("#z-14").show(); $("#z-15").hide(); });

});
