window.onload = marcaMenu;
function marcaMenu() {
	nomePagina = FuncoesGerais.RetornaNomePagina();
	switch(nomePagina) {
		case 'default.aspx':
			document.getElementById('mnHome').style.backgroundPosition = 'bottom';
			document.getElementById('divHeader').style.background = 'none';
			document.body.style.backgroundImage = 'url(_IMG/bg_bodyHome.gif)';
			break;
		case '':
			document.getElementById('mnHome').style.backgroundPosition = 'bottom';
			document.getElementById('divHeader').style.background = 'none';
			document.body.style.backgroundImage = 'url(_IMG/bg_bodyHome.gif)';
			break;
		case 'ativeCupom.aspx':
			document.getElementById('mnAtiveCupom').style.backgroundPosition = 'bottom';
			break;
		case 'ativeCupomInterna.aspx':
			document.getElementById('mnAtiveCupom').style.backgroundPosition = 'bottom';
			break;
		case 'encerrada.aspx':
			document.getElementById('mnAtiveCupom').style.backgroundPosition = 'bottom';
			break;
		case 'cadastro.aspx':
			document.getElementById('mnAtiveCupom').style.backgroundPosition = 'bottom';
			break;
		case 'premiacao.aspx':
			document.getElementById('mnPremiacao').style.backgroundPosition = 'bottom';
			break;
		case 'regulamento.aspx':
			document.getElementById('mnRegulamento').style.backgroundPosition = 'bottom';
			break;
		case 'revendedoresParticipantes.aspx':
			document.getElementById('mnRevendParticipantes').style.backgroundPosition = 'bottom';
			break;
	}
}