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



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

// Portada

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



// Sweepstakes

if (Section == 'informacion') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/honda/informacion.html" id="selected">Sweepstakes</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/honda/informacion.html" class="regular">Sweepstakes</a></li>'); 
}



// Galeria

if (Section == 'galeria') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/honda/galeria.html" id="selected">Galeria</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/honda/galeria.html" class="regular">Galeria</a></li>'); 
}



// Video

if (Section == 'video') { 
	//selected
	document.writeln('<li><a href="http://www.terra.com/honda/video.html" id="selected">Video</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.terra.com/honda/video.html" class="regular">Video</a></li>'); 
}



// Registrate

if (Section == 'registrate') { 
	//selected
	document.writeln('<li><a href="http://www.mun2tv.com/tickettoride/rules_tickettoride.htm" id="selected">Reg&iacute;strate</a></li>');
} else {
	//regular
	document.writeln('<li><a href="http://www.mun2tv.com/tickettoride/rules_tickettoride.htm" class="regular">Reg&iacute;strate</a></li>'); 
}



// Club Honda

if (Section == 'comunidad') { 
	//selected
	document.writeln('<li id="fim"><a href="http://esp.foros.terra.com/honda/conversaciones.php" id="selected">Club Honda</a></li>');
} else {
	//regular
	document.writeln('<li id="fim"><a href="http://esp.foros.terra.com/honda/conversaciones.php" class="regular">Club Honda</a></li>'); 
}


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

