  function show() {
  document.getElementById('superior').style.display = 'block';
  }
  function hide() {
  document.getElementById('superior').style.display = 'none';
  }
   function clearer(text,id)
   {
    check = $('input#'+id).val();

        if(check==text)
		{ 
         $('input#'+id).val(''); 
        }
   }
  
function changer(text)
  {
    $('#super-value').html(text);
          switch(text){
     case 'Сервер №1 Украина' : document.f1.action="http://s1.moyhosting.com:2222/CMD_LOGIN";
                    break;
     case 'Сервер №2 Украина' : document.f1.action="http://s2.moyhosting.com:2222/CMD_LOGIN";
                    break;
     case 'Сервер №4 Украина' : document.f1.action="http://s4.moyhosting.com:2222/CMD_LOGIN";
                    break;
     }
  } 
