

 function en1(id)
 {
    //alert("en1");
    
    document.forms['ntc'].ttl.value = document.getElementById("noticia1").innerHTML;    
    //alert("document.forms['ntc'].ttl.value " + document.forms['ntc'].ttl.value);
    
    if (id == 1)
       document.forms['ntc'].action = 'mno.php';
    else
       document.forms['ntc'].action = 'sne.php';
       
    document.forms['ntc'].submit();
 }///
 
 function en2(id)
 {
    //alert("en2");
    
    document.forms['ntc'].ttl.value = document.getElementById("noticia2").innerHTML;    
    //alert("document.forms['ntc'].ttl.value " + document.forms['ntc'].ttl.value); 
    
    if (id == 1)
       document.forms['ntc'].action = 'mno.php';
    else
       document.forms['ntc'].action = 'sne.php';
       
    document.forms['ntc'].submit();  
 }///
