 function test_url()
 {
     new_win=window.open(document.getElementById("link_url").value);
 }