//
// Menubar.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   June 5, 2009, 6:12 pm with psd2css Online version 1.39

$(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.
  $("#Menubar-2").addClass("Wrap-3-2").hide();
  $("#Menubar-3").addClass("Wrap-3-2");
  $(".Wrap-3-2").hover(
    function(){ $("#Menubar-2").show(); $("#Menubar-3").hide(); },
    function(){ $("#Menubar-3").show(); $("#Menubar-2").hide(); });
  $("#Menubar-4").addClass("Wrap-5-4").hide();
  $("#Menubar-5").addClass("Wrap-5-4");
  $(".Wrap-5-4").hover(
    function(){ $("#Menubar-4").show(); $("#Menubar-5").hide(); },
    function(){ $("#Menubar-5").show(); $("#Menubar-4").hide(); });
  $("#Menubar-6").addClass("Wrap-7-6").hide();
  $("#Menubar-7").addClass("Wrap-7-6");
  $(".Wrap-7-6").hover(
    function(){ $("#Menubar-6").show(); $("#Menubar-7").hide(); },
    function(){ $("#Menubar-7").show(); $("#Menubar-6").hide(); });
  $("#Menubar-8").addClass("Wrap-9-8").hide();
  $("#Menubar-9").addClass("Wrap-9-8");
  $(".Wrap-9-8").hover(
    function(){ $("#Menubar-8").show(); $("#Menubar-9").hide(); },
    function(){ $("#Menubar-9").show(); $("#Menubar-8").hide(); });
  $("#Menubar-10").addClass("Wrap-11-10").hide();
  $("#Menubar-11").addClass("Wrap-11-10");
  $(".Wrap-11-10").hover(
    function(){ $("#Menubar-10").show(); $("#Menubar-11").hide(); },
    function(){ $("#Menubar-11").show(); $("#Menubar-10").hide(); });

});

