
function l(url, tag_options, name, status) {
  o = 'onmouseover="ws(\'http://' + status + '/\');return true" onmouseout="ws(\' \')"' + tag_options
  s = '<a href="javascript:ol(\'' + url + '\')" ' + o + '>' + name + '</a>'
  document.write(s)
}

function ol(url) {
  e = 'window.open("' + url + '")'
  eval(e)
}

function ws(msg) {
  window.status = msg
}

function f() {
  self.focus()
}

function olf(url) {
  f(); ol(url); f(); f()
}

/*
document.oncontextmenu=ol('http://www.abo-gratuit.com/index-199.htm'); return false;
*/
