// JavaScript Document


function change(){
document.getElementById("jeffrubys_steakhouse_logo").style.background = "transparent url(app-img/btn_jeffrubys_steakhouse.png) no-repeat scroll left bottom";
}

function change_back(){
document.getElementById("jeffrubys_steakhouse_logo").style.background = "transparent url(app-img/btn_jeffrubys_steakhouse.png) no-repeat scroll left top";
}

