// JavaScript Document
// Desarrollado por AyerViernes S.A.
// Programado especialmente para CRA
//

<!-- Begin Random
	var foto_top;
foto_top=parseInt(Math.random()*9+1);

// End Random --> 

<!-- Begin Imag Swap
function imag_swap(){
	return document.write("<div class='header' id='foto_top_0"+foto_top+"'>");
}
function imag_swap_close(){
	return document.write("</div>");
}
// End Random --> 
<!-- Begin Imag Swap
function xpli_01(){
	return document.write("<a href='#' onClick='MM_openBrWindow('xplica/xplica_01/index.html','','width=600,height=450')' class='invisible' id='boto_xpli_01' title='¿Quiénes pueden desarrollar Bibliotecas Escolares?'><span>¿Quienes pueden desarrollar Bibliotecas Escolares?</span></a>");
}
function xpli_01_pags(){
	return document.write("<a href='#' onClick='MM_openBrWindow('../xplica/xplica_01/index.html','','width=600,height=450')' class='invisible' id='boto_xpli_01' title='¿Quiénes pueden desarrollar Bibliotecas Escolares?'><span>¿Quienes pueden desarrollar Bibliotecas Escolares?</span></a>");
}
// End Random --> 
<!-- Fecha Begin
function fecha(){
	var months=new Array(13);
	months[1]="Enero";
	months[2]="Febrero";
	months[3]="Marzo";
	months[4]="Abril";
	months[5]="Mayo";
	months[6]="Junio";
	months[7]="Julio";
	months[8]="Agosto";
	months[9]="Septiembre";
	months[10]="Octubre";
	months[11]="Noviembre";
	months[12]="Diciembre";
	
	var time=new Date();
	var lmonth=months[time.getMonth() + 1];
	var date=time.getDate();
	var year=time.getYear();
	if (year < 2000)    
		year = year + 1900;
		return document.write("<div class='fecha'>" + date + " de " + lmonth + " de " + year + "</div>");
}
// End Fecha -->

<!-- Pop Up Begin
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// Pop Up End -->


<!-- Muestra/Oculta Adjunto extra
function ShowHide(id) {
    if(document.getElementById(id).className != "oculta"){
        document.getElementById(id).className = "oculta";
    } else {
        document.getElementById(id).className = "muestra";
    }
}
// Pop Up End -->

// Funcion Imprimir Pagina -->
function imprimirPagina () {
if (window.print)
window.print();
else alert("Lo siento, pero tu navegador no puede ordenar imprimir desde la web.");}

//--- Anti spam ---------------------------------------------------------


function mailAntiSpam() {
var usuario = "cra"
var dominio = "mineduc.cl"
document.write("<a href=\"mailto:" + usuario + "@" + dominio + "\">" + usuario + "@" + dominio + "</a>")
}
