//
// EP13.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   November 15, 2009, 8:55 pm with psd2css Online version 1.56

$(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.
  $("#EP13-3").addClass("Wrap-4-3").hide();
  $("#EP13-4").addClass("Wrap-4-3");
  $(".Wrap-4-3").hover(
    function(){ $("#EP13-3").show(); $("#EP13-4").hide(); },
    function(){ $("#EP13-4").show(); $("#EP13-3").hide(); });
  $("#EP13-5").addClass("Wrap-6-5").hide();
  $("#EP13-6").addClass("Wrap-6-5");
  $(".Wrap-6-5").hover(
    function(){ $("#EP13-5").show(); $("#EP13-6").hide(); },
    function(){ $("#EP13-6").show(); $("#EP13-5").hide(); });
  $("#EP13-11").addClass("Wrap-12-11").hide();
  $("#EP13-12").addClass("Wrap-12-11");
  $(".Wrap-12-11").hover(
    function(){ $("#EP13-11").show(); $("#EP13-12").hide(); },
    function(){ $("#EP13-12").show(); $("#EP13-11").hide(); });
  $("#EP13-17").addClass("Wrap-18-17").hide();
  $("#EP13-18").addClass("Wrap-18-17");
  $(".Wrap-18-17").hover(
    function(){ $("#EP13-17").show(); $("#EP13-18").hide(); },
    function(){ $("#EP13-18").show(); $("#EP13-17").hide(); });
  $("#EP13-19").addClass("Wrap-20-19").hide();
  $("#EP13-20").addClass("Wrap-20-19");
  $(".Wrap-20-19").hover(
    function(){ $("#EP13-19").show(); $("#EP13-20").hide(); },
    function(){ $("#EP13-20").show(); $("#EP13-19").hide(); });
  $("#EP13-21").addClass("Wrap-22-21").hide();
  $("#EP13-22").addClass("Wrap-22-21");
  $(".Wrap-22-21").hover(
    function(){ $("#EP13-21").show(); $("#EP13-22").hide(); },
    function(){ $("#EP13-22").show(); $("#EP13-21").hide(); });
  $("#EP13-23").addClass("Wrap-24-23").hide();
  $("#EP13-24").addClass("Wrap-24-23");
  $(".Wrap-24-23").hover(
    function(){ $("#EP13-23").show(); $("#EP13-24").hide(); },
    function(){ $("#EP13-24").show(); $("#EP13-23").hide(); });
  $("#EP13-25").addClass("Wrap-26-25").hide();
  $("#EP13-26").addClass("Wrap-26-25");
  $(".Wrap-26-25").hover(
    function(){ $("#EP13-25").show(); $("#EP13-26").hide(); },
    function(){ $("#EP13-26").show(); $("#EP13-25").hide(); });

});
