var host = 'http://'+location.hostname;
/* images */
load_img = new Image();
load_img.src = host + '/img/web4style_on.png';

/* begin png fix */
$(function () {
	$(document).pngFix();
});
/* end png fix */

/* begin menu*/
$(function () {
  $('#m_skola').bind("mouseenter",function(){
    $('#bg').stop().animate({opacity: 0}, 400, function() {
        $(this)
            .css({'background': 'url(img/bg_m.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });
		if($('#m_skola_b').is(":hidden"))
		{
			$('#m_skola_f').hide();
			$('#m_skola_b').show();
		}
	});
	$('#m_skola').bind("mouseleave",function(){
	  
    /*$('#bg').stop().animate({opacity: 0}, 500, function() {
        $(this)
            .css({'background': 'url(img/bg_m.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });*/
	  if($('#m_skola_b').is(":visible"))
		{
  		$('#m_skola_b').hide();
  		$('#m_skola_f').show();
		}
	});
	$('#m_zumba').bind("mouseenter",function(){
	  $('#bg').stop().animate({opacity: 0}, 400, function() {
        $(this)
            .css({'background': 'url(img/bg_zumba.jpg) center top no-repeat'})
            .css({'background-color': '#000'})
            .animate({opacity: 1}, 500);
    });
		if($('#m_zumba_b').is(":hidden"))
		{
			$('#m_zumba_f').hide();
			$('#m_zumba_b').show();
		}
	});
	$('#m_zumba').bind("mouseleave",function(){
	/*
	  $('#bg').stop().animate({opacity: 0}, 500, function() {
        $(this)
            .css({'background': 'url(img/bg_m.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });*/
	  if($('#m_zumba_b').is(":visible"))
		{
  		$('#m_zumba_b').hide();
  		$('#m_zumba_f').show();
		}
	});
	$('#m_komercia').bind("mouseenter",function(){
	  $('#bg').stop().animate({opacity: 0}, 400, function() {
        $(this)
            .css({'background': 'url(img/bg_komercia.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });
	});
	$('#m_komercia').bind("mouseleave",function(){
	/*
	  $('#bg').stop().animate({opacity: 0}, 500, function() {
        $(this)
            .css({'background': 'url(img/bg_m.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });*/
	});
	$('#m_projekty').bind("mouseenter",function(){
	  $('#bg').stop().animate({opacity: 0}, 400, function() {
        $(this)
            .css({'background': 'url(img/bg_projekty.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });
	});
	$('#m_projekty').bind("mouseleave",function(){
	/*
	  $('#bg').stop().animate({opacity: 0}, 500, function() {
        $(this)
            .css({'background': 'url(img/bg_m.jpg) center top no-repeat'})
            .css({'background-color': '#efefef'})
            .animate({opacity: 1}, 500);
    });
    */
	});
});
/* end menu */
