$(function(){

      $("#extruderTop").buildMbExtruder({
          positionFixed:false,
          width:200,
          sensibility:800,
          position:"top", // left, right, bottom
          extruderOpacity:1,
          flapDim:100,
          textOrientation:"bt", // or "tb" (top-bottom or bottom-top)
          onExtOpen:function(){},
          onExtContentLoad:function(){},
          onExtClose:function(){},
          hidePanelsOnClose:true,
          autoCloseTime:0, // 0=never
		  autoOpenTime:0,
          slideTimer:200
      });
	  $("#extruderBottom").buildMbExtruder({
						position:"bottom",
						width:350,
						extruderOpacity:1,
						onExtOpen:function(){},
						onExtContentLoad:function(){},
						onExtClose:function(){}
					});
    });
