// NAVIGATION BAR and contact info, displayed in left column of Spanish pages //

// NAVBAR //

document.write('<div style="font-family: Tahoma; font-size: 12px; margin-top: 3ex; line-height: 2">');
document.write('	<a style="text-decoration:none" href="index.html"	>Home				</a><br> ');
document.write('	<a style="text-decoration:none" href="english.html"	>Info in English		</a><br> ');
document.write('	<a style="text-decoration:none" href="video.html"	>Serie de videos		</a><br> ');
document.write('	<a style="text-decoration:none" href="orden.html"	>Ordene nuestros videos		</a><br> ');
document.write('	<a style="text-decoration:none" href="testimonios.html"	>Testimonios			</a><br> ');
document.write('	<a style="text-decoration:none" href="instructores.html">Conozca a nuestro equipo	</a><br> ');
document.write('	<a style="text-decoration:none" href="academia.html"	>International Fitness Academy	</a><br> ');
document.write('	<a style="text-decoration:none" href="faq.html"		> &nbsp; &nbsp; Tropi-Preguntas	</a><br> ');
document.write('	<a style="text-decoration:none" href="links.html"	> &nbsp; &nbsp; Enlaces		</a><br> ');
document.write('</div>');


// CONTACT INFO //

document.write('<div style="font-family: Verdana; font-size: 12px; margin-top: 12ex">');

document.write('	<p><b>Dirección postal</b><br>								');
document.write('	En Forma Tropical<br>									');
document.write('	26549 W. Marion Ave.<br>								');
document.write('	Ingleside, IL &nbsp; 60041</p>								');

document.write('	<p><b>Toll-Free Number</b><br>								');
document.write('	1-800-242-2202<br>									');
document.write('	¡Llámanos por precios especiales!</p>							');

document.write('	<p><b>Fax</b><br>									');
document.write('	847-973-2933</p>									');

document.write('	<p><b>Correo electrónico</b><br>							');
document.write('	<a href="mailto:enforma@enformatropical.com">enforma@enformatropical.com</a></p>	');

document.write('</div>');
