function CleaningLink(){
window.location.href="cleaning.html";
}
function CrewLink(){
window.location.href="crew.html";
}
function AlterationLink(){
window.location.href="alterations.html";
}
function LinksLink(){
window.location.href="links.html";
}
function AboutUsLink(){
window.location.href="index.html";
}
function CouponLink(){
window.location.href="coupons.html";
}
function setVisibility(id, visibility) {
document.getElementById(id).style.display = visibility;
}

