// JavaScript Document

sub document_ondragenter
window.event.returnValue = false
end sub

sub document_ondragover
window.event.returnValue = false
end sub

sub document_ondrag
window.event.returnValue = false
end sub


