// JavaScript Document

  sURL = new String;

  sURL = document.URL;

  sURL = sURL.slice(8,sURL.length);

  chunkStart = sURL.indexOf("/");

  sURL = sURL.slice(chunkStart+1,sURL.length)



document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0">');

	document.write('<tr>');

		if (sURL == "index.html" || sURL == ""){

		document.write('<td class="nav_button"><a href="index.html"><img style="border:none; border-width:0; border-style:none" src="images/home_button_over.gif" name="home" id="home" /></a></td>'); 

		}

		else {

		document.write('<td class="nav_button"><a href="index.html"><img style="border:none; border-width:0; border-style:none" src="images/home_button.gif" name="home" id="home" onmouseover="MM_swapImage(\'home\',\'\',\'images/home_button_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>'); 

		}

	document.write('</tr>');

	document.write('<tr>');

		if (sURL == "rentals.html"){

		document.write('<td class="nav_button"><a href="rentals.html"><img style="border:none; border-width:0; border-style:none" src="images/rentals_over.gif" name="rentals" id="rentals" /></a></td>'); 

		}

		else {

		document.write('<td class="nav_button"><a href="rentals.html"><img style="border:none; border-width:0; border-style:none" src="images/rentals.gif" name="rentals" id="rentals" onmouseover="MM_swapImage(\'rentals\',\'\',\'images/rentals_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>'); 

		}

	document.write('</tr>');
	
	//document.write('<tr>');
		//if (sURL == "accessories.html"){
		//document.write('<td class="nav_button"><a href="coffee.html"><img style="border:none; border-width:0; border-style:none" src="images/coffee_over.png" name="access" id="access" /></a></td>');   
		//}
		//else {
		  //  document.write('<td class="nav_button"><a href="coffee.html"><img style="border:none; border-width:0; border-style:none" src="images/coffee.png" name="access" id="access" onmouseover="MM_swapImage(\'access\',\'\',\'images/coffee_over.png\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');	
		//}
	//document.write('</tr>');

	document.write('<tr>');

		if (sURL == "sales.html"){

		document.write('<td class="nav_button"><a href="sales.html"><img style="border:none; border-width:0; border-style:none" src="images/sales_over.gif" name="sales" id="sales"/></a></td>'); 

		}

		else {

		document.write('<td class="nav_button"><a href="sales.html"><img style="border:none; border-width:0; border-style:none" src="images/sales.gif" name="sales" id="sales" onmouseover="MM_swapImage(\'sales\',\'\',\'images/sales_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>'); 

		}

	document.write('</tr>');

	document.write('<tr>');

		if (sURL == "other_products.html"){

		document.write('<td class="nav_button"><a href="other_products.html"><img style="border:none; border-width:0; border-style:none" src="images/other_over.gif" name="other" id="other" /></a></td>');   

		}

		else {

		document.write('<td class="nav_button"><a href="other_products.html"><img style="border:none; border-width:0; border-style:none" src="images/other.gif" name="other" id="other" onmouseover="MM_swapImage(\'other\',\'\',\'images/other_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');	

		}

	document.write('</tr>');
	
	document.write('<tr>');

		if (sURL == "testimonials.html"){

		document.write('<td class="nav_button"><a href="testimonials.html"><img style="border:none; border-width:0; border-style:none" src="images/testimonials_over.gif" name="testimonials" id="testimonials" /></a></td>'); 

		}

		else {

		document.write('<td class="nav_button"><a href="testimonials.html"><img style="border:none; border-width:0; border-style:none" src="images/testimonials.gif" name="testimonials" id="testimonials" onmouseover="MM_swapImage(\'testimonials\',\'\',\'images/testimonials_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>'); 

		}

	document.write('</tr>');
	
	document.write('<tr>');

		if (sURL == "partners.html"){

		document.write('<td class="nav_button"><a href="partners.html"><img style="border:none; border-width:0; border-style:none" src="images/partners_over.gif" name="partners" id="partners" /></a></td>'); 

		}

		else {

		document.write('<td class="nav_button"><a href="partners.html"><img style="border:none; border-width:0; border-style:none" src="images/partners.gif" name="partners" id="partners" onmouseover="MM_swapImage(\'partners\',\'\',\'images/partners_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>'); 

		}

	document.write('</tr>');

	document.write('<tr>');

		if (sURL == "contact.php"){

		document.write('<td class="nav_button"><a href="https://www344.safesecureweb.com/frostyparrot/contact.php"><img style="border:none; border-width:0; border-style:none" src="images/contact_over.gif" name="contact" id="contact"/></a></td>');   

		}

		else {

		document.write('<td class="nav_button"><a href="https://www344.safesecureweb.com/frostyparrot/contact.php"><img style="border:none; border-width:0; border-style:none" src="images/contact.gif" name="contact" id="contact" onmouseover="MM_swapImage(\'contact\',\'\',\'images/contact_over.gif\',1)" onmouseout="MM_swapImgRestore()" /></a></td>');

		}

	document.write('</tr>');

	document.write('<tr>');

		document.write('<td height="100px">&nbsp;</td>');

	document.write('</tr>');

document.write('</table>');  