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;
	}
}

function mClk(src) {
	if(event.srcElement.tagName=='TD'){
		src.children.tags('A')[0].click();
	}
}

function Menu(Section) {
var SelectedColor = '#5F553A';
var MainColor = '#D9B759';
var SubColor = '#DEE8B7';
var LineColor = '#CCCCCC';
var MenuFont = '#092C00';
var SubMenuFont = '#000000';

//Menu font style
document.writeln ('<style><!-- #color {color :'+ MenuFont +';}#sub {color : '+ SubMenuFont +'; font-weight : normal;} --></style>');

// Begining of menu
document.writeln('<TABLE WIDTH="138" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD WIDTH="138" COLSPAN="3"><IMG SRC="/img/menu.gif" WIDTH="138" HEIGHT="1" ALT="" BORDER="0"><BR></TD></TR><TR><TD WIDTH="1" BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH=1 HEIGHT=1 BORDER=0><BR></TD><TD WIDTH="136" VALIGN="top">');
document.writeln('<TABLE WIDTH="136" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Noticia
if (Section == 'portada') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/" CLASS="textmenu">&nbsp; Noticias</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/" CLASS="menu" id="color">&nbsp; Noticias</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Galería
if (Section == 'gal') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundia/galeria.cfm" CLASS="textmenu">&nbsp; Galería</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/galeria.cfm" CLASS="menu" id="color">&nbsp; Galería</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Grupos
if (Section == 'stats') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="http://www.terra.com/mundial/articulo/html/mun447.htm" CLASS="textmenu">&nbsp; Grupos</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="http://www.terra.com/mundial/articulo/html/mun447.htm" CLASS="menu" id="color">&nbsp; Grupos</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Calendario
if (Section == 'resultados') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="http://www.terra.com/mundial/articulo/html/mun448.htm" CLASS="textmenu">&nbsp; Calendario</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="http://www.terra.com/mundial/articulo/html/mun448.htm" CLASS="menu" id="color">&nbsp; Calendario</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Ranking
if (Section == 'rank') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/ranking.cfm" CLASS="textmenu">&nbsp; Ranking</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/ranking.cfm" CLASS="menu" id="color">&nbsp; Ranking</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Histórico
if (Section == 'historico') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/historico.html" CLASS="textmenu">&nbsp; Histórico</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/historico.html" CLASS="menu" id="color">&nbsp; Histórico</A></TD></TR>');
}

document.writeln('<TR><TD BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR><TR><TD BGCOLOR="'+LineColor+'"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH="1" HEIGHT="1"></TD></TR>');

// Noticias 7 dias
if (Section == 'semana') {
	// Selected
document.writeln('<TR><TD BGCOLOR="'+SelectedColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/noticias_semana/" CLASS="textmenu">&nbsp; Noticias 7 d&iacute;as</A></TD></TR>');
} else {
	// Regular
document.writeln('<TR><TD BGCOLOR="'+MainColor+'" HEIGHT=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><A HREF="/mundial/noticias_semana/" CLASS="menu" id="color">&nbsp; Noticias 7 d&iacute;as</A></TD></TR>');
}

document.writeln('</TABLE>');

document.writeln('</TD><TD WIDTH="1" BGCOLOR="#000000"><IMG SRC="http://www.terra.com/img/transp.gif" WIDTH=1 HEIGHT=1 BORDER=0><BR></TD></TR><TR><TD WIDTH="138" COLSPAN="3"><IMG SRC="/img/menu.gif" WIDTH="138" HEIGHT="1" ALT="" BORDER="0"><BR></TD></TR></TR></TABLE>');

}
