  jQuery.noConflict();
  
  (function($) {
    
    $(document).ready(function() {
      
      $('.click_goto_a').click(function() {
        if((sLink = $(this).find('a:first').attr('href')) != undefined) {
          document.location = sLink;
        }
      });
      
      var iTimeoutId = null;
      
      $('#div_menu a.active').attr('active', '1');
      $('#div_menu a').hover(function() {
        window.clearTimeout(iTimeoutId);
        $('#div_menu a[active=1]').removeClass('active');
      }, function() {
        iTimeoutId = window.setTimeout(resetMenu, 100);
      });
      
      function resetMenu() {
        $('#div_menu a[active=1]').addClass('active');
      }
      
      $('.div_button').hover(function() {
        
        
        
      });
      
      //$('.div_button').hover(function() {
      //  /* IE fix */      //  $('#div_content_left .div_button .div_flash').remove();
      //  
      //  $(this).children().find('.div_image').hide();
      //  if($(this).attr('id') == 'div_button_alarmnummer') {
      //    var oFlash = $('#div_cloneware .div_flash:first').clone();
      //  } else {
      //    var oFlash = $('#div_cloneware .div_flash:last').clone();
      //  }
      //  $(this).prepend($(oFlash));
      //}, function() {
      //  $(this).children('.div_flash').remove();
      //  $(this).children('.div_image').show();
      //});
      
      $('#div_img_cycler').cycle({
        timeout: 4000
      });
      
    });
    
  }) (jQuery);
  
  var oFlasvars = {}
  oFlasvars.wmode = "opaque"
  
  swfobject.registerObject("button_alarmnummer", "9.0.0");
  swfobject.registerObject("button_inleveren_vervangauto", "9.0.0");
  swfobject.registerObject("button_eindbestemming_doorgeven", "9.0.0");
  swfobject.registerObject("button_offerte_aanvragen", "9.0.0");
  swfobject.registerObject("banner", "9.0.0", null, null, null, null, oFlasvars);
