var sCurrentMain = '';
var sCurrentSub = '';
var bIsHeadFull = true;

function nav_show(sIdMain, sIdSub)
{
  if (sIdSub != sCurrentSub || $(sIdSub).is(':hidden'))
  {
    if (sCurrentMain != '')
      $(sCurrentMain).removeClass('hover');
    if (sCurrentSub != '')
      $(sCurrentSub + ':visible').hide();

    sCurrentMain = sIdMain;
    sCurrentSub = sIdSub;

    if (sIdMain != '')
      $(sIdMain).addClass('hover');
    if (sIdSub != '')
      $(sIdSub + ':hidden').show();
  }
}

function head_switch()
{
  if (bIsHeadFull)
  {
    bIsHeadFull = false;
    $.set_cookie('isheadpart', '1', 365);
    $('div.head').toggleClass('part');
    $('div.head_switch').text('развернуть');
  } else
  {
    bIsHeadFull = true;
    $.set_cookie('isheadpart', '0', 365);
    $('div.head').toggleClass('part');
    $('div.head_switch').text('свернуть');
  }
}

function add_fav(oHref)
{
  var sUrl = 'http://www.ladakalina.net/';
  var sTitle = 'Лада Калина Клуб | Lada Kalina Club';

  if (jQuery.browser.msie)
  {
    window.external.AddFavorite(sUrl, sTitle);
  } else if (jQuery.browser.opera)
  {
    oHref.href = sUrl;
    oHref.rel = 'sidebar';
    oHref.title = sTitle;
    return true;
  } else if (jQuery.browser.mozilla)
  {
    window.sidebar.addPanel(sTitle, sUrl , '');
  } else
  {
    alert('Нажмите CTRL-D, чтобы добавить страницу в закладки.');
  }
  return false;
}

$(document).ready(function()
{
  $('#nav-about').bind('mouseenter', function(e){
    nav_show('#nav-about', '#nav-sub-about');
  });
  $('#nav-news').bind('mouseenter', function(e){
    nav_show('#nav-news', '#nav-sub-news');
  });
  $('#nav-kalina').bind('mouseenter', function(e){
    nav_show('#nav-kalina', '#nav-sub-kalina');
  });
  $('#nav-community').bind('mouseenter', function(e){
    nav_show('#nav-community', '#nav-sub-community');
  });
  $('#nav-forum').bind('mouseenter', function(e){
    nav_show('#nav-forum', '#nav-sub-forum');
  });
  $('div.head_switch').bind('click', function(e){
    head_switch();
  });

  if ($('div.head').is('.part'))
  {
    bIsHeadFull = false;
    $('div.head_switch').text('развернуть');
  }

});

swfobject.embedSWF('/button/mycarshop-1-468.swf', 'but-c-1-fl', '468', '60', '9.0.0');
swfobject.embedSWF(sButtonAutokompleks, 'but-c-2-fl', '468', '60', '9.0.0');
swfobject.embedSWF(sButtonAutokompleks, 'but-b-1-fl', '468', '60', '9.0.0');
