function Mnu_onclick_Ini(direccion) {
		document.frames.IFPrincipal.location=direccion
	}
	
function Mnu_onclick(direccion) {
		document.frames.Candidatos.location=direccion
	}

function overTD(td,color)
{
	td.bgColor=color;
} 
function outTD(td,color)
{
	td.style.cursor='default';td.bgColor=color;
} 
function clickTD(td)
{
	td.children.tags('A')[0].click();
} 

function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	 src.bgColor = clrOver;
	}
 }
 function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = 'default';
	 src.bgColor = clrIn;
	}
 }
