/* Mensaje copyright */

function imCodeProt(sAuthor) {
    document.oncontextmenu = function(){
       alert('Copyrights '+sAuthor+'. All rights reserved.'); 
       return false;
    }
}





