function change(tabl1,action)
{
	if (action)
	{
		(tabl1.style.backgroundColor="#F3F3F3")&(tabl12.style.backgroundColor="#F3F3F3")&(tabl13.style.backgroundColor="#F3F3F3")&(services.src="images/services.png");
	}
	else

	{
		(tabl1.style.backgroundColor="#Ffffff")&(tabl12.style.backgroundColor="#Ffffff")&(tabl13.style.backgroundColor="#Ffffff")&(services.src="images/services_blue.png");
	}

}

function change2(tabl2,action)
{
	if (action)
	{
		(tabl2.style.backgroundColor="#F3F3F3")&(tabl22.style.backgroundColor="#F3F3F3")&(tabl23.style.backgroundColor="#F3F3F3")&(equipment.src="images/equipment.png");
	}
	else
	{
		(tabl2.style.backgroundColor="#Ffffff")&(tabl22.style.backgroundColor="#Ffffff")&(tabl23.style.backgroundColor="#Ffffff")&(equipment.src="images/equipment_blue.png");
	}
}

function change3(tabl3,action)
{
	if (action)
	{
		(tabl3.style.backgroundColor="#F3F3F3")&(tabl32.style.backgroundColor="#F3F3F3")&(tabl33.style.backgroundColor="#F3F3F3")&(materials.src="images/materials.png");
	}
	else
	{
		(tabl3.style.backgroundColor="#Ffffff")&(tabl32.style.backgroundColor="#Ffffff")&(tabl33.style.backgroundColor="#Ffffff")&(materials.src="images/materials_blue.png");
	}
}

function changemenu(cell,action)
	{
	if (action)
	{
		cell.style.backgroundColor="#FE9B38";
	}
	 else
	{
		cell.style.backgroundColor="#5593C1";
	}
}
