// JavaScript Document
function Overy(ob){
switch(ob){
case "Home": Hom.style.backgroundColor="#FFFFFF";
			 Hom.style.color="#003366";
			 LHom.style.color="#003366";
			 LHom.style.backgroundColor="#ffffff";
			 break;
case "Quien": Quien.style.backgroundColor="#FFFFFF";
			 Quien.style.color="#003366";
			 Lquien.style.color="#003366";
			 Lquien.style.backgroundColor="#ffffff";
			 break;
case "Reg": Reg.style.backgroundColor="#FFFFFF";
			 Reg.style.color="#003366";
			 Lreg.style.color="#003366";
			 Lreg.style.backgroundColor="#ffffff";
			 break;
case "Ubi": Ubi.style.backgroundColor="#FFFFFF";
			 Ubi.style.color="#003366";
			 Lubi.style.color="#003366";
			 Lubi.style.backgroundColor="#ffffff";
			 break;
case "Conta": Conta.style.backgroundColor="#FFFFFF";
			 Conta.style.color="#003366";
			 Lconta.style.color="#003366";
			 Lconta.style.backgroundColor="#ffffff";
			 break;
case "Res": Res.style.backgroundColor="#FFFFFF";
			 Res.style.color="#003366";
			 Lres.style.color="#003366";
			 Lres.style.backgroundColor="#ffffff";
			 break;
case "Comp": Comp.style.backgroundColor="#FFFFFF";
			 Comp.style.color="#003366";
			 Lcomp.style.color="#003366";
			 Lcomp.style.backgroundColor="#ffffff";
			 break;
case "Foro": Foro.style.backgroundColor="#FFFFFF";
			 Foro.style.color="#003366";
			 Lforo.style.color="#003366";
			 Lforo.style.backgroundColor="#ffffff";
			 break;
case "Cte": Cte.style.backgroundColor="#FFFFFF";
			 Cte.style.color="#003366";
			 Lcte.style.color="#003366";
			 Lcte.style.backgroundColor="#ffffff";
			 break;
case "Key": Key.style.backgroundColor="#FFFFFF";
			 Key.style.color="#003366";
			 LKey.style.color="#003366";
			 LKey.style.backgroundColor="#ffffff";

}
}

function Outer(ob){
switch(ob){
case "Home": 
			 Hom.style.backgroundColor="#003366";
			 Hom.style.color="#ffffff";
			 LHom.style.color="#ffffff";
			 LHom.style.backgroundColor="#003366";
			 break;
			 
case "Quien": 
			 Quien.style.backgroundColor="#003366";
			 Quien.style.color="#ffffff";
			 Lquien.style.color="#ffffff";
			 Lquien.style.backgroundColor="#003366";			 
			 break;
case "Reg": 
			 Reg.style.backgroundColor="#003366";
			 Reg.style.color="#ffffff";
			 Lreg.style.color="#ffffff";
			 Lreg.style.backgroundColor="#003366";			 
			 break;
case "Ubi": 
			 Ubi.style.backgroundColor="#003366";
			 Ubi.style.color="#ffffff";
			 Lubi.style.color="#ffffff";
			 Lubi.style.backgroundColor="#003366";			 
			 break;
case "Conta": 
			 Conta.style.backgroundColor="#003366";
			 Conta.style.color="#ffffff";
			 Lconta.style.color="#ffffff";
			 Lconta.style.backgroundColor="#003366";			 
			 break;
case "Res": 
			 Res.style.backgroundColor="#003366";
			 Res.style.color="#ffffff";
			 Lres.style.color="#ffffff";
			 Lres.style.backgroundColor="#003366";			 
			 break;
case "Comp": 
			 Comp.style.backgroundColor="#003366";
			 Comp.style.color="#ffffff";
			 Lcomp.style.color="#ffffff";
			 Lcomp.style.backgroundColor="#003366";			 
			 break;
case "Foro": 
			 Foro.style.backgroundColor="#003366";
			 Foro.style.color="#ffffff";
			 Lforo.style.color="#ffffff";
			 Lforo.style.backgroundColor="#003366";			 
			 break;
case "Cte": 
			 Cte.style.backgroundColor="#003366";
			 Cte.style.color="#ffffff";
			 Lcte.style.color="#ffffff";
			 Lcte.style.backgroundColor="#003366";
			 break;
case "Key": 
			 Key.style.backgroundColor="#003366";
			 Key.style.color="#ffffff";
			 LKey.style.color="#ffffff";
			 LKey.style.backgroundColor="#003366";			 
}
}
