// Javascript functions

var popUpWin=0;
function popUpWindow(URLStr, bars, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+bars+',resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function mkea(name) {
   var f1='@';
   var f2='g'+'le'+'nw'+'eb';
   var f2=f2+'.ca';
   document.write( '<a href="mailto:'+name+f1+f2+'">'+name+f1+f2+'</a>');
}

function mkeamj(name) {
   var f1='@';
   var f2='s'+'h'+'a'+'w';
   var f2=f2+'.ca';
   document.write( '<a href="mailto:'+name+f1+f2+'">'+name+f1+f2+'</a>');
}