<!-- Hide Script from old browsers

function NewWindow1()
{ window.open("email.htm", "remote",
  "height=50,width=200") }

function NewWindow2()
{ window.open("email2.htm", "remote",
  "height=50,width=200") }

// -->
