function Menu(Section, SubSection) {
var SectionBg = 'bgcolor=#FF7E13';



//start of document
document.writeln('<div id="button"><ul>');
document.writeln('<center><img src=img/menu_line.gif width=136 height=1></center>');

// Portada

if (Section == 'portada') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/index.html" id=selected>Portada</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/index.html" id=regular>Portada</a></li>'); 
}


 //Ganadores
if (Section == 'ganadores') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/winners.html" id=selected>Los Ganadores</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/winners.html" id=regular>Los Ganadores</a></li>'); 
}


// Categorias

if (Section == 'categorias') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/categorias.html" id=selected>Categorķas</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/categorias.html" id=regular>Categorķas</a></li>'); 
}


// Galerias

if (Section == 'galerias') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/galerias.html" id=selected>Galerķas</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/galerias.html" id=regular>Galerķas</a></li>'); 
}


// Foros

/*if (Section == 'foros') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/foros.html" id=selected>Foros</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/foros.html" id=regular>Foros</a></li>'); 
}*/


// Patrocinadores

/*if (Section == 'patrocinadores') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/patrocinadores.html" id=selected>Patrocinadores</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/fox/especiales/premiosfox/patrocinadores.html" id=regular>Patrocinadores</a></li>'); 
}*/
// Centro de Prensa

if (Section == 'centro') { 
	//selected
	document.writeln('<li><a href="http://www.foxsportsla.com/world/fsla/premios_fs.htm" id=selected target="new">Centro de Prensa</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.foxsportsla.com/world/fsla/premios_fs.htm" id=regular target="new">Centro de Prensa</a></li>'); 
}


// Regresa

if (Section == 'regresa') { 
	//selected
	document.writeln('<li id=fim><a href="http://www.terra.com/fox" id=selected>Regresa a Deportes</a></li>');
} else {
	//regular
	document.writeln('<li id=fim><a href="http://www.terra.com/fox" id=regular>Regresa a Deportes</a></li>'); 
}


//end of document
document.writeln('</ul><center><img src=img/menu_line.gif width=136 height=1></center></div>');
}
