// QuickTalk 1.4 build:20070817

function vmail(id,part1,part2)
{
  document.getElementById('m'+id).href = 'mailto:'+part1+'@'+part2
  document.getElementById('i'+id).title = part1+'@'+part2
}

function hmail(id,str)
{
  document.getElementById('m'+id).href = 'mailto:'
  document.getElementById('i'+id).title = str
}
