function show()
   {
    t = document.Direct.Target1.options[document.Direct.Target1.selectedIndex].value;
    window.open(t,"_self")
   }
function show1()
   {
    t = document.Direct2.Target2.options[document.Direct2.Target2.selectedIndex].value;
    window.open(t,"_self")
   }
