function popWin(url,name,options){
  var ContextWindow = window.open(url,name,options);
  ContextWindow.focus();
  /*
  onLoad =
  */
  return false;
}
