More PWM pins to control servo's

Is there a way to get more pwm pins to control servo's with the Nano ?
Is there anyway through software we use the other 8 Digital IO pins in this manner?

I was also looking at http://www.ebay.com/itm/New-Arduino-USB-USC-32-Channel-Servo-UART-Controller-Board-Unit-DIY-ROBOT-/280939258411
as an alternative. Feedback would be appreciated!

Bor

The other eight what?

My bad, the other 8 available digital IO pins out for the 14 that are there that do not have PWM

You don't need PWM (timer) pins to control servos if you use the Servo library.
You can control up to twelve servos, IIRC, on a Nano.