arduino mega PWM.

i can send PWM to pin 44 , 46 does anybody know the other analog pins?

You don't send PWM to analog pins. You can use the inappropriately named analogWrite to PWM any pin with a ~ in front of the number printed on the board. On the Mega, that is pins 0 to 13 on the digital side.