function popup(url){
  open(url, 'popup', 'status=yes,scrollbars=yes,width=790,height=640')
  return false
}

function abreChat(url){
  open(url, 'popup', 'status=yes,scrollbars=yes,width=580,height=430')
  return false
}