// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function hide_left_navs() {
  $('left_nav_home_text').show();
  $('left_nav_home_hover').hide();

  $('left_nav_vibrators_text').show();
  $('left_nav_vibrators_hover').hide();

  $('left_nav_dildos_text').show();
  $('left_nav_dildos_hover').hide();

  $('left_nav_maletoys_text').show();
  $('left_nav_maletoys_hover').hide();

  $('left_nav_movies_text').show();
  $('left_nav_movies_hover').hide();
}
