if(document.images)
		{
var aboutoff = new Image();
aboutoff.src = "images/2nd/About_off.gif";

var abouton = new Image();
abouton.src = "images/2nd/About_on.gif";
	}
		{
var productsoff = new Image();
productsoff.src = "images/2nd/Products_off.gif";

var productson = new Image();
productson.src = "images/2nd/Products_on.gif";
	}

		{
var locationsoff = new Image();
locationsoff.src = "images/2nd/Locations_off.gif";

var locationson = new Image();
locationson.src = "images/2nd/Locations_on.gif";
	}

		{
var storeoff = new Image();
storeoff.src = "images/2nd/Store_off.gif";

var storeon = new Image();
storeon.src = "images/2nd/Store_on.gif";
	}
		{
var testimonialsoff = new Image();
testimonialsoff.src = "images/2nd/Testimonials_off.gif";

var testimonialson = new Image();
testimonialson.src = "images/2nd/Testimonials_on.gif";
	}

		{
var tournamentsoff = new Image();
tournamentsoff.src = "images/2nd/Tournaments_off.gif";

var tournamentson = new Image();
tournamentson.src = "images/2nd/Tournaments_on.gif";
	}

		{
var contactoff = new Image();
contactoff.src = "images/2nd/Contact_off.gif";

var contacton = new Image();
contacton.src = "images/2nd/Contact_on.gif";
	}
		{
var linksoff = new Image();
linksoff.src = "images/2nd/Links_off.gif";

var linkson = new Image();
linkson.src = "images/2nd/Links_on.gif";
	}

		{
var homeoff = new Image();
homeoff.src = "images/2nd/Home_off.gif";

var homeon = new Image();
homeon.src = "images/2nd/Home_on.gif";
	}

	
function buton1()
{
if (document.images)
document.images.about.src = abouton.src;
window.status = 'About Us' ;
}

function butoff1()
{
if (document.images)
document.images.about.src = aboutoff.src;
window.status = '' ;
}

function buton2()
{
if (document.images)
document.images.products.src = productson.src;
window.status = 'Our Products' ;
}

function butoff2()
{
if (document.images)
document.images.products.src = productsoff.src;
window.status = '' ;
}

function buton3()
{
if (document.images)
document.images.locations.src = locationson.src;
window.status = 'Retail Locations' ;
}

function butoff3()
{
if (document.images)
document.images.locations.src = locationsoff.src;
window.status = '' ;
}

function buton4()
{
if (document.images)
document.images.store.src = storeon.src;
window.status = 'Online Store' ;
}

function butoff4()
{
if (document.images)
document.images.store.src = storeoff.src;
window.status = '' ;
}

function buton5()
{
if (document.images)
document.images.testimonials.src = testimonialson.src;
window.status = 'Testimonials' ;
}

function butoff5()
{
if (document.images)
document.images.testimonials.src = testimonialsoff.src;
window.status = '' ;
}

function buton6()
{
if (document.images)
document.images.tournaments.src = tournamentson.src;
window.status = 'Tournaments' ;
}

function butoff6()
{
if (document.images)
document.images.tournaments.src = tournamentsoff.src;
window.status = '' ;
}

function buton7()
{
if (document.images)
document.images.contact.src = contacton.src;
window.status = 'Contact Us' ;
}

function butoff7()
{
if (document.images)
document.images.contact.src = contactoff.src;
window.status = '' ;
}

function buton8()
{
if (document.images)
document.images.links.src = linkson.src;
window.status = 'Links' ;
}

function butoff8()
{
if (document.images)
document.images.links.src = linksoff.src;
window.status = '' ;
}

function buton9()
{
if (document.images)
document.images.home.src = homeon.src;
window.status = 'Home' ;
}

function butoff9()
{
if (document.images)
document.images.home.src = homeoff.src;
window.status = '' ;
}
