//
// Kilak  (c) 2008
// http://www.kilak.com/
//

<!--
        if (document.images) {            // Active Images
// ENCENDIDO
            img00on = new Image();
            img00on.src = "/images/footer/kilak_on.gif";
            img01on = new Image();
            img01on.src = "/images/enc/ultima_edicion_on.gif";
            img02on = new Image(); 
            img02on.src = "/images/enc/staff_on.gif";  
            img03on = new Image();
            img03on.src = "/images/enc/links_on.gif";
            img04on = new Image();
            img04on.src = "/images/enc/contacto_on.gif";


// APAGADO
            img00off = new Image();
            img00off.src = "/images/footer/kilak_off.gif";
            img01off = new Image();
            img01off.src = "/images/enc/ultima_edicion_off.gif";
            img02off = new Image(); 
            img02off.src = "/images/enc/staff_off.gif";  
            img03off = new Image();
            img03off.src = "/images/enc/links_off.gif";
            img04off = new Image();
            img04off.src = "/images/enc/contacto_off.gif";

        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");

        }
}
// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// -->


<!--
// POPUP IMAGES
function ImagesCustom(desktopURL, width, height)
{
	popupwin = window.open( "", "_blank", "toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=" + width + ",height=" + height);
	popupwin.document.write("<html>");
	popupwin.document.write("<head>");
	popupwin.document.write("<title>Revista Consecuencias | ICBA</title>");
	popupwin.document.write("<link href='/library/rc2.css' rel='stylesheet' type='text/css'>");
	popupwin.document.write("</head>");
	popupwin.document.write("<body bgcolor='#ffffff' background='/images/background.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	popupwin.document.write("<table width='100%' border='0' cellspacing='2' cellpadding='0'>");
	popupwin.document.write("  <tr>");
	popupwin.document.write("    <td align='center'><a href='#' onclick='self.close()'><img src='" + desktopURL +"' width='"+ width +"' height="+ height +" border='0' alt='Copyright © Consecuencias'></a></td>");
	popupwin.document.write("  </tr>");
	popupwin.document.write("</table>");
	popupwin.document.write("</body>");
	popupwin.document.write("</html>");
}
// -->
