//
// catalogue.js
//
//   This is where all the javascript required by your design is written.

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  // 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.
  $("#catalogue-5").addClass("Wrap-6-5").hide();
  $("#catalogue-6").addClass("Wrap-6-5");
  $(".Wrap-6-5").hover(
    function(){ $("#catalogue-5").show(); $("#catalogue-6").hide(); },
    function(){ $("#catalogue-6").show(); $("#catalogue-5").hide(); });
  $("#catalogue-7").addClass("Wrap-8-7").hide();
  $("#catalogue-8").addClass("Wrap-8-7");
  $(".Wrap-8-7").hover(
    function(){ $("#catalogue-7").show(); $("#catalogue-8").hide(); },
    function(){ $("#catalogue-8").show(); $("#catalogue-7").hide(); });
  $("#catalogue-9").addClass("Wrap-10-9").hide();
  $("#catalogue-10").addClass("Wrap-10-9");
  $(".Wrap-10-9").hover(
    function(){ $("#catalogue-9").show(); $("#catalogue-10").hide(); },
    function(){ $("#catalogue-10").show(); $("#catalogue-9").hide(); });
  $("#catalogue-11").addClass("Wrap-12-11").hide();
  $("#catalogue-12").addClass("Wrap-12-11");
  $(".Wrap-12-11").hover(
    function(){ $("#catalogue-11").show(); $("#catalogue-12").hide(); },
    function(){ $("#catalogue-12").show(); $("#catalogue-11").hide(); });
  $("#catalogue-13").addClass("Wrap-14-13").hide();
  $("#catalogue-14").addClass("Wrap-14-13");
  $(".Wrap-14-13").hover(
    function(){ $("#catalogue-13").show(); $("#catalogue-14").hide(); },
    function(){ $("#catalogue-14").show(); $("#catalogue-13").hide(); });
  $("#catalogue-15").addClass("Wrap-16-15").hide();
  $("#catalogue-16").addClass("Wrap-16-15");
  $(".Wrap-16-15").hover(
    function(){ $("#catalogue-15").show(); $("#catalogue-16").hide(); },
    function(){ $("#catalogue-16").show(); $("#catalogue-15").hide(); });
  $("#catalogue-17").addClass("Wrap-18-17").hide();
  $("#catalogue-18").addClass("Wrap-18-17");
  $(".Wrap-18-17").hover(
    function(){ $("#catalogue-17").show(); $("#catalogue-18").hide(); },
    function(){ $("#catalogue-18").show(); $("#catalogue-17").hide(); });
  $("#catalogue-19").addClass("Wrap-20-19").hide();
  $("#catalogue-20").addClass("Wrap-20-19");
  $(".Wrap-20-19").hover(
    function(){ $("#catalogue-19").show(); $("#catalogue-20").hide(); },
    function(){ $("#catalogue-20").show(); $("#catalogue-19").hide(); });
  $("#catalogue-21").addClass("Wrap-22-21").hide();
  $("#catalogue-22").addClass("Wrap-22-21");
  $(".Wrap-22-21").hover(
    function(){ $("#catalogue-21").show(); $("#catalogue-22").hide(); },
    function(){ $("#catalogue-22").show(); $("#catalogue-21").hide(); });
  $("#catalogue-23").addClass("Wrap-24-23").hide();
  $("#catalogue-24").addClass("Wrap-24-23");
  $(".Wrap-24-23").hover(
    function(){ $("#catalogue-23").show(); $("#catalogue-24").hide(); },
    function(){ $("#catalogue-24").show(); $("#catalogue-23").hide(); });
  $("#catalogue-25").addClass("Wrap-26-25").hide();
  $("#catalogue-26").addClass("Wrap-26-25");
  $(".Wrap-26-25").hover(
    function(){ $("#catalogue-25").show(); $("#catalogue-26").hide(); },
    function(){ $("#catalogue-26").show(); $("#catalogue-25").hide(); });
  $("#catalogue-27").addClass("Wrap-28-27").hide();
  $("#catalogue-28").addClass("Wrap-28-27");
  $(".Wrap-28-27").hover(
    function(){ $("#catalogue-27").show(); $("#catalogue-28").hide(); },
    function(){ $("#catalogue-28").show(); $("#catalogue-27").hide(); });
  $("#catalogue-29").addClass("Wrap-30-29").hide();
  $("#catalogue-30").addClass("Wrap-30-29");
  $(".Wrap-30-29").hover(
    function(){ $("#catalogue-29").show(); $("#catalogue-30").hide(); },
    function(){ $("#catalogue-30").show(); $("#catalogue-29").hide(); });
  $("#catalogue-31").addClass("Wrap-32-31").hide();
  $("#catalogue-32").addClass("Wrap-32-31");
  $(".Wrap-32-31").hover(
    function(){ $("#catalogue-31").show(); $("#catalogue-32").hide(); },
    function(){ $("#catalogue-32").show(); $("#catalogue-31").hide(); });
  $("#catalogue-34").addClass("Wrap-35-34").hide();
  $("#catalogue-35").addClass("Wrap-35-34");
  $(".Wrap-35-34").hover(
    function(){ $("#catalogue-34").show(); $("#catalogue-35").hide(); },
    function(){ $("#catalogue-35").show(); $("#catalogue-34").hide(); });
  $("#catalogue-36").addClass("Wrap-37-36").hide();
  $("#catalogue-37").addClass("Wrap-37-36");
  $(".Wrap-37-36").hover(
    function(){ $("#catalogue-36").show(); $("#catalogue-37").hide(); },
    function(){ $("#catalogue-37").show(); $("#catalogue-36").hide(); });
  $("#catalogue-38").addClass("Wrap-39-38").hide();
  $("#catalogue-39").addClass("Wrap-39-38");
  $(".Wrap-39-38").hover(
    function(){ $("#catalogue-38").show(); $("#catalogue-39").hide(); },
    function(){ $("#catalogue-39").show(); $("#catalogue-38").hide(); });
  $("#catalogue-40").addClass("Wrap-41-40").hide();
  $("#catalogue-41").addClass("Wrap-41-40");
  $(".Wrap-41-40").hover(
    function(){ $("#catalogue-40").show(); $("#catalogue-41").hide(); },
    function(){ $("#catalogue-41").show(); $("#catalogue-40").hide(); });
  $("#catalogue-42").addClass("Wrap-43-42").hide();
  $("#catalogue-43").addClass("Wrap-43-42");
  $(".Wrap-43-42").hover(
    function(){ $("#catalogue-42").show(); $("#catalogue-43").hide(); },
    function(){ $("#catalogue-43").show(); $("#catalogue-42").hide(); });

});
