function load(Object)
{ 
	if (Object.selectedIndex > 0)
	{
		location = Object.options[Object.selectedIndex].value;
	}
}
