function Protect()
{
 var protect=document.getElementById('protect'); 
 var action=document.getElementById('action'); 
 protect.value='1';
 action.value='contact';
}