$(document).ready(function()
{
	$('ul.menu').superfish({ 
		delay:       600,                            // one second delay on mouseout 
		animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		speed:       'normal',                          // faster animation speed 
		autoArrows:  false,                           // disable generation of arrow mark-up 
		dropShadows: false                            // disable drop shadows 
	});
	if ($('#slider-box').length > 0)
	{
		$('.slider')._TMS({
			pauseOnHover:true,
			duration:700,
			preset:'fence',
			pagination:true,//'.pagination',true,'<ul></ul>'
			pagNums: true,
			slideshow:7000,
			numStatus:false,
			banners:'fade',// fromLeft, fromRight, fromTop, fromBottom
			waitBannerAnimation:false,
			prevBu:'.prevBu',
			nextBu:'.nextBu',
			easing:'easeOutQuad'
		});
	}
	$('a[id^="video_link"]').live('mouseover', function() {
		$(this).fancybox({
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
		return false;
	});
	$('a[id^="audio_link"]').live('mouseover', function() {
		$(this).fancybox({
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
		return false;
	});
//	if ($("#video_link").length > 0){
//		$('a[id^="video_link"]').fancybox({
//			'transitionIn'	: 'elastic',
//			'transitionOut'	: 'elastic'
//		});
//	};
//	if ($("#audio_link").length > 0){
//		$('a[id^="audio_link"]').fancybox({
//			'transitionIn'	: 'elastic',
//			'transitionOut'	: 'elastic'
//		});
//	};
	if ($("#location").length > 0){
		$('a[id^="location"]').fancybox({
			'autoDimensions': true,
			//'width'         : 475,
			//'height'		: 400,
			'scrolling'		: 'no',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
	};
//	$("a.image_gallery").fancybox({
//		'titlePosition'	: 'over'
//	});


	//alert($.cookie('def_mm'));
	$('#top_mo[href$="'+$.cookie('def_mm')+'"]').addClass('active');
	$("#contact_form").live('submit',function()
	{
		$('#poslji').attr({
			disabled: "disabled",
			value: "Pošiljam..."
		});
		$.post("form-actions.php",{ type:'IREQUEST',name:$('#name').val(),email:$('#email').val(),phone:$('#phone').val(),
		message:$('#message').val(),code:$('#6_letters_code').val(),rand:Math.random() } ,function(data)
        {
			if(data=='yes')
			{
				alert('Zahvaljujemo se za vaše povpraševanje.');
//				$.fancybox.close();

//				var _gaq = _gaq || [];
					_gaq.push(['_setAccount', 'UA-28602545-2']);
					_gaq.push(['_trackPageview']);

				(function() {
					var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
					ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
					var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
				})();

				history.back();
				return false;
			}
			else
			{
				alert('Napačno ste izpolnili obrazec.\nIzpolnite vsa polja obrobljena z modro \nin vnesite veljaven e-mail naslov.');
				$('#poslji').removeAttr("disabled");
				$('#poslji').attr("value", "Pošlji");
			}
		});
      return false;
	});
	if ($('#slider-two').length == 0 && $('#thumbs').length == 0)
	{
		$("div.header").css("height","180px"); 
	};		
	$("a.grouped_elements").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'titlePosition'	:	'over'
	});
});
$(function(){$('.list-2 a').hover(
	function(){$(this).find('img').stop().animate({opacity:0}, {duration:250})}, 
	function(){$(this).find('img').stop().animate({opacity:1}, {duration:250})}
);});
function showGallery(){
	//alert('here');
	$('#gal_img').click();
}

function setRightSide(id1,id2){
	$(id1).html($(id2).html());
}

function sendContact(){
}

