function validateKey (evt)
{if (evt.keyCode == '17'){
alert("Cópia Proibida!")  
return false}  
return true}