function DesejaExcluir(){
	window.alert("Deseja mesmo excluir a pessoa atrelada a este produto?");	
}

function AbreCentro(pagina,nomeJanela,largura,altura) {
	    
		var width = screen.width;
		var height = screen.height;
		
		var x = (width / 2) - (largura / 2);
		var y = (height / 2) - (altura / 2);
	window.open(pagina,nomeJanela,'width='+largura+ ',height='+altura+ ',left = '+x+',top='+y+',scrollbars=no,resizable=no,menubar=no');
}
