var menu = []; var currentMenuHover = -1; /*$(document).ready(function(){*/ $('body').append('
'); $('.sommaire').hide(); $(document).click(function(){ if ($.support.opacity) $('#dropdown-menu').animate({opacity:0}, 500, function(){$(this).hide();}); else $('#dropdown-menu').hide(); }); $('#dropdown-menu').hide(); $('.menu_item a').hover(function(){ $('#dropdown-menu').hide(); currentMenuHover = $(this).parent().index(); //document.title = currentMenuHover; if (menu[currentMenuHover].pages){ if (menu[currentMenuHover].pages.length > 1) { $('#dropdown-menu').html('').show().css({ opacity: 1, top: $(this).position().top+$(this).innerHeight(), left: $(this).position().left, zIndex: 10000 }); for (var idxPge in menu[currentMenuHover].pages){ $('#dropdown-menu').append('