function verAnunciante(IdAnunciante)
{
	window.open('anunciante.php?IdAnunciante='+IdAnunciante, '', 'width=450, height=400, toolbars=no, scrollbars=yes, resizable=no');
}

function abrirURL(URL)
{
		document.location.href = URL;
}
