//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   August 25, 2011, 9:01 pm with psd2css Online version 1.95

$(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;
  //$("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.
  /*
  $("#Layer-64").addClass("Wrap-58-64").hide();
  $("#Layer-58").addClass("Wrap-58-64");
  $(".Wrap-58-64").hover(
    function(){ $("#Layer-64").show(); $("#Layer-58").hide(); },
    function(){ $("#Layer-58").show(); $("#Layer-64").hide(); });
  $("#Layer-65").addClass("Wrap-59-65").hide();
  $("#Layer-59").addClass("Wrap-59-65");
  $(".Wrap-59-65").hover(
    function(){ $("#Layer-65").show(); $("#Layer-59").hide(); },
    function(){ $("#Layer-59").show(); $("#Layer-65").hide(); });
  $("#Layer-66").addClass("Wrap-60-66").hide();
  $("#Layer-60").addClass("Wrap-60-66");
  $(".Wrap-60-66").hover(
    function(){ $("#Layer-66").show(); $("#Layer-60").hide(); },
    function(){ $("#Layer-60").show(); $("#Layer-66").hide(); });
  $("#Layer-67").addClass("Wrap-61-67").hide();
  $("#Layer-61").addClass("Wrap-61-67");
  $(".Wrap-61-67").hover(
    function(){ $("#Layer-67").show(); $("#Layer-61").hide(); },
    function(){ $("#Layer-61").show(); $("#Layer-67").hide(); });
  $("#Layer-68").addClass("Wrap-62-68").hide();
  $("#Layer-62").addClass("Wrap-62-68");
  $(".Wrap-62-68").hover(
    function(){ $("#Layer-68").show(); $("#Layer-62").hide(); },
    function(){ $("#Layer-62").show(); $("#Layer-68").hide(); });
  $("#Layer-69").addClass("Wrap-63-69").hide();
  $("#Layer-63").addClass("Wrap-63-69");
  $(".Wrap-63-69").hover(
    function(){ $("#Layer-69").show(); $("#Layer-63").hide(); },
    function(){ $("#Layer-63").show(); $("#Layer-69").hide(); });
  */







































































});

