<!--

	objIntroInactive = new Image();
	objIntroInactive.src = "./img/menu/introInactive.gif";
	objIntroActive = new Image();
	objIntroActive.src = "./img/menu/introActive.gif";

	objTeamInactive = new Image();
	objTeamInactive.src = "./img/menu/teamInactive.gif";
	objTeamActive = new Image();
	objTeamActive.src = "./img/menu/teamActive.gif";

	objPortfolioInactive = new Image();
	objPortfolioInactive.src = "./img/menu/portfolioInactive.gif";
	objPortfolioActive = new Image();
	objPortfolioActive.src = "./img/menu/portfolioActive.gif";

	objContactInactive = new Image();
	objContactInactive.src = "./img/menu/contactInactive.gif";
	objContactActive = new Image();
	objContactActive.src = "./img/menu/contactActive.gif";

	objTeam1Grey = new Image();
	objTeam1Grey.src = "./img/menu/team1grey.gif";
	objTeam1Black = new Image();
	objTeam1Black.src = "./img/menu/team1black.gif";

	objTeam2Grey = new Image();
	objTeam2Grey.src = "./img/menu/team2grey.gif";
	objTeam2Black = new Image();
	objTeam2Black.src = "./img/menu/team2black.gif";

	objTeam3Grey = new Image();
	objTeam3Grey.src = "./img/menu/team3grey.gif";
	objTeam3Black = new Image();
	objTeam3Black.src = "./img/menu/team3black.gif";

	objTeam4Grey = new Image();
	objTeam4Grey.src = "./img/menu/team4grey.gif";
	objTeam4Black = new Image();
	objTeam4Black.src = "./img/menu/team4black.gif";

	objPortfolio1Grey = new Image();
	objPortfolio1Grey.src = "./img/menu/portfolio1grey.gif";
	objPortfolio1Black = new Image();
	objPortfolio1Black.src = "./img/menu/portfolio1black.gif";

	objPortfolio2Grey = new Image();
	objPortfolio2Grey.src = "./img/menu/portfolio2grey.gif";
	objPortfolio2Black = new Image();
	objPortfolio2Black.src = "./img/menu/portfolio2black.gif";
	
	objPortfolio3Grey = new Image();
	objPortfolio3Grey.src = "./img/menu/portfolio3grey.gif";
	objPortfolio3Black = new Image();
	objPortfolio3Black.src = "./img/menu/portfolio3black.gif";

  function setImg(imageName, imageObject)
  {
  	imageName.src = imageObject.src;
  }

	function openClientList()
	{
		window.open("client_list.htm", "idesign", "width=400, height=600, scrollbars=yes");
	}

	function openAwardList()
	{
		window.open("award_list.htm", "idesign", "width=400, height=600, scrollbars=yes");
	}

	function openMapWindow()
	{
		window.open("map.htm", "map", "width=600, height=400, menubar=yes");
	}

//-->
