function download_select_box(id_name)
{
    var target_url = document.getElementById(id_name).value
    window.open(target_url)
}