function document_onMouseDown() {
if (event.button==2) {
    alert("Copyright 1999, Holidayhomes.  All rights reserved.");
}
 }

