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