function loadPage(list)
	{
    location.href=list.options[list.selectedIndex].value
    }