function formHandler()
{
var URL = document.frmselecter.selection.options[document.frmselecter.selection.selectedIndex].value;
popup = window.open(URL);

}

function formHandler2()
{
var URL = document.frmselecter2.selection.options[document.frmselecter2.selection.selectedIndex].value;
popup = window.open(URL);

} 

function formHandler3()
{
var URL = document.frmselecter3.selection.options[document.frmselecter3.selection.selectedIndex].value;
window.location.href = URL

} 

function formHandler4()
{
var URL = document.frmselecter4.selection4.options[document.frmselecter4.selection4.selectedIndex].value;
window.location.href = URL
} 

function formHandler5()
{
var URL = document.frmselecter5.selection5.options[document.frmselecter5.selection5.selectedIndex].value;
window.location.href = URL
} 