
<!-- 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; 2004. ');
document.write('<a href="mailto:webmaster@valpipe.com" target="_top">VALPIPE S.L.</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">&copy; 2004.');
document.write('<a href="http://www.nexo.net" target="_blank">NEXO SCV. Diseņo y Hospedaje</a>');
document.write('</span>');
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 -->