function exibeMenu(){
	$('container').style.zIndex = '2';
}

function escondeMenu(){
	$('container').style.zIndex = '4';
}	