    function Minda(typ){
      var prm=typ+'@'+document.getElementById('lpop').value+'@'+document.getElementById('hpop').value;
      Win = window.open('minda.php?prm='+prm,'_self');
    }
    function HlMenu(){
      Win = window.open('../index.php?','_parent');
          }


