// лндюкэмше нймю
var modal_popup=0;
function modal(w,title,text) {
  $("#modal_win").html('<div style="width:'+(w-20)+'px; background:#fdd005; padding:10px; margin:10px 0 0 0"><b style="font-size:18px; color:black">'+title+'</b></div>'+'<div style="padding:20px; width:'+(w-40)+'px; text-align:left">'+text+'</div>');
  $("#modal_win").fadeIn().css({ 'width': w }).prepend('<img src="/img/close_pop.png" class="btn_close" alt="Close" style="cursor:pointer" id=close_modal>');
  var popMargTop = ($("#modal_win").height() + 80) / 2;
  var popMargLeft = ($("#modal_win").width() + 80) / 2;
  $("#modal_win").css({
  'margin-top' : -popMargTop,
  'margin-left' : -popMargLeft
  });
  $('body').append('<div id="fade"></div>'); 
  $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  modal_popup=1;
};
$('#close_modal, #fade').live('click', function() { 
  $('#fade , .popup_block').fadeOut(); 
  $('#fade').remove();
  modal_popup=0;
});
// ------------------- днйслемр цнрнб --------------
$(document).ready(function() {

  $(document).keydown(function(e){
    if(e.keyCode==27 && modal_popup==1) {
      $('#fade , .popup_block').fadeOut(); 
      $('#fade').remove();
      modal_popup=0;
    }
  });

	// аецсыюъ ярпнйю
	$("ul#run_line").liScroll({travelocity: 0.05});
	$("ul#run_line").liScroll();
	

	// гюцнкнбнй нймю Я йнмремрнл
	$("div.title").append (title+"&nbsp;&nbsp;");
  
	// днаюбкъел опнаек оняке ондлемч
	$("#menu .last").each(function(i) {
	      $(this).parent().parent().css("margin", "0 0 10px 0");
	})
  
  
	// днаюбкъел йбюдпюрхйх якебю нр лемч
	$("#menu span.top").each(function(i) {
		$("#menu_l").append('<div style="position: absolute; width:10px; height:10px; background:url(/img/sign.gif); background-position: 0 -31px; top:'+($(this).offset().top-246)+'px; left:0px"></div>');
	})
	

	// днаюбкъел вепрнвйх б ондлемч
	$("#menu span.sub").each(function(i) {
		$(this).prepend('<div style="float:left; width:3px; height:3px; background:#fdd005; margin:10px -10px 0 12px"></div>');
	})


	// дбхцючыееяъ лемч
	$(".sliding li.sliding-element a").each(function(i) {
		$(this).hover(
		function() {  $(this).animate({ paddingLeft: 3 }, 150); },		
		function() {  $(this).animate({ paddingLeft: 0 }, 150); }
	);
	});


	// ярюбхл ярпекнвйс
	if (menu_arrow) {
	    $("#menu_l").append('<div class=arrow style="position: absolute; width:230px; height:29px; background:url(/img/sign.gif); background-position: -12px 0; top:'+($("#"+menu_arrow).offset().top-256)+'px; left:20px;"><div style="height:6px; width:200px"></div>'+$("#"+menu_arrow).parent().html()+'</div>');
	}


});
// ------------------- ЙНМЕЖ днйслемр цнрнб --------------
