function openWindow(subwURL,subwName,features){
  var subw = window.open(subwURL,subwName,features);
  subw.focus();
}