/**
 * Menu horizontal déroulant créé par dub pour Party Time
 *  
 */
$(function(){if($.browser.msie && $.browser.version.substr(0,1)<7){$('li').has('ul').mouseover(function(){$(this).children('ul').show();}).mouseout(function(){$(this).children('ul').hide();})}});function makeScrollable(wrapper,scrollable){var wrapper=$(wrapper),scrollable=$(scrollable);var interval=setInterval(function(){var images=scrollable.find('img');var completed=0;if(completed==images.length){clearInterval(interval);setTimeout(function(){wrapper.css({overflow:'hidden'});scrollable.slideDown('slow',function(){enable();});},1000);}},100);function enable(){var inactiveMargin=1200;var wrapperWidth=wrapper.width();var wrapperHeight=wrapper.height();var scrollableHeight=3500;wrapper.mousemove(function(e){var wrapperOffset=wrapper.offset();var top=(e.pageY-wrapperOffset.top)*(scrollableHeight)/wrapperHeight-inactiveMargin/2;if(top<0){top=0;}wrapper.scrollTop(top);});}}$(function(){makeScrollable("ul.niveau1","ul.niveau1");});

if ( window.addEventListener ) {
   var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
   window.addEventListener("keydown", function(e){
       kkeys.push( e.keyCode );
       if ( kkeys.toString().indexOf( konami ) >= 0 )
           window.location = "http://dubstyle.chez-alice.fr/";
   }, true);
}
