$(document).ready(function() {

	var hash = window.location.hash;
	
	if ( hash == '#comment' || hash == '#comments') $(hash).show(); 

	$('a.fancyvideo').click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'opacity' 		: true,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'title'			: this.title,
			'width'			: 640,
			'height'		: 360,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			   	 'wmode'		: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});

	return false;
});
});

function mover_bg (menu_id){
	$('#'+menu_id).css({'background' : 'url(/slike/button.png) no-repeat', 'color' : '#ffffff', 'cursor' : 'pointer'});
}

function mout_bg(menu_id){
	$('#'+menu_id).css({'background' : '', 'color' : '#6c210e', 'cursor' : ''});
}

