
if(typeof MINMUSLI=='undefined'){var MINMUSLI={};}
window.addEvent('domready',function(){MINMUSLI.step3tips=new Tips($('step3'),{'className':'tip-container'});MINMUSLI.step3Access();$$('#stepper li').addEvent('mouseenter',function(){if(!this.hasClass('disabled')){this.addClass('hover');}});$$('#stepper li').addEvent('mouseleave',function(){this.removeClass('hover');});});MINMUSLI.step3Access=function(){if(typeof MINMUSLI.basketTotalWeight!='undefined'){if(MINMUSLI.basketTotalWeight<MINMUSLI.basketAlertWeight){$$('#step3 a').addEvent('click',function(e){this.blur();e.stop();})
$$('#step3 a').setStyle('cursor','default');$('step3').addClass('disabled');$('step3').set('title','Din blandning måste väga minst 380 g innan du kan beställa.');MINMUSLI.step3tips.attach($('step3'));}else{$$('#step3 a').removeEvents('click');$('step3').removeClass('disabled');$$('#step3 a').setStyle('cursor','pointer');MINMUSLI.step3tips.detach($('step3'));$('step3').set('title','');}}};