function sta_js_PopWin(url,name,options)
{
  var ContextWindow = window.open(url,name,options);
  ContextWindow.focus();
  return false;
}
