if(document.images)
		{
var directoryoff = new Image();
directoryoff.src = "http://www.greaternorthcountychamber.com/images/But_Directory.jpg";

var directoryon = new Image();
directoryon.src = "http://www.greaternorthcountychamber.com/images/But_Directory_on.jpg";
	}
		{
var whatsnewoff = new Image();
whatsnewoff.src = "http://www.greaternorthcountychamber.com/images/But_New.jpg";

var whatsnewon = new Image();
whatsnewon.src = "http://www.greaternorthcountychamber.com/images/But_New_on.jpg";
	}

		{
var joinoff = new Image();
joinoff.src = "http://www.greaternorthcountychamber.com/images/But_Join.jpg";

var joinon = new Image();
joinon.src = "http://www.greaternorthcountychamber.com/images/But_Join_on.jpg";
	}
	
		{
var contactoff = new Image();
contactoff.src = "http://www.greaternorthcountychamber.com/images/But_Contact.jpg";

var contacton = new Image();
contacton.src = "http://www.greaternorthcountychamber.com/images/But_Contact_on.jpg";
	}

function buton1()
{
if (document.images)
document.images.directory.src = directoryon.src;
window.status = 'Member Directory' ;
}

function butoff1()
{
if (document.images)
document.images.directory.src = directoryoff.src;
window.status = '' ;
}

function buton2()
{
if (document.images)
document.images.whatsnew.src = whatsnewon.src;
window.status = 'Whats New' ;
}

function butoff2()
{
if (document.images)
document.images.whatsnew.src = whatsnewoff.src;
window.status = '' ;
}

function buton3()
{
if (document.images)
document.images.join.src = joinon.src;
window.status = 'Join the Chamber' ;
}

function butoff3()
{
if (document.images)
document.images.join.src = joinoff.src;
window.status = '' ;
}

function buton4()
{
if (document.images)
document.images.contact.src = contacton.src;
window.status = 'Contact the Chamber' ;
}

function butoff4()
{
if (document.images)
document.images.contact.src = contactoff.src;
window.status = '' ;
}



