<!--
var debug = true;
function right(e) {
  if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
    alert('Opps, Try The Other Mouse Button, Or Select From The Drop Down Menus Above!!');
    return false;
  }

  return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//-->
<!--
defaultStatus="WELCOME To Tejas Thump Cycles, Your Online Source For Motorcycle Parts, Bike Kits And More!!! Add Us To Your Favorites!!!"
//-->
<!--
if (window!= top)
top.location.href=location.href
// -->