﻿// JScript File
button_home_normal = new Image();
button_home_hilite = new Image();
button_home_normal.src = "Images/home.gif";
button_home_hilite.src = "Images/Home_hilite.gif";

button_sectors_normal = new Image();
button_about_hilite = new Image();
button_sectors_normal.src = "Images/aboutus.gif";
button_about_hilite.src = "Images/aboutus_hilite.gif";

button_services_normal = new Image();
button_services_hilite = new Image();
button_services_normal.src = "Images/services.gif";
button_services_hilite.src = "Images/services_hilite.gif";

button_team_normal = new Image();
button_team_hilite = new Image();
button_team_normal.src = "Images/team.gif";
button_team_hilite.src = "Images/team_hilite.gif";

button_globalreach_normal = new Image();
button_globalreach_hilite = new Image();
button_globalreach_normal.src = "Images/globalreach.gif";
button_globalreach_hilite.src = "Images/globalreach_hilite.gif";

button_deals_normal = new Image();
button_deals_hilite = new Image();
button_deals_normal.src = "Images/deals.gif";
button_deals_hilite.src = "Images/deals_hilite.gif";

button_news_normal = new Image();
button_news_hilite = new Image();
button_news_normal.src = "Images/news.gif";
button_news_hilite.src = "Images/news_hilite.gif";

button_contact_normal = new Image();
button_contact_hilite = new Image();
button_contact_normal.src = "Images/contact.gif";
button_contact_hilite.src = "Images/contact_hilite.gif";

button_sectors_normal = new Image();
button_sectors_hilite = new Image();
button_sectors_normal.src = "Images/sectors.gif";
button_sectors_hilite.src = "Images/sectors_hilite.gif";


button_homel2_normal = new Image();
button_homel2_hilite = new Image();
button_homel2_normal.src = "../Images/home.gif";
button_homel2_hilite.src = "../Images/Home_hilite.gif";

button_sectorsl2_normal = new Image();
button_aboutl2_hilite = new Image();
button_sectorsl2_normal.src = "../Images/aboutus.gif";
button_aboutl2_hilite.src = "../Images/aboutus_hilite.gif";

button_servicesl2_normal = new Image();
button_servicesl2_hilite = new Image();
button_servicesl2_normal.src = "../Images/services.gif";
button_servicesl2_hilite.src = "../Images/services_hilite.gif";

button_teaml2_normal = new Image();
button_teaml2_hilite = new Image();
button_teaml2_normal.src = "../Images/team.gif";
button_teaml2_hilite.src = "../Images/team_hilite.gif";

button_globalreachl2_normal = new Image();
button_globalreachl2_hilite = new Image();
button_globalreachl2_normal.src = "../Images/globalreach.gif";
button_globalreachl2_hilite.src = "../Images/globalreach_hilite.gif";

button_dealsl2_normal = new Image();
button_dealsl2_hilite = new Image();
button_dealsl2_normal.src = "../Images/deals.gif";
button_dealsl2_hilite.src = "../Images/deals_hilite.gif";

button_newsl2_normal = new Image();
button_newsl2_hilite = new Image();
button_newsl2_normal.src = "../Images/news.gif";
button_newsl2_hilite.src = "../Images/news_hilite.gif";

button_contactl2_normal = new Image();
button_contactl2_hilite = new Image();
button_contactl2_normal.src = "../Images/contact.gif";
button_contactl2_hilite.src = "../Images/contact_hilite.gif";

button_sectorsl2_normal = new Image();
button_sectorsl2_hilite = new Image();
button_sectorsl2_normal.src = "../Images/sectors.gif";
button_sectorsl2_hilite.src = "../Images/sectors_hilite.gif";


function swap()
{
	if (document.images)
	{
		for (var x=0;x<swap.arguments.length;x+=2) {
			document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
		}
	}
}