if (document.images) {

  var previewPrefix = "";
  if ( typeof(preview) != "undefined" && preview ) 
    previewPrefix = "/gsacma/secure/content/previewStatic.jsp?path=";
	
  var publico_up = new Image();
  publico_up.src = previewPrefix + "/images/tab_images/spanish/tab_publico_no_sel.gif";

  var publico_over = new Image();
  publico_over.src = previewPrefix + "/images/tab_images/spanish/tab_publico_hover.gif";
  
  var recien_up = new Image();
  recien_up.src = previewPrefix + "/images/tab_images/spanish/tab_recien_no_sel.gif";
  
  var recien_over = new Image();
  recien_over.src = previewPrefix + "/images/tab_images/spanish/tab_recien_hover.gif";
  
  var negocios_up = new Image();
  negocios_up.src = previewPrefix + "/images/tab_images/spanish/tab_negocios_no_sel.gif";
  
  var negocios_over = new Image();
  negocios_over.src = previewPrefix + "/images/tab_images/spanish/tab_negocios_hover.gif";
  
  var visitantes_up = new Image();
  visitantes_up.src = previewPrefix + "/images/tab_images/spanish/tab_visitantes_no_sel.gif";
  
  var visitantes_over = new Image();
  visitantes_over.src = previewPrefix + "/images/tab_images/spanish/tab_visitantes_hover.gif";
  
}




function over_button (temp, sel) {
  if (("publico" == temp) && ("not" == sel)){
    document["publico"].src = publico_over.src;
  }
  if (("recien" == temp) && ("not" == sel)){
    document["recien"].src = recien_over.src;
  }
  if (("negocios" == temp) && ("not" == sel)){
    document["negocios"].src = negocios_over.src;
  }
  if (("visitantes" == temp) && ("not" == sel)){
    document["visitantes"].src = visitantes_over.src;
  }
}

function up_button (temp, sel) {
  if (("publico" == temp) && ("not" == sel)){
    document["publico"].src = publico_up.src;
  }
  if (("recien" == temp) && ("not" == sel)){
    document["recien"].src = recien_up.src;
  }
  if (("negocios" == temp) && ("not" == sel)){
    document["negocios"].src = negocios_up.src;
  }
  if (("visitantes" == temp) && ("not" == sel)){
    document["visitantes"].src = visitantes_up.src;
  }
}

   function clear_esp_Search()
   {
      if (document.esp_Search.search_box.value == 'Busque sitios del Gobierno')
      {
       document.esp_Search.search_box.value = '';
      }
   }

/*
function up_button () {
  if (document.images) {
    document["buttonOne"].src = button1_up.src;
  }
}
*/

/*
function over_button () {
  if (document.images) {
    document["buttonOne"].src = button1_over.src;
  }
}
*/