var oneon = new Image()
oneon.src = "images/HomeBttn_ovr.gif";
var oneoff = new Image()
oneoff.src = "images/HomeBttn.gif";

var twoon = new Image()
twoon.src = "images/RentalBttn_ovr.gif";
var twooff = new Image()
twooff.src = "images/RentalBttn.gif";

var threeon = new Image()
threeon.src = "images/FlavorsBttn_ovr.gif";
var threeoff = new Image()
threeoff.src = "images/FlavorsBttn.gif";

var fiveon = new Image()
fiveon.src = "images/SalesBttn_ovr.gif";
var fiveoff = new Image()
fiveoff.src = "images/SalesBttn.gif";

var sixon = new Image()
sixon.src = "images/FaqsBttn_ovr.gif";
var sixoff = new Image()
sixoff.src = "images/FaqsBttn.gif";

function b1on(){
if(document.images){
document.images.one.src = oneon.src;}
window.status = "Margarita Man ... Simply the Best!";}
function b1off(){
if(document.images){
document.images.one.src = oneoff.src;}
window.status = "";}

function b2on(){
if(document.images){
document.images.two.src = twoon.src;}
window.status = "Rent a Margarita Machine for Your Next Event";}
function b2off(){
if(document.images){
document.images.two.src = twooff.src;}
window.status = "";}

function b3on(){
if(document.images){
document.images.three.src = threeon.src;}
window.status = "More Flavors, More Fun!";}
function b3off(){
if(document.images){
document.images.three.src = threeoff.src;}
window.status = "";}

function b5on(){
if(document.images){
document.images.five.src = fiveon.src;}
window.status = "Machine Sales and Mix Pricing";}
function b5off(){
if(document.images){
document.images.five.src = fiveoff.src;}
window.status = "";}

function b6on(){
if(document.images){
document.images.six.src = sixon.src;}
window.status = "Got Questions...? We've Got Answers!";}
function b6off(){
if(document.images){
document.images.six.src = sixoff.src;}
window.status = "";}
