// code controls setting up the javascript necessary to swap out the html code 
//   for invisibility routines for the home page, single product page, and products page
//
// Written 2008 Au8gust 30 - Dj Stover
//  Copyright 2008 - Web Creations By Z - All Rights Reserved
//<!--


function changeToBuyers()
{
document.ImgBuyers.src='images/spot_home_buyers.jpg';
document.ImgRealtors.src='images/spot_home_realtors_half.jpg';
document.ImgSelling.src='images/spot_home_selling_half.jpg';
document.ImgTips.src='images/spot_home_tips_half.jpg';
document.ImgProfile.src='images/spot_home_profile_half.jpg';

document.getElementById("DivMain").style.visibility="hidden";
document.getElementById("DivBuyers").style.visibility="visible";
document.getElementById("DivRealtors").style.visibility="hidden";
document.getElementById("DivSelling").style.visibility="hidden";
document.getElementById("DivTips").style.visibility="hidden";
document.getElementById("DivProfile").style.visibility="hidden";

document.getElementById("MenuBuyers").style.background="#ffc700";
document.getElementById("MenuBuyers").style.color="#201277";
document.getElementById("MenuRealtors").style.background="";
document.getElementById("MenuRealtors").style.color="#ffc700";
document.getElementById("MenuSelling").style.background="";
document.getElementById("MenuSelling").style.color="#ffc700";
document.getElementById("MenuTips").style.background="";
document.getElementById("MenuTips").style.color="#ffc700";
document.getElementById("MenuProfile").style.background="";
document.getElementById("MenuProfile").style.color="#ffc700";



}

function changeToRealtors()
{
document.ImgBuyers.src='images/spot_home_buyers_half.jpg';
document.ImgRealtors.src='images/spot_home_realtors.jpg';
document.ImgSelling.src='images/spot_home_selling_half.jpg';
document.ImgTips.src='images/spot_home_tips_half.jpg';
document.ImgProfile.src='images/spot_home_profile_half.jpg';

document.getElementById("DivMain").style.visibility="hidden";
document.getElementById("DivBuyers").style.visibility="hidden";
document.getElementById("DivRealtors").style.visibility="visible";
document.getElementById("DivSelling").style.visibility="hidden";
document.getElementById("DivTips").style.visibility="hidden";
document.getElementById("DivProfile").style.visibility="hidden";

document.getElementById("MenuBuyers").style.background="";
document.getElementById("MenuBuyers").style.color="#ffc700";
document.getElementById("MenuRealtors").style.background="#ffc700";
document.getElementById("MenuRealtors").style.color="#201277";
document.getElementById("MenuSelling").style.background="";
document.getElementById("MenuSelling").style.color="#ffc700";
document.getElementById("MenuTips").style.background="";
document.getElementById("MenuTips").style.color="#ffc700";
document.getElementById("MenuProfile").style.background="";
document.getElementById("MenuProfile").style.color="#ffc700";
}


function changeToSelling()
{
document.ImgBuyers.src='images/spot_home_buyers_half.jpg';
document.ImgRealtors.src='images/spot_home_realtors_half.jpg';
document.ImgSelling.src='images/spot_home_selling.jpg';
document.ImgTips.src='images/spot_home_tips_half.jpg';
document.ImgProfile.src='images/spot_home_profile_half.jpg';

document.getElementById("DivMain").style.visibility="hidden";
document.getElementById("DivBuyers").style.visibility="hidden";
document.getElementById("DivRealtors").style.visibility="hidden";
document.getElementById("DivSelling").style.visibility="visible";
document.getElementById("DivTips").style.visibility="hidden";
document.getElementById("DivProfile").style.visibility="hidden";

document.getElementById("MenuBuyers").style.background="";
document.getElementById("MenuBuyers").style.color="#ffc700";
document.getElementById("MenuRealtors").style.background="";
document.getElementById("MenuRealtors").style.color="#ffc700";
document.getElementById("MenuSelling").style.background="#ffc700";
document.getElementById("MenuSelling").style.color="#201277";
document.getElementById("MenuTips").style.background="";
document.getElementById("MenuTips").style.color="#ffc700";
document.getElementById("MenuProfile").style.background="";
document.getElementById("MenuProfile").style.color="#ffc700";
}




