$(document).ready(function() {

	$('li.m-l').mouseover(function(){
		$(this).find('ul').css('display','block');
		});
	$('li.m-l').mouseout(function(){
		$(this).find('ul').css('display','none');
		});


		
	$('#stati-text').load('/support/instructions/ajax/?isNaked=1');

	$('a.a-sxema').click(function(){
		$('.div-sxema-or').toggle();
		});
		
$('div.price-roz, div.m-p-price').easyTooltip();





















	
	});
