20MHZ PWM on 4 pins needed

I see this from the PWM link mentioned in post 10. So to get it out of audible hearing range, these lines should do the trick it seems. And the data sheet for my motor drivers says it works with PWM up to 100khz, so this should work great for me. Thanks.

//---------------------------------------------- Set PWM frequency for D9 & D10 ------------------------------
//TCCR1B = TCCR1B & B11111000 | B00000001;    // set timer 1 divisor to     1 for PWM frequency of 31372.55 Hz

//---------------------------------------------- Set PWM frequency for D3 & D11 ------------------------------
//TCCR2B = TCCR2B & B11111000 | B00000001;    // set timer 2 divisor to     1 for PWM frequency of 31372.55 Hz