JavaScript function to add and remove value from select box

Sometime we need a simple JavaScript function to add and remove few values from select box. For example if you have a list of language and want to add only known language then you...