if (!(browser.platform == "mac" && browser.ie5)) {
	DynAPI.setLibraryPath('/Scripts/lib/');
	//DynAPI.addLoadFunction(setTimeout('LoadMenu()', 50));
	Img("hmAboutUs", null, "btnhmAboutUs");
	Img("hmConstruction", null, "btnhmConstruction");
	Img("hmMaterials", null, "btnhmMaterials");
	Img("hmNews", null, "btnhmNews");
	Img("hmEquipment", null, "btnhmEquipment");
	Img("hmAffiliates", null, "btnhmAffiliates");
	Img("hmCareers", null, "btnhmCareers");
	
	Img("tAboutUs", null, "btnT1AboutUs");
	Img("tConstruction", null, "btnT1Construction");
	Img("tMaterials", null, "btnT1Materials");
	Img("tNews", null, "btnT1News");
	Img("tEquipment", null, "btnT1Equipment");
	Img("tAffiliates", null, "btnT1Affiliates");
	Img("tCareers", null, "btnT1Careers");
}