
function menuOvr(src,clrOver)
{
 if (!src.contains(event.fromElement))
 {
  src.style.cursor = 'hand';
  src.bgColor = clrOver;
 }
}

function menuDwn(src,clrDwn)
{
 if (!src.contains(event.fromElement))
 {
  src.style.cursor = 'hand';
  src.bgColor = clrDwn;
 }
}

function menuOut(src,clrOut)
{
 if (!src.contains(event.toElement))
 {
  src.style.cursor = 'default';
  src.bgColor = clrOut;
 }
}
function esconder(){
	popup('Fenavin','#FFFF99')
	MM_showHideLayers('menuf','','hide')
	kill()
	}
function esconderi(){
	popup('Fenavin','#FFFF99')
	MM_showHideLayers('menufi','','hide')
	kill()
	}
function esconderfocus(){
	popup('Menu Focus','#FFFF99')
	MM_showHideLayers('mfocus','','hide')
	kill()
	}
	
function esconderalmanaque(){
	popup('Menu Almanaque','#FFFF99')
	MM_showHideLayers('malmanaque','','hide')
	kill()
	}

function esconderfocus(){
	popup('Menu Index','#FFFF99')
	MM_showHideLayers('mindex','','hide')
	kill()
	}



function mostrartitulo(x,y){
		esconderi()
	popup('Fenavin','#FFFF99')
	MM_showHideLayers('menuf','','show')
	setTimeout ("esconder()", 5000);


	}
function mostrartituloi(x,y){
	esconder()
	popup('Fenavin','#FFFF99')
	MM_showHideLayers('menufi','','show')
	setTimeout ("esconderi()", 5000);
	}

function mostrarfocus(x,y){
	esconder()
	popup('Menu Focus','#FFFF99')
	MM_showHideLayers('mfocus','','show')
	setTimeout ("esconderfocus()", 5000);
	}

function mostraralmanaque(x,y){
	esconder()
	popup('Menu Almanaque','#FFFF99')
	MM_showHideLayers('malmanaque','','show')
	setTimeout ("esconderalmanaque()", 5000);
	}

function mostrarindex(x,y){
	esconder()
	popup('Menu Index','#FFFF99')
	MM_showHideLayers('mindex','','show')
	setTimeout ("esconderindex()", 5000);
	}

