//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   March 11, 2010, 11:07 am with psd2css Online version 1.77



/**
jQuery.noConflict();


jQuery(document).ready(function(){

  // This is required for the PNG fix to work.
  if (window.DD_belatedPNG)
    DD_belatedPNG.fix('.pngimg');

  // 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;
  jQuery("img").hover( 
    function(){ tmpalt = jQuery(this).attr( "alt" ); jQuery(this).attr( "alt", "" ); },
    function(){ jQuery(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.
  jQuery("#Layer-3").addClass("Wrap-4-3").hide();
  jQuery("#Layer-4").addClass("Wrap-4-3");
  jQuery(".Wrap-4-3").hover(
    function(){ jQuery("#Layer-3").show(); jQuery("#Layer-4").hide(); },
    function(){ jQuery("#Layer-4").show(); jQuery("#Layer-3").hide(); });
  jQuery("#Layer-5").addClass("Wrap-6-5").hide();
  jQuery("#Layer-6").addClass("Wrap-6-5");
  jQuery(".Wrap-6-5").hover(
    function(){ jQuery("#Layer-5").show(); jQuery("#Layer-6").hide(); },
    function(){ jQuery("#Layer-6").show(); jQuery("#Layer-5").hide(); });
  jQuery("#Layer-7").addClass("Wrap-8-7").hide();
  jQuery("#Layer-8").addClass("Wrap-8-7");
  jQuery(".Wrap-8-7").hover(
    function(){ jQuery("#Layer-7").show(); jQuery("#Layer-8").hide(); },
    function(){ jQuery("#Layer-8").show(); jQuery("#Layer-7").hide(); });

});


**/


