function allerA() {
var list=document.redir.selectMenu
location=list.options[list.selectedIndex].value
}
	
function allerA2() {
var list2=document.redir2.selectMenu2
location=list2.options[list2.selectedIndex].value
}
	
	