//-----------------------------------
//TOP 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="208" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="/2005Images/Clear.gif" WIDTH="190" HEIGHT="8" HSPACE="0" VSPACE="0" BORDER="0" ALT="Sundance Spas" STYLE="margin-left: 18px;"><BR><A HREF="/SunIndex.html"><IMG SRC="/Images/Logo.gif" width="75" height="96" HSPACE="0" VSPACE="0" BORDER="0" ALT="Carefree Spas of Indianapolis" STYLE="margin-left: 18px;"></A><BR></TD><TD WIDTH="552" ALIGN="RIGHT" VALIGN="TOP"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 0px;"><img src="/Images/GoodHousekeeping.gif" width="110" height="50" style="margin-top: 12px; margin-bottom: 4px;" border="0" alt="Good Housekeeping Promises - Limited Warranty to Consumers Replacement or Refund if Defective"><BR>');
	if (section == "Chemicals" ) {
		document.write('<b><A HREF="/CustomerDiscounts.html" CLASS="nav">CUSTOMER DISCOUNTS</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/CustomerDiscounts.html" CLASS="nav">CUSTOMER DISCOUNTS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "AboutUs" ) {
		document.write('<b><A HREF="/AboutUs.html" CLASS="nav">ABOUT US</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/AboutUs.html" CLASS="nav">ABOUT US</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="/RequestLiterature/RetailerRequestLiterature.php" CLASS="nav">REQUEST LITERATURE</A></b><BR>');
	}
	else {
		document.write('<A HREF="/RequestLiterature/RetailerRequestLiterature.php" CLASS="nav">REQUEST LITERATURE</A><BR>');
	}
 	if (section == "CustomerCare" ) {
  		document.write('<b><A HREF="/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A>&nbsp;&nbsp;&nbsp;</b>');
 	}
	else {
  		document.write('<A HREF="/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
 	}
	if (section == "Location" ) {
		document.write('<b><A HREF="/Locations.html" CLASS="nav">LOCATIONS & CONTACT</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/Locations.html" CLASS="nav">LOCATIONS & CONTACT</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}

	 {
		document.write('<A HREF="/index.html" CLASS="nav">HOME</A><BR></TD></TR></TABLE>');
	}
}
//END--------------------------------

//-----------------------------------
//FOOTER NAVIGATION:
//-----------------------------------
function printFooter() {
	document.write('<A HREF="#" onClick="window.open(\'http://sundance.hottubretailers.com/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; 2007 Sundance Spas, Inc. All rights reserved.');
}
//END--------------------------------
