/*!
 * script za TIBRA
 coded by Foto Art d.o.o. Sarajevo - Full Marketing Agency
 */
 

/*-----------------------------------*/  

/*MENU*/
function mainmenu(){
$(" #page_top_menu_nav ul ").css({display: "none"}); // Opera Fix
$(" #page_top_menu_nav li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).fadeIn("fast");
		
		},function(){
			
		$(this).find('ul:first').css({visibility: "hidden"});
		
		});
}


 
 $(document).ready(function(){					
	
});
 
/*-----------------------------------*/
 
/*FADE IN ZA PAGEHEAD ICO*/
$(function() {  
// OPACITY NA 70%  
$(".head_ico").css("opacity","0.7");  
// ON MOUSE OVER  
$(".head_ico").hover(function () {  
// OPACITY NA 100%  
$(this).stop().animate({  
opacity: 1.0  
}, "fast");  
},  
// ON MOUSE OUT  
function () {  
// OPACITY NAZAD NA 70%  
$(this).stop().animate({  
opacity: 0.7  
}, "slow");  
 });  
}); 




/*FADE IN ZA PROMOCIJE ICO*/
$(function() {  
// OPACITY NA 70%  
$(".head_ico").css("opacity","0.5");  
// ON MOUSE OVER  
$(".head_ico").hover(function () {  
// OPACITY NA 100%  
$(this).stop().animate({  
opacity: 1.0  
}, "fast");  
},  
// ON MOUSE OUT  
function () {  
// OPACITY NAZAD NA 70%  
$(this).stop().animate({  
opacity: 0.5  
}, "slow");  
 });  
}); 




/*-----------------------------------*/ 

/*SELEKTUJ LEFT MENI*/
function selektuj(meni,topico) {
	document.getElementById(meni).style.backgroundPosition='top';
	document.getElementById(topico).style.background='url(/images/menus/bcg_head_menu_on.png) repeat-x';
	};
	
/*-----------------------------------*/
 
/*LOAD DUMMY, DOK SE NE UCITA IFRAME INC_PAGE_IMG.PHP*/
function load_dummy(){
	document.getElementById('page_img').style.display='block';document.getElementById('dummy_page_img').style.display='none'
	}
/*-----------------------------------*/


/*FANCY BOX*/
		$(document).ready(function() {

			$("a#middlewindow").fancybox({
				'width'				: 510,
				'height'			: 450,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});
			
			$("a#middlewindowvijest").fancybox({
				'width'				: 420,
				'height'			: 510,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});


			$("a#middlewindow1").fancybox({
				'width'				: 820,
				'height'			: 600,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe'
			});
			
			
			

		});
		
		
		
/*OCISTI FORM BOX*/
function cistibox(el) {
  if (el.defaultValue==el.value) el.value = ""
}



<!--
function popup(imagem, largura, altura) {
if (imagem!=""){
janela=window.open(imagem,"Popup","scrollbars=yes,menubar=no,status=no,toolbar=no,fullscreen=no,width="+largura+",height="+altura+",location=no");
janela.focus();
eval(janela);
}
}
//-->

<!--
function promjeni_visual(def_layer, def_state)
{	
	
			if (document.all) { 
				eval( "document.all." + def_layer + ".style.display = def_state"); 
			} 
			if (document.layers) { 
				document.layers[def_layer].display = def_state; 
			} 
			if (document.getElementById &&!document.all) { 
				hza = document.getElementById(def_layer); 
				hza.style.display = def_state; 
			} 			
}
//-->




