//
// k i l a k  (c) 2005
// http://www.kilak.com/
//

<!--
        if (document.images) {            // Active Images
// ENCENDIDO
// FOOTER
            img00on = new Image();
            img00on.src = "/images/footer/kilak-on.gif";
            img20on = new Image();
            img20on.src = "/images/footer/bot-contacto-on.gif";
            img21on = new Image();
            img21on.src = "/images/botones/cerrarventana-on.gif";
            img22on = new Image();
            img22on.src = "/images/botones/enviar-on.gif";

// MENU LEFT
            img01on = new Image();
            img01on.src = "/images/ml/bot-publicacaliteratura-on.gif";
            img02on = new Image(); 
            img02on.src = "/images/ml/bot-entrevistas-on.gif";  
            img03on = new Image();
            img03on.src = "/images/ml/bot-commentaobra-on.gif";
            img04on = new Image();
            img04on.src = "/images/ml/bot-manuscritos-on.gif";
            img05on = new Image();
            img05on.src = "/images/ml/bot-publicacasociologia-on.gif";
            img06on = new Image();
            img06on.src = "/images/ml/bot-presentacionesdelibros-on.gif";
            img07on = new Image();
            img07on.src = "/images/ml/bot-lecturadepoesia-on.gif";
            img08on = new Image();
            img08on.src = "/images/ml/bot-novedades-on.gif";
            img09on = new Image();
            img09on.src = "/images/ml/bot-otros-on.gif";

// APAGADO
// FOOTER
            img00off = new Image();
            img00off.src = "/images/footer/kilak-off.gif";
            img20off = new Image();
            img20off.src = "/images/footer/bot-contacto-off.gif";
            img21off = new Image();
            img21off.src = "/images/botones/cerrarventana-off.gif";
            img22off = new Image();
            img22off.src = "/images/botones/enviar-off.gif";


// MENU LEFT
            img01off = new Image();
            img01off.src = "/images/ml/bot-publicacaliteratura-off.gif";
            img02off = new Image(); 
            img02off.src = "/images/ml/bot-entrevistas-off.gif";  
            img03off = new Image();
            img03off.src = "/images/ml/bot-commentaobra-off.gif";
            img04off = new Image();
            img04off.src = "/images/ml/bot-manuscritos-off.gif";
            img05off = new Image();
            img05off.src = "/images/ml/bot-publicacasociologia-off.gif";
            img06off = new Image();
            img06off.src = "/images/ml/bot-presentacionesdelibros-off.gif";
            img07off = new Image();
            img07off.src = "/images/ml/bot-lecturadepoesia-off.gif";
            img08off = new Image();
            img08off.src = "/images/ml/bot-novedades-off.gif";
            img09off = new Image();
            img09off.src = "/images/ml/bot-otros-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");
        }
}

// -->


//
// FOTOS AMPLIADAS
//
<!--
function Galeria(desktopURL)
{
	popupwin=window.open( "", '_blank', 'toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=540,height=550');
	popupwin.document.write("<html>");
	popupwin.document.write("<head>");
	popupwin.document.write("<title>Dar&iacute;o Canton | Escritor</title>");
	popupwin.document.write("<link href='/library/dc.css' rel='stylesheet' type='text/css'>");
	popupwin.document.write("<script language='JavaScript' src='/library/scripts.js'></script>");
	popupwin.document.write("</head>");
	popupwin.document.write("<body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	popupwin.document.write("<table width='500' border='0' align='center' cellpadding='1' cellspacing='10'>");
	popupwin.document.write("  <tr>");
	popupwin.document.write("    <td class='Back1'><a href='#' onClick='self.close()'><img src='" + desktopURL +"' alt='Copyright © Darío Canton' width='500' border='0'></a></td>");
	popupwin.document.write("  </tr>");
	popupwin.document.write("  <tr>");
	popupwin.document.write("    <td align='center'><a href='#' onClick='self.close()' onMouseOver=imgOn('img21') onMouseOut=imgOff('img21')><img src='/images/botones/cerrarventana-off.gif' alt='Cerrar ventana' name='img21' width='107' height='22' border='0' id='img21'></a></td>");
	popupwin.document.write("  </tr>");
	popupwin.document.write("</table>");
	popupwin.document.write("</body>");
	popupwin.document.write("</html>");
}