function changeToTips()
{
document.ImgBuyers.src='images/spot_home_buyers_half.jpg';
document.ImgRealtors.src='images/spot_home_realtors_half.jpg';
document.ImgSelling.src='images/spot_home_selling_half.jpg';
document.ImgTips.src='images/spot_home_tips.jpg';
document.ImgProfile.src='images/spot_home_profile_half.jpg';

document.getElementById("DivMain").style.visibility="hidden";
document.getElementById("DivBuyers").style.visibility="hidden";
document.getElementById("DivRealtors").style.visibility="hidden";
document.getElementById("DivSelling").style.visibility="hidden";
document.getElementById("DivTips").style.visibility="visible";
document.getElementById("DivProfile").style.visibility="hidden";

document.getElementById("MenuBuyers").style.background="";
document.getElementById("MenuBuyers").style.color="#ffc700";
document.getElementById("MenuRealtors").style.background="";
document.getElementById("MenuRealtors").style.color="#ffc700";
document.getElementById("MenuSelling").style.background="";
document.getElementById("MenuSelling").style.color="#ffc700";
document.getElementById("MenuTips").style.background="#ffc700";
document.getElementById("MenuTips").style.color="#201277";
document.getElementById("MenuProfile").style.background="";
document.getElementById("MenuProfile").style.color="#ffc700";
}


function changeToProfile()
{
document.ImgBuyers.src='images/spot_home_buyers_half.jpg';
document.ImgRealtors.src='images/spot_home_realtors_half.jpg';
document.ImgSelling.src='images/spot_home_selling_half.jpg';
document.ImgTips.src='images/spot_home_tips_half.jpg';
document.ImgProfile.src='images/spot_home_profile.jpg';

document.getElementById("DivMain").style.visibility="hidden";
document.getElementById("DivBuyers").style.visibility="hidden";
document.getElementById("DivRealtors").style.visibility="hidden";
document.getElementById("DivSelling").style.visibility="hidden";
document.getElementById("DivTips").style.visibility="hidden";
document.getElementById("DivProfile").style.visibility="visible";

document.getElementById("MenuBuyers").style.background="";
document.getElementById("MenuBuyers").style.color="#ffc700";
document.getElementById("MenuRealtors").style.background="";
document.getElementById("MenuRealtors").style.color="#ffc700";
document.getElementById("MenuSelling").style.background="";
document.getElementById("MenuSelling").style.color="#ffc700";
document.getElementById("MenuTips").style.background="";
document.getElementById("MenuTips").style.color="#ffc700";
document.getElementById("MenuProfile").style.background="#ffc700";
document.getElementById("MenuProfile").style.color="#201277";
}


function changeToMain()
{
document.ImgBuyers.src='images/spot_home_buyers.jpg';
document.ImgRealtors.src='images/spot_home_realtors.jpg';
document.ImgSelling.src='images/spot_home_selling.jpg';
document.ImgTips.src='images/spot_home_tips.jpg';
document.ImgProfile.src='images/spot_home_profile.jpg';

document.getElementById("DivMain").style.visibility="visible";
document.getElementById("DivBuyers").style.visibility="hidden";
document.getElementById("DivRealtors").style.visibility="hidden";
document.getElementById("DivSelling").style.visibility="hidden";
document.getElementById("DivTips").style.visibility="hidden";
document.getElementById("DivProfile").style.visibility="hidden";

document.getElementById("MenuBuyers").style.background="";
document.getElementById("MenuBuyers").style.color="#ffc700";
document.getElementById("MenuRealtors").style.background="";
document.getElementById("MenuRealtors").style.color="#ffc700";
document.getElementById("MenuSelling").style.background="";
document.getElementById("MenuSelling").style.color="#ffc700";
document.getElementById("MenuTips").style.background="";
document.getElementById("MenuTips").style.color="#ffc700";
document.getElementById("MenuProfile").style.background="";
document.getElementById("MenuProfile").style.color="#ffc700";
}


//-->
