prova a mettere un alert del valore che hai scelto

codice:
function showname ()
{

        alert(Form1.emaildest.options.value())
	switch(Form1.emaildest.options.value())
	{
...
se non è un valore 10, 20 ... 50 prova a scrivere invece


switch(Form1.emaildest.option[Form1.emaildest.selectedIndex].value())


Ciao