<SCRIPT language=vbscript>
function document_oncontextmenu()
document_oncontextmenu=false
menu1.style.LEFT=window.event.x-20
if screen.width-window.event.x<150 then
menu1.style.LEFT=window.event.x-150
end if
menu1.style.TOP=window.event.y-20
if screen.Height-window.event.y<280 then
menu1.style.TOP=window.event.y-120
end if
menu1.style.display=""
end function
</SCRIPT>