// JavaScript Document
function bgon(x) {
y = document.getElementById(x);
y.style.backgroundColor = "#4D5180"
}

function bgoff(x) {
y = document.getElementById(x);
y.style.backgroundColor = ""
}
function rembt()
{
if (event.button == 2)
{
alert("Copyright Lets Go Cycling. All Rights Reserved")
}
}