////////////////////////////////////////////
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@  This is the Menu Data File. 
//@
//@  This file allows you to set what the menu items say, and where they link to.
//@
//@     "td" is a menu item.
//@     "url" is a menu link.
//@
//@  See below how to edit this file.
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
////////////////////////////////////////////
// To make top menu items:
//
//   Each Top Menu Item needs to be in the following format:
//
//          td_# = "******"
//          
//   Where # is the number of the item (the first one is 1, the second is 2...)
//     and the ****** is the name of the menu item (such as "Home")
//   
//   so a completed menu item would look like this:
//
//          td_1 = "Home"
//
//////////
// To make sub menu items:
//
//   if you want a user to be able to click on the menu item and take
//     them to a page, then you must also include a line like this:
//          
//          url_# = "****.htm"
//
//   where # is the same number as above on the "td" section (in the above case, it would be 1)
//     and the ****.htm is the name of the html file, or web page. (such as "home.htm")
//
//   so a copleted menu item with a link would look like this:
//       
//          td_1 = "Home"
//          url_1 = "home.htm"
//
////////////////////////////////////////////
//
//   Now, if you want to be able to expand a menu item (for instance, under home, you could
//     have "Link 1" and "Link 2") then you must do the following.
//
//          td_#_# = "******"
//
//   You can probably tell, if the first menu item is td_1 (which above, is "Home"), then any menu
//     under td_1 will have _1, _2, _3 ... etc. so to put two items under the first menu section:
//
//          td_1 = "Home"
//
//          td_1_1 = "Link 1"
//          td_1_2 = "Link 2"
//
//   And to set the web page location you do the same as above. 
//
//   so, a Completed menu item with sub menus, with each sub menu having links, looks like this:
//
//          td_1 = "Home"
//
//          td_1_1 = "Menu 1, Link 1"
//          td_1_2 = "Menu 1, Link 2"
//
//          url_1_1 = "menu1_link1.htm"
//          url_1_2 = "menu1_link2.htm"
//
//          td_2 = "Links"
//         
//          td_2_1 = "Menu 2, Link 1"
//          td_2_2 = "menu 2, Link 2"
//
//   and so forth...
//
////////////////////////////////////////////
//
//   I would suggest making a copy or backup of this file before editing it.
//
//   - John Storer II
//
////////////////////////////////////////////
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@
//@  This is the start of the actual menu data.  
//@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

td_1	=	"<b>About CAPS</b>"
url_1	=	"caps_history.htm"

td_2	=	"<b>Programs</b>"

td_2_1	=	"Building Blocks Preschool"
td_2_2	=	"Child & Family Advocacy Center"
td_2_3	=	"Court Appointed Special Advocate"
td_2_4	=	"Healthy Families"
td_2_5	=	"Parent Education"
td_2_6	=	"Supervised Visitation"

url_2_1	=	"building_blocks_preschool.htm"
url_2_2	=	"child_family_advocacy_center.htm"
url_2_3	=	"casa.htm"
url_2_4	=	"healthy_families.htm"
url_2_5	=	"parent_education.htm"
url_2_6	=	"supervised_visitation.htm"

td_3	=	"<b>Get Involved</b>"

td_3_1	=	"CASA"
td_3_2	=	"Parent Aide"
td_3_3	=	"Special Events"
td_3_4	=	"Preschool"
td_3_5	=	"Give a Gift"
td_3_6	=	"Fundraisers"
td_3_7	=	"Endowments"
td_3_8	=	"Planned Giving"

url_3_1	=	"vt_casa.htm"
url_3_2	=	"vt_parent_aide.htm"
url_3_3	=	"vt_special_events.htm"
url_3_4	=	"vt_preschool.htm"
url_3_5	=	"vt_give_a_gift.htm"
url_3_6	=	"vt_fundraisers.htm"
url_3_7	=	"vt_endowments.htm"
url_3_8	=	"vt_planned_giving.htm"

td_4	=	"<b>Upcoming Events</b>"
url_4	=	"upcoming_events.htm"

td_5	=	"<b>Tips for Parents</b>"

td_5_1  =	"<b>Good and Unwanted Behavior</b><br> &nbsp;&nbsp;&nbsp; Tips for encouraging good and <br> &nbsp;&nbsp;&nbsp; discouraging unwanted \'bad\' behavior..."
td_5_2  =	"<b>Sudden Infant Death Syndrome (SIDS)</b><br> &nbsp;&nbsp;&nbsp; Tips on preventing SIDS..."
td_5_3  =	"<b>Providing For Your Child</b><br> &nbsp;&nbsp;&nbsp; What your child is <br> &nbsp;&nbsp;&nbsp; counting on you to provide..."
td_5_4  =	"<b>Time-out bloopers</b><br> &nbsp;&nbsp;&nbsp; Mistakes to avoid ineffective <br> &nbsp;&nbsp;&nbsp; \'time-outs\' for your child..."
td_5_5  =	"<b>What toys are best for young children?</b><br> &nbsp;&nbsp;&nbsp; From birth to 2 years old, some <br> &nbsp;&nbsp;&nbsp; suggestions for toys for your child..."

url_5_1 =	"tfp_behavior.htm"
url_5_2 =	"tfp_sids.htm"
url_5_3 =	"tfp_providing.htm"
url_5_4 =	"tfp_timeout_bloopers.htm"
url_5_5 =	"tfp_toys.htm"

td_6	=	"<b>Links</b>"

td_6_1	=	"Prevent Child Abuse America"
td_6_2	=	"Prevent Child Abuse Indiana"
td_6_3	=	"National CASA"
td_6_4	=	"National Exchange Club Foundation"
td_6_5	=	"Supervised Visit Network"
td_6_6	=	"United Way"

url_6_1	=	"http://www.preventchildabuse.org/"
url_6_2	=	"http://www.pcain.org/"
url_6_3	=	"http://www.nationalcasa.org/"
url_6_4	=	"http://www.preventchildabuse.com/"
url_6_5	=	"http://www.svnetwork.net/"
url_6_6	=	"http://www.unitedwayec.org/"

td_7	=	"<b>Home</b>"
url_7	=	"home.htm"