function gbuzzPopup(surl) {
  newwindow=window.open(surl,'Condividi','width=560,height=300');
  if (window.focus) {newwindow.focus()}
}





