function show3()
   {
    t = document.Direct_go3.Target3.options[document.Direct_go3.Target3.selectedIndex].value;
    window.open(t,"_self")
   }