//no deixa seleccinar el text
function disableselect(e){
return false
}

function reEnable(){
return true
}
document.onselectstart=new Function ("return false")

document.oncontextmenu = function(){
alert("TODOS LOS DERECHOS RESERVADOS. Esta función ha sido desactivada para impedir el uso indebido de los materiales contenidos en la WEB.");
return false;} //esta linea deshabilita boto dret

if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}


function idioma(){
alert("Pàgina en construcció, perdò per les molèsties.");
}
function Valida(){
alert("Necesitas estar registrado");
}


