function formHandler()
{
var URL = document.form1.Selection2.options[document.form1.Selection2.selectedIndex].value;
window.location.href = URL
}

function formHandler10()
{
var URL = document.form1.selection10.options[document.form1.selection10.selectedIndex].value;
window.location.href = URL
}

function formHandler20()
{
var URL = document.form1.Selection21.options[document.form1.Selection21.selectedIndex].value;
window.location.href = URL
}
