function mostraDetalhes (pSerial)
{
	window.open('detalhes.php?pSerial='+pSerial, pSerial, 'resizable=0,toolbar=0,status=0,menubar=true,scrollbars=0,width=656, height=409,top=110,left=50');
	return false;	
}