function get_ImgChange(objeto,imagen)
{
	document.getElementById(objeto).src ='fileadmin/EcoStarterDinamic/images/'+imagen;
	return true;
}

function get_location(p_location)
{
       document.location.href=p_location
}

function get_ImgActive(objeto,imagen)
{
	document.getElementById(objeto).background ='fileadmin/EcoStarterDinamic/images/'+imagen;
	return true;
}

function get_ImgInActive(objeto,imagen)
{
	document.getElementById(objeto).background ='fileadmin/EcoStarterDinamic/images/'+imagen;
	return true;
}

function get_BtnActiveG(objeto)
{
	document.getElementById(objeto).background ='fileadmin/EcoStarterDinamic/images/Buttons/boton_a.gif';
	return true;
}

function get_BtnInActiveG(objeto)
{
	document.getElementById(objeto).background ='fileadmin/EcoStarterDinamic/images/Buttons/boton_i.gif';
	return true;
}

function get_BtnActive()
{
	document.getElementById("btnE").background ='fileadmin/EcoStarterDinamic/images/Buttons/boton_a.gif';
	return true;
}

function get_BtnInActive()
{
	document.getElementById("btnE").background ='fileadmin/EcoStarterDinamic/images/Buttons/boton_i.gif';
	return true;
}

function get_layer()
{
	document.getElementById("fila").style.display ='none';
	if (document.form.tipo.value=='1') {
		document.getElementById("fila").style.display ='none';
	}
	else {
		document.getElementById("fila").style.display ='';
	}
	return true;
}


