Price Matching
Easy Returns
Fast Shipping
C$33.99
Add to cart

Wheels Manufacturing Derailleur Hanger - 66

Wheels Manufacturing Derailleur Hanger - 66
Wheels Manufacturing Derailleur Hanger - 66
Wheels Manufacturing Derailleur Hanger - 66
C$33.99 Excl. tax
Out of stock
Article number:
210000004524
EAN Code:
836572005392
SKU:
DROPOUT-66

Derailleur Hanger - 66 Read more..

  • Price Matching

  • Easy Returns

  • Fast Shipping

Information

Ellsworth

  • Bushing -
  • FS Biker (Prior to 1999) -
  • Resign -

Rocky Mountain

  • CXR - 2009
  • Element - 1996-2003
  • ETS - 2008
  • ETS X30 - 2008
  • ETS X50 - 2008
  • ETS X70 - 2008
  • ETSx - 1999-2002
  • ETSX2003 RMX - 2003-2006
  • Fusion - 1999-2008
  • Instinct - 1996-2003
  • Latitude - 1999-2006
  • Metro - 2006-2007
  • Metropolis YUL - 2011
  • Most Xc Models - 2007
  • Pipeline - 1999-2002
  • RC/Whistler - 2006-2008
  • RC70 - 2009-2010
  • RM6 - 1999-2002
  • RM7 - 1999-2002
  • Solo Team - 2009-2014
  • Sport Hardtail - 2006-2008
  • Stitch - 2003-2006
  • Switch - 1999-2002
  • Trailhead - 1999-2006
  • Vertex - 1999-2004
  • X10 - 2008

Reviews

Not yet rated

0 stars based on 0 reviews

Add your review
// Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks on the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } }