if (document.images)
{
	var homeOn = new Image();
	homeOn.src = "images/menu_home_on.gif";
	var homeOff = new Image();
	homeOff.src = "images/menu_home.gif";
	
	var servicesOn = new Image();
	servicesOn.src = "images/menu_services_on.gif";
	var servicesOff = new Image();
	servicesOff.src = "images/menu_services.gif";

	var hwwOn = new Image();
	hwwOn.src = "images/menu_how_we_work_on.gif";
	var hwwOff = new Image();
	hwwOff.src = "images/menu_how_we_work.gif";
	
	var portfolioOn = new Image();
	portfolioOn.src = "images/menu_portfolio_on.gif";
	var portfolioOff = new Image();
	portfolioOff.src = "images/menu_portfolio.gif";

	var companyOn = new Image();
	companyOn.src = "images/menu_company_on.gif";
	var companyOff = new Image();
	companyOff.src = "images/menu_company.gif";

	var careersOn = new Image();
	careersOn.src = "images/menu_careers_on.gif";
	var careersOff = new Image();
	careersOff.src = "images/menu_careers.gif";

	var contactOn = new Image();
	contactOn.src = "images/menu_contact_on.gif";
	var contactOff = new Image();
	contactOff.src = "images/menu_contact.gif";
	
	// --------------- hightlights -------------------
	var highlight_advantagesOn = new Image();
	highlight_advantagesOn.src = "images/highlight_advantages_on.jpg";
	var highlight_advantagesOff = new Image();
	highlight_advantagesOff.src = "images/highlight_advantages.jpg";
	
	var highlight_outsourcingOn = new Image();
	highlight_outsourcingOn.src = "images/highlight_outsourcing_on.jpg";
	var highlight_outsourcingOff = new Image();
	highlight_outsourcingOff.src = "images/highlight_outsourcing.jpg";

	var highlight_requestOn = new Image();
	highlight_requestOn.src = "images/highlight_request_on.jpg";
	var highlight_requestOff = new Image();
	highlight_requestOff.src = "images/highlight_request.jpg";

	var highlight_profileOn = new Image();
	highlight_profileOn.src = "images/highlight_profile_on.jpg";
	var highlight_profileOff = new Image();
	highlight_profileOff.src = "images/highlight_profile.jpg";	
}

preload1 = true;

