// JavaScript Document
function verNegocio(id)
{
	window.open('pop_negocios.php?id='+id, 'Negócio', 'width=495px,height=500px,left=20px,top=20px,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}

function verOportunidade(tipo,id)
{
	window.open('pop_oportunidades.php?tipo='+tipo+'&id='+id, 'Oportunidade', 'width=495px,height=500px,left=20px,top=20px,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}

function abrirOportunidade()
{
	window.open('pop_oportunity.php', 'Oportunidade', 'width=495px,height=500px,left=20px,top=20px,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');
}
