//-----------------------------------
//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.sundancespas.com/2005Images/Clear.gif" WIDTH="210" HEIGHT="42" HSPACE="18" VSPACE="0" BORDER="0" ALT="Sundance Spas"><BR><A HREF="http://se.sundancespas.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;"><FORM STYLE="margin-bottom: 0px;"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)" ID="dropdown" STYLE="margin-bottom: 5px;"><OPTION VALUE="#">&nbsp;&nbsp;Språk&nbsp;&nbsp;<OPTION VALUE="http://de.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Deutsch</OPTION><OPTION VALUE="http://www.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;English</OPTION><OPTION VALUE="http://es.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Español</OPTION><OPTION VALUE="http://ca.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Français (Canadien)</OPTION><OPTION VALUE="http://fr.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Français (Europé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ês</OPTION><OPTION VALUE="http://se.sundancespas.com">&nbsp;&nbsp;&nbsp;&nbsp;Svenska</OPTION></SELECT>&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="../2005Images/Nav/LocateDealerBTN.gif" WIDTH="147" HEIGHT="18" BORDERr="0" HSPACE="0" VSPACE="0" ALT="Hitta en Återförsäljare" onclick="location.href=\'http://se.sundancespas.com/Retailers/\'">&nbsp;</DIV></FORM><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 10px;">');
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="http://se.sundancespas.com/AboutUs/AboutUs.html" CLASS="nav">OM OS</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://se.sundancespas.com/AboutUs/AboutUs.html" CLASS="nav">OM OS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}	
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="http://se.sundancespas.com/RequestLiterature/RequestLiterature.html" CLASS="nav">BESTÄLL EN BROSCHYR</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://se.sundancespas.com/RequestLiterature/RequestLiterature.html" CLASS="nav">BESTÄLL EN BROSCHYR</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "CustomerCare" ) {
		document.write('<b><A HREF="http://se.sundancespas.com/CustomerCare/CustomerCare.html" CLASS="nav">KUNDTJÄNST</A>&nbsp&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="http://se.sundancespas.com/CustomerCare/CustomerCare.html" CLASS="nav">KUNDTJÄNST</A>&nbsp&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="http://se.sundancespas.com/Contact/Contact.html" CLASS="nav">KONTAKT</A></b><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="http://se.sundancespas.com/Contact/Contact.html" CLASS="nav">KONTAKT</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------


//-----------------------------------
//FOOTER NAVIGATION:
//-----------------------------------
function printFooter() {
	document.write('&copy; 2005 Sundance Spas, Inc. Alla rättigheter förbehålles.<IMG SRC="http://se.sundancespas.com/2005Images/Clear.gif" WIDTH="200" HEIGHT="18" HSPACE="0" VSPACE="0" BORDER="0" ALT="Sundance Spas" ALIGN="ABSMIDDLE"><A HREF="http://se.sundancespas.com/SiteMap/SiteMap.html" CLASS="nav">WEBBPLATSKARTA</A>&nbsp;&nbsp;&nbsp; <A HREF="http://se.sundancespas.com/" CLASS="nav">STARTSIDA</A>');
}
//END--------------------------------
