﻿
function UnderConstruction(){
    alert('This feature is currently unavailable.\n\nPlease check back soon as 8wdd.com completes site renovations.');
}

function LoginMouseOver(table){
    newImage = 'url(images/layout/customer-login_over.gif)';
    table.style.backgroundImage= newImage;
    
    document.getElementById('imgKey').src = 'images/buttons/key_over.gif';
}

function LoginMouseOut(table){
    newImage = 'url(images/layout/customer-login.gif)';
    table.style.backgroundImage= newImage;
    
    document.getElementById('imgKey').src = 'images/buttons/key.gif';
}
