//-----------------------------------
//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="280" ALIGN="LEFT" VALIGN="TOP"><A HREF="/index.html"><IMG SRC="/Images/Logo.gif" WIDTH="180" HEIGHT="100" HSPACE="0" VSPACE="4" BORDER="0" ALT="Spatopia - Welcome to the land of aaaahs" STYLE="margin-left: 18px;"></A><BR></TD><TD WIDTH="480" ALIGN="LEFT" VALIGN="TOP"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 2px;"><div class="text4" style="margin-bottom: 12px;">SpaTopia @ Pacific Pools at the Lake<br />1040 HWY KK &#149; Osage Beach, MO 65065 &#149; 573-216-1268<BR>Serving Lake of the Ozarks & neighboring communities<br></div>');

	if (section == "RequestLit" ) {
		document.write('<b><A HREF="/RequestLiterature/RetailerRequestLiterature.php" CLASS="nav">REQUEST LITERATURE</A>&nbsp;&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/RequestLiterature/RetailerRequestLiterature.php" CLASS="nav">REQUEST LITERATURE</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
 	if (section == "CustomerCare" ) {
  		document.write('<b><A HREF="/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A></b><br />');
 	}
	else {
  		document.write('<A HREF="/CustomerCare/CustomerCare.html" CLASS="nav">CUSTOMER CARE</A><br />');
 	}
	/*if (section == "OtherProducts" ) {
		document.write('&nbsp;&nbsp;&nbsp;<b><A HREF="/OtherProducts.html" CLASS="nav">OTHER PRODUCTS</A></b><br />');
	}
	else {
		document.write('&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="/OtherProducts.html" CLASS="nav">OTHER PRODUCTS</A><br />');
	}*/
	if (section == "SpaChemicals" ) {
		document.write('<b><A HREF="/SpaChemicals.html" CLASS="nav">SPA CHEMICALS</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/SpaChemicals.html" CLASS="nav">SPA CHEMICALS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Location" ) {
		document.write('<b><A HREF="/Location.html" CLASS="nav">LOCATION</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/Location.html" CLASS="nav">LOCATION</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Contact" ) {
		document.write('<b><A HREF="/Contact.php" CLASS="nav">CONTACT</A></b>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	else {
		document.write('<A HREF="/Contact.php" CLASS="nav">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(\'/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; 2009 Sundance Spas, Inc. All rights reserved.');
}
//END--------------------------------
