  <!--
  
  
  function display() { window.status ="www.repacar.org"; }
  
  function ratonDentro(Origen, ColorCelda) {
	  if (!Origen.contains(event.fromElement)) {
		Origen.bgColor = ColorCelda;
		}
	  }

	function ratonFuera(Origen, ColorCelda) {
	  if (!Origen.contains(event.toElement)) {
		Origen.bgColor = ColorCelda;
		}
	  }
	  
	  function agregar(){
		   if ((navigator.appName=="Microsoft Internet Explorer") && 
				 (parseInt(navigator.appVersion)>=4)) {
			  var url="http://www.repacar.org/"; 
			  var titulo="www.repacar.org";
			  window.external.AddFavorite(url,titulo);
		   } else { 
			  if(navigator.appName == "Netscape") 
				 alert("Presione Crtl+D para agregar este sitio en sus Bookmarks"); 
		   }
		} 
		
	
	


			
	function pagina_inicio() 
		{ 
		//alert('d'); 

		this.style.behavior='url(#default#homepage)'; 
		this.setHomePage("http://www.repacar.org"); 
		} 
		/*
		function inicio(){
		pregunta=confirm("¿Desea establecer http://www.repacar.org como página de inicio?");
   		 
		 if (pregunta==true){ 
		  alert('hola');
          this.style.behavior='url(#default#homepage)'; 
		  this.setHomePage('http://www.repacar.org');
    	} 
		}
*/
  
  //-->

