var html=""; html+=''; html+='\n'; html+='a:link {text-decoration:none;font-family:Arial;font-size:8pt;}\n'; html+='a:visited {text-decoration:none;font-family:Arial;font-size:8pt;}\n'; html+='mnuitem {font-family:Arial;font-size:8pt;font-weight:bold}\n'; html+='td {font-size:8pt;}\n'; html+='\n'; html+='\n'; html+='\n<'+'!--\n'; html+='window.onerror=null;\n'; html+='/'+' -'+'->\n'; html+='\n'; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+=''; html+='
  back
  forward
  add to favorites...
  view source
  print
  refresh
  zoom in
  zoom out
'; var oPopup = window.createPopup(); function dopopup(x,y) { var oPopupBody = oPopup.document.body; oPopupBody.innerHTML = html; oPopup.show(x, y, 140, 220, document.body); } function click(e) { if(document.all) { if(event.button==2||event.button==3) { dopopup(event.x-1,event.y-1); } } } document.oncontextmenu = function() { dopopup(event.x,event.y);return false; } document.onmousedown = click;