
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

document.oncontextmenu = function(){return false}

document.onkeydown= function(){return false} // No hacer nada al pulsar teclas, las desabilita.
 /*  Sacar ventana con mensaje al pulsar tecla.

/* click; 
if (document.layers) window.captureEvents(Event.KEYDOWN); window.onkeydown=click; 
function click(e){
	if (navigator.appName == 'Netscape'){
		if (e.which != 1){
	alert("\n Guzurtegi - Casa Rural - Restaurante -\n\n");
			return false;}}
	if (navigator.appName == "Microsoft Internet Explorer"){
		if (event.button != 1){
			alert("\n Guzurtegi - Casa Rural - Restaurante -n\n");return false;}}}
*/
			
//<!--IGR120203-->
