//-----------------------------------
//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="305" ALIGN="LEFT" VALIGN="TOP"><IMG SRC="/2005Images/Clear.gif" WIDTH="190" HEIGHT="22" HSPACE="0" VSPACE="0" BORDER="0" ALT="Sundance Spas" STYLE="margin-left: 18px;"><BR><A HREF="/index.html"><IMG SRC="/Images/Logo.gif" width="285" height="55" HSPACE="0" VSPACE="0" BORDER="0" ALT="Mirage Spa & Recreation, Inc." STYLE="margin-left: 4px;"></A><BR></TD><TD WIDTH="455" ALIGN="RIGHT" VALIGN="TOP"><DIV ALIGN="RIGHT" STYLE="padding-right: 6px; padding-top: 2px;"><BR>');
	
	if (section == "Promotions" ) {
		document.write('<b><A HREF="/Promotions.html" CLASS="nav">PROMOTIONS</A></b>&nbsp;&nbsp;&nbsp;');
	}
	else {
		document.write('<A HREF="/Promotions.html" CLASS="nav">PROMOTIONS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
//	if (section == "UsedSpas" ) {
//		document.write('<b><A HREF="/UsedSpas.html" CLASS="nav">USED SPAS</A></b>&nbsp;&nbsp;&nbsp;');
//	}
//	else {
//		document.write('<A HREF="/UsedSpas.html" CLASS="nav">USED SPAS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
//	}
//	if (section == "FAQs" ) {
//		document.write('<b><A HREF="/FAQs.html" CLASS="nav">FAQs</A></b>&nbsp;&nbsp;&nbsp;');
//	}
//	else {
//		document.write('<A HREF="/FAQs.html" CLASS="nav">FAQs</A>&nbsp;&nbsp;&nbsp;&nbsp;');
//	}

	if (section == "Services" ) {
		document.write('<b><A HREF="/Services.html" CLASS="nav">SERVICES</A></b>&nbsp;&nbsp;&nbsp;');
	}
	else {
		document.write('<A HREF="/Services.html" CLASS="nav">SERVICES</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "SpaChemicals" ) {
		document.write('<b><A HREF="/SpaChemicals.html" CLASS="nav">SPA CHEMICALS</A></b><BR>');
	}
	else {
		document.write('<A HREF="/SpaChemicals.html" CLASS="nav">SPA CHEMICALS</A><BR>');
	}
	if (section == "Awards" ) {
		document.write('<b><A HREF="/Awards.html" CLASS="nav">AWARDS</A></b>&nbsp;&nbsp;&nbsp;');
	}
	else {
		document.write('<A HREF="/Awards.html" CLASS="nav">AWARDS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "Testimonials" ) {
		document.write('<b><A HREF="/Testimonials.html" CLASS="nav">TESTIMONIALS</A></b>&nbsp;&nbsp;&nbsp;');
	}
	else {
		document.write('<A HREF="/Testimonials.html" CLASS="nav">TESTIMONIALS</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
	if (section == "MeetTheStaff" ) {
		document.write('<b><A HREF="/MeetTheStaff.html" CLASS="nav">MEET THE STAFF</A></b><BR>');
	}
	else {
		document.write('<A HREF="/MeetTheStaff.html" CLASS="nav">MEET THE STAFF</A><BR>');
	}
	if (section == "RequestLit" ) {
		document.write('<b><A HREF="/RequestLiterature.php" CLASS="nav">SPECIAL OFFERS & GIFT</A>&nbsp;&nbsp;&nbsp;</b>');
	}
	else {
		document.write('<A HREF="/RequestLiterature.php" CLASS="nav">SPECIAL OFFERS & GIFT</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	}
 	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="/Location.html" CLASS="nav">LOCATION</A></b>&nbsp;&nbsp;&nbsp;');
	}
	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><BR></TD></TR></TABLE>');
	}
	else {
		document.write('<A HREF="/Contact.php" CLASS="nav">CONTACT</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--------------------------------

