function showNavRight(navBtn) {
	// Display nav menu
	if( navBtn == undefined ) navBtn = 0;
	
	if( navBtn == 1 ) {
		document.write("<div><img src=\"images/btnh-1.jpg\" alt=\"RX Price Search\" name=\"RX Price Search\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div><a href=\"store/\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('RX Price Search','','images/btnh-1.jpg',1)\"><img src=\"images/btn-1.jpg\" alt=\"RX Price Search\" name=\"RX Price Search\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}

	if( navBtn == 2 ) {
	    document.write("<div class=\"spacetop\"><img src=\"images/btnh-2.jpg\" alt=\"Over The Counter Items\" name=\"Over The Counter Items\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"over-counter-items.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Over The Counter Items','','images/btnh-2.jpg',1)\"><img src=\"images/btn-2.jpg\" alt=\"Over The Counter Items\" name=\"Over The Counter Items\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 3 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-3.jpg\" alt=\"How to Order\" name=\"How to Order\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"how-to-order.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('How to Order','','images/btnh-3.jpg',1)\"><img src=\"images/btn-3.jpg\" alt=\"How to Order\" name=\"How to Order\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 4 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-4.jpg\" alt=\"Compounding\" name=\"Compounding\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"compounding.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Compounding','','images/btnh-4.jpg',1)\"><img src=\"images/btn-4.jpg\" alt=\"Compounding\" name=\"Compounding\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 5 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-5.jpg\" alt=\"Order Refills\" name=\"Order Refills\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"order-refills.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Order Refills','','images/btnh-5.jpg',1)\"><img src=\"images/btn-5.jpg\" alt=\"Order Refills\" name=\"Order Refills\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 6 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-6.jpg\" alt=\"$9.95 Shipping\" name=\"$9.95 Shipping\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"shipping.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('$9.95 Shipping','','images/btnh-6.jpg',1)\"><img src=\"images/btn-6.jpg\" alt=\"$9.95 Shipping\" name=\"$9.95 Shipping\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 7 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-7.jpg\" alt=\"Common Questions\" name=\"Common Questions\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"questions.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Common Questions','','images/btnh-7.jpg',1)\"><img src=\"images/btn-7.jpg\" alt=\"Common Questions\" name=\"Common Questions\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 8 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-8.jpg\" alt=\"Testimonials\" name=\"Testimonials\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"testimonials.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Testimonials','','images/btnh-8.jpg',1)\"><img src=\"images/btn-8.jpg\" alt=\"Testimonials\" name=\"Testimonials\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
	
	if( navBtn == 9 ) {
		document.write("<div class=\"spacetop\"><img src=\"images/btnh-9.jpg\" alt=\"Tell a Friend\" name=\"Tell a Friend\" width=\"213\" height=\"29\" border=\"0\" /></div>");
	}
	else {
		document.write("<div class=\"spacetop\"><a href=\"tell-friend.htm\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Tell a Friend','','images/btnh-9.jpg',1)\"><img src=\"images/btn-9.jpg\" alt=\"Tell a Friend\" name=\"Tell a Friend\" width=\"213\" height=\"29\" border=\"0\" /></a></div>");
	}
}

