$(document).ready(function(){ $('li.niveau1').mouseover(function(){ $(this).find('ul.niveau2').show('fast'); }); $('li.niveau1').bind('mouseleave', function(){ $(this).find('ul.niveau2').hide('fast'); }); }); swfobject.embedSWF("http://www.eps-distribution.fr/templates/eps/media/flash/banniere.swf", "flashban", "960", "281", "10.0.0", "http://www.eps-distribution.fr/templates/eps/media/flash/expressInstall.swf", {}, { wmode:"transparent"});