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



//start of document
document.writeln('<div id="button"><ul>');
document.writeln('<center><img src="http://www.terra.com/ocio/losmasylosmenos/img/menu.gif" width="118" height="1"></center>');

// Portada

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


// Mujeres
if (Section == 'lasbellas') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/mujeres.html" id=selected>Las Mujeres</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/mujeres.html" id=regular>Las Mujeres</a></li>'); 
}

// Hombres
if (Section == 'losbellos') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/hombres.html" id=selected>Los Hombres</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/hombres.html" id=regular>Los Hombres</a></li>'); 
}

/*
// Vota por Las Más
if (Section == 'votaporlasmas') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votamujeres/index.html" id=selected>Vota por Las Más</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votamujeres/index.html" id=regular>Vota por Las Más</a></li>'); 
}

// Vota por Las Menos
if (Section == 'votaporlasmenos') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votamujeres/indexno.html" id=selected>Vota por Las Menos</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votamujeres/indexno.html" id=regular>Vota por Las Menos</a></li>'); 
}



// Vota por Los Más
if (Section == 'votaporlosmas') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votahombres/index.html" id=selected>Vota por Los Más</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votahombres/index.html" id=regular>Vota por Los Más</a></li>'); 
}


// Vota por Los Menos
if (Section == 'votaporlosmenos') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votahombres/indexno.html" id=selected>Vota por Los Menos</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/votahombres/indexno.html" id=regular>Vota por Los Menos</a></li>'); 
}
*/

// Vota por Los Menos
if (Section == 'ganadores') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/ganadores.html" id=selected>Los Elegidos</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/ocio/losmasylosmenos/ganadores.html" id=regular>Los Elegidos</a></li>'); 
}


document.writeln('<li><p id=regular>&nbsp;</p></li>'); 

// Más Entretenimiento
document.writeln('<li><a href="http://www.terra.com/ocio" id=regular>Más Entretenimiento</a></li>'); 


//end of document
document.writeln('</ul><center><img src="http://www.terra.com/ocio/losmasylosmenos/img/menu.gif" width="118" height="1"></center></div>');
}
