
<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!-- start

document.write('<TABLE cellpadding=4 cellspacing="0" border="0" width="100%" class="footertext">');

document.write('<tr>');

document.write('<td WIDTH="3">');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="3" border="0" alt="image"><BR>');
document.write('</td>');

//document.write('<td ALIGN=LEFT VALIGN=TOP>');
//document.write('<span class ="copytext">&copy;');
//document.write('<a href="mailto:webmaster@apnadah.org"> APNADAH</a> ');
//document.write('</span>');
//document.write('</td>');

document.write('<td ALIGN=LEFT VALIGN=TOP>');
document.write('<span class ="copytext">');
document.write('&copy; 2004-2010. ');
document.write('<a href="zempresa.htm"  onclick="VentanaTxt(this.href);return false;">Asociación APNADAH</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="zaviso.htm"  onclick="VentanaTxt(this.href);return false;">Aviso Legal</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="zlopd.htm"  onclick="VentanaTxt(this.href);return false;">Política de privacidad</a>');
document.write('</span>');
document.write('</td>');


document.write('<td ALIGN=LEFT VALIGN=TOP>');
document.write('<span class ="copytext">');
document.write('Reservados todos los derechos.');
document.write('</span>');
document.write('</td>');

//document.write('<td ALIGN=LEFT VALIGN=TOP>');
//document.write('<span class ="copytext">');
//document.write('Optimizado para 1024X768');
//document.write('</span>');
//document.write('</td>');

document.write('<td ALIGN=RIGHT VALIGN=TOP>');
document.write('<span class="copytext">');
document.write('<a href="http://www.nexo.net" target="_blank">NEXO SCV. Diseño y Hospedaje</a>');
document.write('</TD>');

document.write('<td WIDTH="3">');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="3" border="0" alt="image"><BR>');
document.write('</td>');

document.write('</tr>');
document.write('</table>');

//  End -->