$(document).ready(function() {
var num=-1; var p=Array();
var str=''+document.location+'';
p=str.split(/\//);
var dle_root='http://'+p[2]+'/';
if(document.location==dle_root) num=0;
if(document.location==dle_root+"about_company/") num=1;
if(document.location==dle_root+"galery/") num=2;
if(document.location==dle_root+"materials/") num=3;
if(document.location==dle_root+"izdeliya/" || document.location==dle_root+"panno/" || document.location==dle_root+"border/" || document.location==dle_root+"caminy/" || document.location==dle_root+"drobyny/" || document.location==dle_root+"stoleshnicy/" || document.location==dle_root+"galery/factory/13-proizvodstvo.html") num=4;
if(document.location==dle_root+"index.php?do=feedback&user=1" || document.location==dle_root+"index.php?newsid=23") num=5;

$('.menu_navigation > ul > li:eq('+num+')').addClass('active');

$("#slider").easySlider({auto: true,continuous: true });

$('.slider').hover(function() {
	$('span#prevBtn').animate({'opacity': 0.7}, 300);
	$('span#nextBtn').animate({'opacity': 0.7}, 300);}, 
	function() {$('span#prevBtn').animate({'opacity': 0}, 300);
	$('span#nextBtn').animate({'opacity': 0}, 300);
});

$('span#prevBtn').hover(function() {
	 $(this).animate({'opacity': 1}, 300);}, 
	 function() {$(this).animate({'opacity': 0.7}, 300);
});

$('span#nextBtn').hover(function() {
	$(this).animate({'opacity': 1}, 300);}, 
	function() {$(this).animate({'opacity': 0.7}, 300);
});

$('ul.snav a:last').css('border', 'none');

$('ul.snav').find('a').hover(function() {
	$(this).animate({'paddingLeft': 30 + 'px'}, 100);}, 
	function() {$(this).animate({'paddingLeft': 25 + 'px'}, 100);
});

$('.menu_navigation > ul').find('li').hover(function() {
	$(this).find('ul.drop').slideDown(400);}, 
	function() {$(this).find('ul.drop').fadeOut(200);
});


});
