temasS = new Array();
temasS[0] = new Array("texto","enlace");
temasS[0].texto = "T<BR>O<BR>P<BR>O<BR>";
temasS[0].enlace = "../principal/topo.html";
temasS[1] = new Array("texto","enlace");
temasS[1].texto = "H<BR>O<BR>M<BR>E<BR>";
temasS[1].enlace = "../principal/index.html";
temasS[2] = new Array("texto","enlace");
temasS[2].texto = "E<BR>M<BR>A<BR>I<BR>L<BR>";
temasS[2].enlace = "MAILTO:topo.solitario@gmail.com";

document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="231">'
  + '	<tr>'
  + '		<td align="left">'
  + '			<table border="0" cellpadding="2" cellspacing="0" height="231">'
  + '				<tr><td height="54"></td></tr>'
  + '				<tr>'
  + '					<td height="112" valign="middle">'
  + '						<a href="../principal/donativos.html"><img src="../principal/donate00.gif" border="0"></a>'
  + '					</td>'
  + '				</tr>'
  + '				<tr><td height="65"></td></tr>'
  + '			</table>'
  + '		</td>');

for (i=0; i<temasS.length; i++){
document.write('<td align="right">'
  + '			<table border="0" cellpadding="0" cellspacing="0" height="231">'
  + '				<tr>'
  + '					<td width="13" height="54" background="../imagenes/CajaS01.jpg"><img src="../imagenes/nulldot.gif" width="13" height="54"></td>'
  + '					<td width="16" height="54" background="../imagenes/CajaS03.jpg" align="left"><img src="../imagenes/CajaS02.jpg"></td>'
  + '					<td height="54" background="../imagenes/CajaS03.jpg"></td>'
  + '					<td width="17" height="54" background="../imagenes/CajaS03.jpg" align="right"><img src="../imagenes/CajaS04.jpg"></td>'
  + '					<td width="22" height="54" background="../imagenes/CajaS05.jpg"><img src="../imagenes/nulldot.gif" width="22" height="54"></td>'
  + '				</tr>'
  + '				<tr>'
  + '					<td width="13" height="112" bgcolor="#FFFFFF"></td>'
  + '					<td colspan="3" bgcolor="#FFFFFF" valign="middle" align="center">'
  + '						<A HREF="' + temasS[i].enlace + '"><font class="titulo1">' + temasS[i].texto + '</font></a>'
  + '					</td>'
  + '					<td width="22" height="112" bgcolor="#FFFFFF"></td>'
  + '				</tr>'
  + '				<tr>'
  + '					<td width="13" height="65" background="../imagenes/CajaS11.jpg"><img src="../imagenes/nulldot.gif" width="13" height="65"></td>'
  + '					<td width="16" height="65" background="../imagenes/CajaS13.jpg" align="left"><img src="../imagenes/CajaS12.jpg"></td>'
  + '					<td height="65" background="../imagenes/CajaS13.jpg"></td>'
  + '					<td width="17" height="65" background="../imagenes/CajaS13.jpg" align="right"><img src="../imagenes/CajaS14.jpg"></td>'
  + '					<td width="22" height="65" background="../imagenes/CajaS15.jpg"><img src="../imagenes/nulldot.gif" width="22" height="65"></td>'
  + '				</tr>'
  + '			</table>'
  + '		</td>');
};

document.write('</tr>'
  + '</table>'
  + '		'
  + '');
