Anyway to declare the parameters to call a function in javascript as optional?

Like: function testing(strPara1, str Para2 OPTIONAL....) {}

So that the function has to recive a number of parameters but can also recive a number of parameters that are optional...


/Smirre