
		$(document).ready(function(){
			
	        $('ul.sf-menu').superfish({ 
	            delay:       500,                            // one second delay on mouseout 
	            animation:   {opacity:'show',height:'show',width:'show'},  // fade-in and slide-down animation 
	            speed:       'fast',                          // faster animation speed 
	            autoArrows:  false,                           // disable generation of arrow mark-up 
	            dropShadows: false,                            // disable drop shadows 
	            onBeforeShow:  function(){ /*show_proizvodi('show');*/ },
				onHide:        function(){ /*show_proizvodi('hide');*/ }  
	        }); 
	        
	        $("TABLE.site_content_table TD H1").each(function(){
	        	

				$(this).replaceWith( '<div class="h1_sifr_wrapper_half"><h1>' + $(this).text() + '</h1></div>' );
					
	        });
	    
	        
			if(typeof sIFR == "function"){
				    sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#DE8A07", sSelector: "DIV#news_tab_title H1"}));
				    sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#DE8A07", sSelector: "DIV#press_tab_title H1"}));
				    sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#DE8A07", sSelector: "DIV#search_tab_title H1"}));
				    sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#DE8A07", sSelector: "DIV.h1_sifr_wrapper_half H1"}));
				    sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#DE8A07", sSelector: "DIV.gallery_title H1"}));
				
				 	sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#ffffff", sSelector: "DIV.product_category_h1 H1"}));
				 	
				 	sIFR.replaceElement("H1", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#de8a07", sSelector: "DIV.left_h1 H1"}));
				 	sIFR.replaceElement("H2", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#deb807", sSelector: "DIV.left_h2 H2"}));
				 	sIFR.replaceElement("H3", named({sFlashSrc: "/include/sifr/gunplay.swf", sWmode: "transparent" , sColor: "#deb807", sSelector: "DIV.left_h3 H3"}));

				
				};
			
		   $("a.image_zoom").fancybox({
		        'zoomOpacity': true,
		        'overlayShow': false,
		        'zoomSpeedIn': 500,
		        'zoomSpeedOut': 500
		        }); 
		        
		        
           	$('input').checkBox();
           	
			//ie_6 = 1;
			if( typeof ie_6 != 'undefined' && ie_6 ){
				
				$(".fixIE6_fake").each(function(){
					
					var img_src 	= $(this).attr('src');
					var img_width	= $(this).attr('width');
					var img_height	= $(this).attr('height');

					$(this).parent().eq(0).addClass('fixIE6');
					$(this).parent().eq(0).attr('style', 'display: block; background-image: url('+img_src+'); width: '+img_width+'px; height: '+img_height+'px; cursor: pointer;');
					
					$(this).remove();
					
				});
				
			}
			

			if( $("DIV#page_content").height() > 550 ){ $("DIV#place_contact_info").height( $("DIV#page_content").height() - $("DIV#place_contact_info").height() ); }

			
		});