

function dropIT(thename) 
{
var thename;
window.location=document.getElementById(thename).value;


//selectedIndex = '0';

//x = document.getElementById(thename);
//x = x + [0].childNodes[0].nodeValue;
//y = document.getElementById(thename).innerHTML;
//alert(x);
}
