//-----------------------------------
//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://ca.sundancespas.com/2005Images/Clear.gif" WIDTH="210" HEIGHT="42" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"><BR><A HREF="http://ca.sundancespas.com"><IMG SRC="http://ca.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: 30px;"><a href="http://www.sundancespas.com"><img src="http://ca.sundancespas.com/2005Images/english-btn.gif" alt="English" border="0" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.sundance-spas.fr"><img src="http://ca.sundancespas.com/2005Images/francais-btn.gif" alt="Fran&ccedil;ais" border="0" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="http://ca.sundancespas.com/2005Images/Nav/LocateDealerBTN.gif" WIDTH="137" HEIGHT="18" BORDERr="0" HSPACE="0" VSPACE="0" ALT="Trouvez un Revendeur" onclick="location.href=\'http://ca.sundancespas.com/Retailers/\'">&nbsp;</DIV></FORM><DIV ALIGN="RIGHT" STYLE="margin-right: 16px; padding-top: 10px; width: 515px;">');
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="http://ca.sundancespas.com/AboutUs/AboutUs.html" CLASS="nav">QUI NOUS SOMMES</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://ca.sundancespas.com/AboutUs/AboutUs.html" CLASS="nav">QUI NOUS SOMMES</A>&nbsp;&nbsp;&nbsp;');
	}	
	//if (section == "RequestLit" ) {
	document.write('<A HREF="http://ca.sundancespas.com/RequestLiterature/Sundance2008FC.pdf" CLASS="nav">T&Eacute;L&Eacute;CHARGER UNE BROCHURE</A>&nbsp;&nbsp;&nbsp;');
	/*}
	else {
		document.write('<A HREF="http://ca.sundancespas.com/RequestLiterature/RequestLiterature.html" CLASS="nav">DEMANDEZ UNE BROCHURE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}*/
	if (section == "CustomerCare" ) {
		document.write('<b><A HREF="http://ca.sundancespas.com/CustomerCare/CustomerCare.html" CLASS="nav">SOIN DE CLIENT</A>&nbsp&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://ca.sundancespas.com/CustomerCare/CustomerCare.html" CLASS="nav">SOIN DE CLIENT</A>&nbsp&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="http://ca.sundancespas.com/Contact/Contact.html" CLASS="nav">CONTACT</A></b><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="http://ca.sundancespas.com/Contact/Contact.html" CLASS="nav">CONTACT</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------


//-----------------------------------
//FOOTER NAVIGATION:
//-----------------------------------
function printFooter() {
	document.write('&copy; 2008 Sundance Spas, Inc. Tous droits réservés.<IMG SRC="http://ca.sundancespas.com/2005Images/Clear.gif" WIDTH="260" HEIGHT="18" HSPACE="0" VSPACE="0" BORDER="0" ALT="Sundance Spas" ALIGN="ABSMIDDLE"><A HREF="http://ca.sundancespas.com/SiteMap/SiteMap.html" CLASS="nav">MAP DU SITE</A>&nbsp;&nbsp;&nbsp; <A HREF="http://ca.sundancespas.com/" CLASS="nav">ACCUEIL</A>');
}
//END--------------------------------
