﻿tabla='b7_vehiculo';

var apartadosSelect = new Array(
	{
	 nombre: 'frm_Vehiculo',
	 textoInicial: 'Veh&iacute;culo',
	 select: array_Vehiculo
	},
	{
	 nombre: 'frm_Estado',
	 textoInicial: 'Estado y Uso',
	 select: array_Estado
	},
	{
	 nombre: 'frm_Conductor',
	 textoInicial: 'Conductor/es',
	 select: array_Conductor
	},
	{
	 nombre: 'frm_Seguro',
	 textoInicial: 'Seguro',
	 select: array_Seguro
	}
);
