
	/* <![CDATA[ */
	
jQuery(function( $ ){
  
 /* $("#mainNavContainer a").mouseenter(function(){
    ClearHomeNav();
  });*/
  
  navTimer = setTimeout(ClearHomeNav, 1000);
  
	$("#navItemProducts, #navItemAbout, #navItemGalleries, #navItemDealers").bind({
	
	mouseenter : function(){ ClearHomeNav(); },	
		
	mouseover:  function(){
		 
	    $("#subnavContainer").show();
		clearTimeout(navTimer);
		},
		
	  mouseleave: function(){
		  
		  navTimer = setTimeout(ClearHomeNav, 1000);
	  },
	 
	 
	click : function(){return false;}
	});
	
	$("#subnavContainer").hover(
	  function(){
	    clearTimeout(navTimer);
	  },
	  function(){
	    navTimer = setTimeout(ClearHomeNav,1000);
	  }
	);
	
	$("#navItemProducts").mouseenter(
	  function(){
      $("#productsSub").show();
	  }
	);
	
	$("#navItemAbout").mouseenter(
	  function(){
      $("#aboutSub").show();
	  }
	);
	
	$("#navItemGalleries").mouseenter(
	  function(){
      $("#galleriesSub").show();
	  }
	);
	
	$("#navItemDealers").mouseenter(
	  function(){
      $("#dealersSub").show();
	  }
	);
	
	swfobject.embedSWF("resources/swf/connor-play_green-intro.swf", "flashOverlayContent", "309", "375", "9.0.0");
	
	
  var videoFlashvars = {
    file:"connor.mp4",
    autostart:"false",
    skin:"new_index/bekle.swf",
    displayclick:"none",
    name:"videoContent",
    image:"new_index/video_image.jpg",
    id:"videoContent"};
  var videoParams = {wmode:"transparent",
    allowfullscreen:"true",
    allowscriptaccess:"always"};
            
  var videoAttributes = {};
  swfobject.embedSWF("new_index/player.swf", "videoContent", "540", "360", "9.0.0","swf/expressInstall.swf", videoFlashvars, videoParams, videoAttributes);
	
	
	
	
	
  $("#closeOverlay").click(function(){
    $("#overlayContainer").slideUp();
  });
  
  
  $("#videoIcon").click(function(){
    $("#videoOverlay").show();
    $("#flashOverlay").hide();
    $("#overlayContainer").slideDown();
  });
  
  
  $("#flashIcon").click(function(){
    $("#flashOverlay").show();
    $("#videoOverlay").hide();
    $("#overlayContainer").slideDown();
  });
  
  
});


	
function ClearHomeNav(){
  $("#subnavContainer").hide();
  $("#productsSub").hide();
  $("#aboutSub").hide();
  $("#dealersSub").hide();
  $("#galleriesSub").hide();
}
	
	
	
	
	
	/* ]]> */



