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

function hide_all() {
  $('seo_ro').hide();
  $('seo').show();

  $('webdev_ro').hide();
  $('webdev').show();

  $('webdesign_ro').hide();
  $('webdesign').show();

  $('prototyping_ro').hide();
  $('prototyping').show();

  $('corporate_id_ro').hide();
  $('corporate_id').show();

  $('ecommerce_ro').hide();
  $('ecommerce').show();

  $('marketing_ro').hide();
  $('marketing').show();

  $('conversion_optimization_ro').hide();
  $('conversion_optimization').show();
}

function top_hide_all() {
  $('home_ro').hide();
  $('home').show();

  $('portfolio_ro').hide();
  $('portfolio').show();

  $('about_ro').hide();
  $('about').show();

  $('contact_ro').hide();
  $('contact').show();
}