﻿//function IE(e) {
//    if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == '2' || event.button == '3')) {  
//   alert('Todos los Derechos Reservados © 2011 \n Prohibida la reproducción total o parcial de los contenidos de www.pulsoslp.com.mx');
//    return false;}}
//function NS(e) {
//    if (document.layers || (document.getElementById && !document.all)) {
//    if (e.which == '2' || e.which == '3') {
//    alert('Todos los Derechos Reservados © 2011 \n Prohibida la reproducción total o parcial de los contenidos de www.pulsoslp.com.mx');
//    return false;}}}
//document.onmousedown = IE; document.onmouseup = NS; document.oncontextmenu = new Function('return false');

// Internet Explorer
//window.onload = function(){
//     document.onselectstart = function(){
//          return false;
//     } 
// Firefox
//    document.onmousedown = function(){
//          return false;
//     }
//}

function disabletext(e){
return false
}

function reEnable(){
return true
}

//if the browser is IE4+
document.onselectstart=new Function ("return false")

//if the browser is NS6
if (window.sidebar){
document.onmousedown=disabletext
document.onclick=reEnable
}
