var spCore = {
  
  popup : function(url)
  {
    newwindow=window.open(url,'name','height=504,width=780,scrollbars=1');
  	if (window.focus) {newwindow.focus()}

    return false;
  }
  
}

