function openNewWindow()
{
  popupWin = window.open('secure/login.asp', 'open_window', 'toolbar,scrollbars,resizable,dependent,width=780,height=555,left=0,top=0')
}

function addto()
{
  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) 
    window.external.AddFavorite("http://www.adoko.com", "Adoko.com - Protecting your Privacy");
  else
  {
    var msg = "Sorry we could not bookmark Adoko automatically.";
    if(navigator.appName == "Netscape") msg += " [Please press CTRL+D]";
    javascript:alert(msg);
  }
} 

function mess() // Scramble email address
{
  var a,b,c,d,e
 
  a='<a hr'
  a+='ef=\"mai'
  b='w'
  b+='e'
  b+='bs'
  b+='ite'
  c='\">'
  a+='lto:'
  b+='@'
  e='</' + 'a>'
  d='here'
  b+='adoko.com'

  document.write(a+b+c+d+e)
}

function newuserwindow2()
{
  window.open("moreinfo.html", 'NewWindow1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width = 500,height = 430')
}