  function openWin(url, name, props){
   window.open(url, name, props);
    }