function rightclick(e){                                                                                                                                                                                                                                                                                                                                                                                         
         if(document.all){                                                                                                                                                                                                                                                                                                                                                                                      
            if(event.button==2 || event.button==3){                                                                                                                                                                                                                                                                                                                                                             
               alert('Sorry, all the images on this page are copyright of Phoenix Photography and should not be downloaded.');                                                                                                                                                                                                                                                                            
               return false;                                                                                                                                                                                                                                                                                                                                                                                    
            }                                                                                                                                                                                                                                                                                                                                                                                                   
         }                                                                                                                                                                                                                                                                                                                                                                                                      
         if(document.layers){                                                                                                                                                                                                                                                                                                                                                                                   
            if(e.which == 3){                                                                                                                                                                                                                                                                                                                                                                                   
               alert('Sorry, all the images on this page the copyright of Phoenix Photography and should not be downloaded.');                                                                                                                                                                                                                                                                            
               return false;                                                                                                                                                                                                                                                                                                                                                                                    
            }                                                                                                                                                                                                                                                                                                                                                                                                   
         }                                                                                                                                                                                                                                                                                                                                                                                                      
}                                                                                                                                                                                                                                                                                                                                                                                                               
if(document.layers){                                                                                                                                                                                                                                                                                                                                                                                            
   document.captureEvents(Event.MOUSEDOWN);                                                                                                                                                                                                                                                                                                                                                                     
}                                                                                                                                                                                                                                                                                                                                                                                                               
document.onmousedown=rightclick;                                                                                                                                                                                                                                                                                                                                                                                
function popUp(URL) {                                                                                                                                                                                                                                                                                                                                                                                           
    day = new Date();                                                                                                                                                                                                                                                                                                                                                                                           
    id = day.getTime();                                                                                                                                                                                                                                                                                                                                                                                         
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=370,height=200,left = 312,top = 184');");                                                                                                                                                                                                                                  
}                                                                                                                                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                              
