//-----------------------------------
//CORPORATE NAVIGATION:
//-----------------------------------
function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}

function printTopNav() {
	document.write('<TABLE WIDTH="760" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR><TD WIDTH="228" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://www.sundancespa.cl/2005Images/Clear.gif" WIDTH="210" HEIGHT="42" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"><BR><A HREF="http://www.sundancespa.cl/index.html"><IMG SRC="http://es.sundancespas.com/2005Images/Logo.gif" WIDTH="210" HEIGHT="30" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"></A><BR></TD><TD WIDTH="532" ALIGN="LEFT" VALIGN="TOP"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 10px;"><FORM STYLE="margin-bottom: 0px;">&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="button" ID="Button" VALUE="Amplia Variedad de Modelos para Entrega Inmediata" onClick="location.href=\'http://www.sundancespa.cl/promocionesmayo07.html\'"></DIV></FORM></TD></TR><TR><TD COLSPAN="2"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 0px;">');
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="http://www.sundancespa.cl/AboutUs/AboutUs.html" CLASS="nav">ACERCA DE SUNDANCE</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundancespa.cl/AboutUs/AboutUs.html" CLASS="nav">ACERCA DE SUNDANCE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}	
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="http://www.sundancespa.cl/WhySundance/WhySundance.html" CLASS="nav">POR QUE UN SUNDANCE SPA?</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundancespa.cl/WhySundance/WhySundance.html" CLASS="nav">POR QUE UN SUNDANCE SPA?</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "CustomerCare" ) {
		document.write('<b><A HREF="http://www.sundancespa.cl/CustomerCare/CustomerCare.html" CLASS="nav">ATENCIÓN AL CLIENTE</A>&nbsp&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundancespa.cl/CustomerCare/CustomerCare.html" CLASS="nav">ATENCIÓN AL CLIENTE</A>&nbsp&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="http://www.sundancespa.cl/Contact/Contact.html" CLASS="nav">CONTACTO</A></b><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="http://www.sundancespa.cl/Contact/Contact.html" CLASS="nav">CONTACTO</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------

