function verResultadoEnquete(ID)
{
	window.open('exibir_votos.php?id=' + ID,'enquete','top=0, left=0, resizable=yes, width=400, height=200');
}
function abreJogo(URL)
{
	$('#jogo').fadeIn(1000, function()
	{
		$(this).load('jogo.php?url='+URL);
	});
}
function fechaJogo()
{
	$('#jogo').fadeOut(1000, function(){
		$(this).html('');
	});
}
function abrePopup()
{
	window.open('promocao.html','promocao','top=0, left=0, resizable=yes, width=260, height=200');
}
function fechaPopup()
{
	window.close();
}
function clube(genero)
{
	window.open('clube.'+genero+'.php','clube','fullscreen=yes, scrollbars = yes');
}
function LookBook()
{
	window.open('lookbook_femi.php','regulamento','fullscreen=yes, scrollbars = yes');
}
function regulamento()
{
	window.open('regulamento.html','regulamento','top=0, left=0, width=550, height=400, scrollbars = yes');
}
