//-----------------------------------
//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="250" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="http://www.sundance-spas.co.uk/2005Images/Clear.gif" WIDTH="210" HEIGHT="42" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"><BR><A HREF="http://www.sundance-spas.co.uk/index.html"><IMG SRC="http://www.sundance-spas.co.uk/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;"><FORM STYLE="margin-bottom: 0px;"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)" ID="dropdown" STYLE="margin-bottom: 5px;"><OPTION VALUE="#">&nbsp;&nbsp;Search by Language&nbsp;&nbsp;<OPTION VALUE="http://de.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Deutsch</OPTION><OPTION VALUE="http://www.sundance-spas.co.uk">&nbsp;&nbsp;&nbsp;&nbsp;English</OPTION><OPTION VALUE="http://es.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Espa&ntilde;ol</OPTION><OPTION VALUE="http://ca.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Fran&ccedil;ais (Canadien)</OPTION><OPTION VALUE="http://fr.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Fran&ccedil;ais (Europ&eacute;en)</OPTION><OPTION VALUE="http://it.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Italiano</OPTION><OPTION VALUE="http://nl.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Nederlands</OPTION><OPTION VALUE="http://no.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Norsk</OPTION><OPTION VALUE="http://pt.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Portugu&ecirc;s</OPTION><OPTION VALUE="http://se.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Svenska</OPTION></SELECT>&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="http://www.sundance-spas.co.uk/2005Images/Nav/LocateDealerBTN.gif" WIDTH="116" HEIGHT="18" BORDERr="0" HSPACE="0" VSPACE="0" ALT="Locate A Dealer" onclick="location.href=\'http://retailer.sundancespas.com\'">&nbsp;</DIV></FORM><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 10px;">');
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="http://www.sundance-spas.co.uk/AboutUs/AboutUs.html" CLASS="nav">ABOUT US</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundance-spas.co.uk/AboutUs/AboutUs.html" CLASS="nav">ABOUT US</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="http://www.sundance-spas.co.uk/RequestLiterature/RequestLiterature.html" CLASS="nav">REQUEST LITERATURE</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundance-spas.co.uk/RequestLiterature/RequestLiterature.html" CLASS="nav">REQUEST LITERATURE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "CustomerCare" ) {
		document.write('<b><A HREF="http://www.sundance-spas.co.uk/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A>&nbsp&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundance-spas.co.uk/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A>&nbsp&nbsp;&nbsp;&nbsp;');
	}

	if (section == "BecomeADealer" ) {
		document.write('<b><A HREF="http://www.sundance-spas.co.uk/BecomeADealer/BecomeADealer.html" CLASS="nav">BECOME A DEALER</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://www.sundance-spas.co.uk/BecomeADealer/BecomeADealer.html" CLASS="nav">BECOME A DEALER</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="http://www.sundance-spas.co.uk/Contact/Contact.html" CLASS="nav">CONTACT</A></b><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="http://www.sundance-spas.co.uk/Contact/Contact.html" CLASS="nav">CONTACT</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------


//-----------------------------------
//FOOTER NAVIGATION:
//-----------------------------------
function printFooter() {
	document.write('<A HREF="http://www.sundance-spas.co.uk/Policies.html" onClick="window.open(\'http://www.sundance-spas.co.uk/Policies.html\', \'Policies\', \'width=580, height=500, location=no, menubar=no,resizeable=1,scrollbars=yes,toolbar=0,top=10,left=100\');return false;">POLICIES</A> &nbsp;&nbsp;&nbsp; Copyright &copy; 2005 Sundance Spas, Inc. All rights reserved.<IMG src="http://www.sundance-spas.co.uk/2005Images/Clear.gif" width="100" Height="14" ALIGN="ABSMIDDLE" border="0"><A HREF="http://www.sundance-spas.co.uk/Resources/Hot-Tub-Listing.html" class="nav">HOT TUB LISTING</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.sundance-spas.co.uk/SiteMap/SiteMap.html" class="nav">SITE MAP</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.sundance-spas.co.uk" CLASS="nav">HOME</A><BR><BR>');
}
//END--------------------------------
