//   AddMenu( Index, Parent_Index, Text, Image_Address, Roll_Image_Address, URL, Frame_Name);
// 
//   - Index: Number unique
//   - Parent_Index: The index of the parent.  If no parent, Parent_Index=Index
//   - Text: Menu Text if any.  If not, it can be left empty as ""
//   - Image_Address: Menu Image if any.  If not, it can be left empty as "
//   - Roll_Image_Address: Menu Roll Over Image if any.  If not, it can be left empty as "
//   - URL: Menu URL if any.  If not, it can be left empty as "
//   - Frame_Name: Menu' URL Target if any.  If not, it can be left empty as "

//   ***************************************************************************************

//   ABOUT LITTLE GIANT MENU

    AddMenu("1"   ,  "1" ,  "" ,  "graphics/image1off.gif"  ,  "graphics/image1on.gif"  , "", "");
    AddMenu("100" ,  "1" ,  "History"              ,  ""  ,  ""  , "./about.html", "");    
    AddMenu("101" ,  "1" ,  "Contact and Location"    ,  ""  ,  ""  , "./contact.html", "");

//   FIBERGLASS BAPTISTRIES MENU

    AddMenu("2"  ,  "2" ,  "" ,  "graphics/image2off.gif"  ,  "graphics/image2on.gif"  , "", "");
    AddMenu("20" ,  "2" ,  "Baptistry Features" ,  ""  ,  ""  , "./baptistry_features.html", "");
    AddMenu("21" ,  "2" ,  "Choosing a Baptistry" ,  ""  ,  ""  , "./baptistry_choosing.html", "");    
    AddMenu("22" ,  "2" ,  "Double Entry Baptistry" ,  ""  ,  ""  , "./baptistry_doubleentry.html", "");
    AddMenu("23" ,  "2" ,  "Single Entry Baptistry" ,  ""  ,  ""  , "./baptistry_singleentry.html", "");
    AddMenu("24" ,  "2" ,  "Dry Area Access" ,  ""  ,  ""  , "./baptistry_access.html", "");     
    AddMenu("25" ,  "2" ,  "Baptistry Accessories" ,  ""  ,  ""  , "./baptistry_accessories.html", "");

//   STEEPLES MENU

    AddMenu("3"   ,  "3" ,  "" ,  "graphics/image3off.gif"  ,  "graphics/image3on.gif"  , "", "");
    AddMenu("300" ,  "3" ,  "Choosing a Steeple" ,  ""  ,  ""  , "./steeple_choosing.html", "");
    AddMenu("301" ,  "3" ,  "New Embellished Steeples" ,  ""  ,  ""  , "./new_steeples.html", "");
    AddMenu("302" ,  "3" ,  "Most Popular Steeples" ,  ""  ,  ""  , "./steeple1.html", "");
    AddMenu("303" ,  "3" ,  "Steeples over 40 feet" ,  ""  ,  ""  , "./steeple2.html", "");
    AddMenu("304" ,  "3" ,  "Steeples 34 to 39 feet" ,  ""  ,  ""  , "./steeple3.html", "");
    AddMenu("305" ,  "3" ,  "Steeples 20 to 32 feet" ,  ""  ,  ""  , "./steeple4.html", "");
    AddMenu("306" ,  "3" ,  "Cupolas over 10 feet" ,  ""  ,  ""  , "./cupolas1.html", "");
    AddMenu("307" ,  "3" ,  "Cupolas 3 to 9 feet" ,  ""  ,  ""  , "./cupolas2.html", "");
    AddMenu("308" ,  "3" ,  "Options and Accessories" ,  ""  ,  ""  , "./steeple_accessories.html", "");

//   WALL CROSSES MENU

    AddMenu("4"  ,  "4" ,  "" ,  "graphics/image4off.gif"  ,  "graphics/image4on.gif"  , "", "");   
    AddMenu("40" ,  "4" ,  "Tapered Crosses" ,  ""  ,  ""  , "./tapercross.html", ""); 
    AddMenu("41" ,  "4" ,  "Square Crosses"  ,  ""  ,  ""  , "./squarecross.html", ""); 

//   WATER HEATING SOLUTIONS MENU

    AddMenu("5"  ,  "5" ,  "" ,  "graphics/image5off.gif"  ,  "graphics/image5on.gif"  , "", "");   
    AddMenu("50" ,  "5" ,  "Electric Circulation" ,  ""  ,  ""  , "./circulation_heating.html", ""); 
    AddMenu("51" ,  "5" ,  "Electric Immersion"   ,  ""  ,  ""  , "./immersion_heating.html", ""); 
    AddMenu("52" ,  "5" ,  "Gas Carpet Cleaning"  ,  ""  ,  ""  , "./gas_heating.html", ""); 
    AddMenu("53" ,  "5" ,  "Gas Baptistry Heating"    ,  ""  ,  ""  , "./baptistry_heating.html", ""); 
    AddMenu("54" ,  "5" ,  "Pools and Spas"       ,  ""  ,  ""  , "./pool_heating.html", ""); 
    AddMenu("55" ,  "5" ,  "Portable Carpet Cleaning"      ,  ""  ,  ""  , "./cleaning_heating.html", ""); 
    AddMenu("56" ,  "5" ,  "Restaurant Applications"      ,  ""  ,  ""  , "./restaurant_heating.html", "");

    Build();
