//-----------------------------------
//CORPORATE NAVIGATION:
//-----------------------------------
function goto_URL(object) {
    
}

function printTopNav() {
	document.write('<TABLE WIDTH="760" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR><TD WIDTH="250" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://www.sundancespas.com/2005Images/Clear.gif" WIDTH="210" HEIGHT="42" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"><BR><A HREF="http://www.sundancespasoccidente.com/index.html"><IMG SRC="http://www.sundancespas.com/2005Images/Logo.gif" WIDTH="210" HEIGHT="30" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"></A><BR></TD><TD WIDTH="510" ALIGN="LEFT" VALIGN="TOP"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 30px;"></OPTION><OPTI&nbsp;</DIV></FORM><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 10px;">');
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="../AboutUs/AboutUs.html" CLASS="nav">ACERCA DE SUNDANCE</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="../AboutUs/AboutUs.html" CLASS="nav">ACERCA DE SUNDANCE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}	
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="../Contact/Email.html" CLASS="nav">SOLICITE UN FOLLETO</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="../Contact/Email.html" CLASS="nav">SOLICITE UN FOLLETO</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "CustomerCare" ) {
		document.write('<b><A HREF="../CustomerCare/CustomerCare.html" CLASS="nav">ATENCIÓN AL CLIENTE</A>&nbsp&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="../CustomerCare/CustomerCare.html" CLASS="nav">ATENCIÓN AL CLIENTE</A>&nbsp&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="../Contact/Contact.html" CLASS="nav">CONTACTO</A></b><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="../Contact/Contact.html" CLASS="nav">CONTACTO</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------


//-----------------------------------
//FOOTER NAVIGATION:
//-----------------------------------
function printFooter() {
	document.write('&copy; 2005 Sundance Spas, Inc. Reservados todos los derechos.</A>&nbsp;&nbsp;&nbsp;');
}
//END--------------------------------
