/* This is where the button text and links are set.

To use, add or modify a line as follows:
btn["button name"] = "url"

RULES:

You may use a blank in the name, but DO NOT
use special characters, including a period (.)

(Commas are OK)

Removing a line will remove the button, text, and link.
the order in which they are written in the list is the order
in which they will be displayed on the web page.

You may temporarily remove a button by putting // in front of the line.


These buttons, text, and links are part of a Server Side Include (SSI)
which will show up in every web page.  A change here cascades throughout
the web site.

*/

// NEVER change the following line
btn = new Array;

btn["Home"] = "/pages/home/";
btn["Permits Honored"] = "/pages/reciprocity/";
btn["Classes"] = "/pages/classes/";
//btn["Cruise with Class"] = "/pages/cwc/";
//btn["Merchandise"] = "/pages/merchandise/";
//btn["Pistol Points"] = "/pages/pistolpoints/";
btn["About Us"] = "/pages/about/";
btn["F A Q"] = " /pages/faq/";
btn["Links"] = "/pages/links/";
btn["MN Carry Statute"] = "/pages/statute/";
btn["MN Application"] = "/apps/MN Application.pdf";
btn["UT Renewal App"] = "/apps/UT Renewal App.pdf";
btn["Editorial"] = "/pages/editorial/";
btn["Contact Us"] = "/pages/contact/";

