// JavaScript Document
function LP_data(){ 
		var key=window.event.keyCode;//codigo de tecla. 
		if (key < 48 || key > 57){//si no es numero 
			window.event.keyCode=0;//anula la entrada de texto. 
		}
} 				


function agregar(){
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
var url="http://www.pcservice-tenerife.es/";
var titulo="www.pcservice-tenerife.es, Reparación de Ordenadores a Domicilio y Remoto";
window.external.AddFavorite(url,titulo);
}
else {
if(navigator.appName == "Netscape") 
alert ("Presione Crtl+D para agregar este sitio en sus Favoritos");
}
}
window.onload=function(){
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
	{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
	else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
	document.oncontextmenu=new Function("return false")

}