function formHandler()
{
var URL = document.frmselecter.selection.options[document.frmselecter.selection.selectedIndex].value;
popup = window.open(URL);

}
