/*
Home Page Menu
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=5               // Sub menu offset Top position
suboffset_left=-3             // Sub menu offset Left position

BenefitStyle=[                // PlainStyle is an array of properties. You can have as many property arrays as you need
"00753a",                     // Mouse Off Font Color
"",                   		  // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"",                    		  // Mouse On Background Color
"66cc33",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Arial, Helvetica,", // Font Name
2,                            // Menu Item Padding or spacing
"images/arrow.gif",           // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
"",                     	  // Current Page Item Font Color (leave this blank to disable)
"",                       	  // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"",                     	  // Menu Header Font Color (Leave blank if headers are not needed)
"",                     	  // Menu Header Background Color (Leave blank if headers are not needed)
"66cc33",                     // Menu Item Separator Color
]

OrangeStyle=[                 // PlainStyle is an array of properties. You can have as many property arrays as you need
"d96801",                     // Mouse Off Font Color
"",                     	  // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"",                     	  // Mouse On Background Color
"ff9900",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Arial, Helvetica,", // Font Name
2,                            // Menu Item Padding or spacing
"images/arrow.gif",           // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
"",                     	  // Current Page Item Font Color (leave this blank to disable)
"",                       	  // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"",                     	  // Menu Header Font Color (Leave blank if headers are not needed)
"",                     	  // Menu Header Background Color (Leave blank if headers are not needed)
"ff9900",                     // Menu Item Separator Color
]

YellowStyle=[                 // PlainStyle is an array of properties. You can have as many property arrays as you need
"d96801",                     // Mouse Off Font Color
"",                     	  // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"",                     	  // Mouse On Background Color
"ffd011",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Arial, Helvetica,", // Font Name
3,                            // Menu Item Padding or spacing
"images/arrow.gif",           // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
"",                     	  // Current Page Item Font Color (leave this blank to disable)
"",                       	  // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"",                     	  // Menu Header Font Color (Leave blank if headers are not needed)
"",                     	  // Menu Header Background Color (Leave blank if headers are not needed)
"ffd011",                     // Menu Item Separator Color
]

PurpleStyle=[                 // PlainStyle is an array of properties. You can have as many property arrays as you need
"C85E7A",                     // Mouse Off Font Color
"",                     	  // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"",                     	  // Mouse On Background Color
"C85E7A",                     // Menu Border Color
"10",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Verdana, Arial, Helvetica,", // Font Name
3,                            // Menu Item Padding or spacing
"images/arrow.gif",           // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
"",                     	  // Current Page Item Font Color (leave this blank to disable)
"",                       	  // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"",                     	  // Menu Header Font Color (Leave blank if headers are not needed)
"",                     	  // Menu Header Background Color (Leave blank if headers are not needed)
"C85E7A",                     // Menu Item Separator Color
]



addmenu(menu=[
"benefitsmenu",               // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
,                             // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
BenefitStyle,                 // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                      		  // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=images/clear_dot.gif width=21 height=38 hspace=0 vspace=0 border=0>","show-menu=benefits","# swapimage=images/clear_dot.gif;",,1
])


addmenu(menu=[
'healthmenu',                 // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
,                             // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
OrangeStyle,                  // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                      		  // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=images/clear_dot.gif width=21 height=38 hspace=0 vspace=0 border=0>","show-menu=health","# swapimage=images/clear_dot.gif;",,1
])


addmenu(menu=[
"enrollmenu",                 // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
,                             // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
YellowStyle,                  // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                      		  // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=images/clear_dot.gif width=21 height=38 hspace=0 vspace=0 border=0>","show-menu=enroll","# swapimage=images/clear_dot.gif;",,1
])

addmenu(menu=[
'othermenu',                  // Menu Name - This is needed in order for this menu to be called
,                             // Menu Top - The Top position of this menu in pixels
,                             // Menu Left - The Left position of this menu in pixels
,                             // Menu Width - Menus width in pixels
0,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
PurpleStyle,                  // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                      		  // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"<img src=images/clear_dot.gif width=21 height=38 hspace=0 vspace=0 border=0>","show-menu=other","# swapimage=images/clear_dot.gif;",,1
])



addmenu(menu=[
"other",
0,
,
240,
4,
,
PurpleStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Group Auto and Home Insurance","other/OT_auto_home.html onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF","#",,1
,"&nbsp;Employee Recognition","other/OT_recognition.html onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF","#",,1
,"&nbsp;Employee Mortgage Program","general/ben_news.html#2004mortgage onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF","#",,1
,"&nbsp;Tutition Reimbursement","http://pbg.spdsonline.com/portal.jsp?SID=1&context=DOCUMENT&doc=1998&ver=100&sec=1 onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF;target=blank",,,1
,"&nbsp;Adoption Assistance","http://pbg.spdsonline.com/portal.jsp?SID=1&context=DOCUMENT&doc=1998&ver=100&sec=1 onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF;target=blank",,,1
,"&nbsp;Educational Loans","http://pbg.spdsonline.com/portal.jsp?SID=1&context=DOCUMENT&doc=1998&ver=100&sec=1 onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF;target=blank",,,1
,"&nbsp;Others","other/OT_intro.html onfontcolor=000000;onbackcolor=C85E7A;offfontcolor=C85E7A;offbackcolor=FFFFFF;target=blank",,,1
])

addmenu(menu=[
"benefits",
0,
,
240,
4,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;My Current Elections","http://www.my-enrollment.com/pbgen onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;PBC Benefits Newsletters","benefits/MB_newsletters.html  onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Plan Information","benefits/MB_plan_information.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Locate In-Network Services","benefits/MB_locate.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Benefit Contacts","benefits/MB_benefit_contacts.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Prescription Drugs","benefits/MB_drug.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Make the Most of Your Benefits","benefits/MB_makethemost.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Forms","http://pbg.spdsonline.com/portal.jsp?SID=1900568&context=DOCUMENT&doc=3618&ver=200&sec=1 onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
])



addmenu(menu=[
"health",
0,
,
300,
3,
,
OrangeStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Wellness Assessment","health/HL_Risk_Assessment.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4","#",,1
,"&nbsp;Health Management Programs","health/HL_management_programs.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4","#",,1
,"&nbsp;Focus on Fitness","health/HL_wellnessBenefit.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4","#",,1
,"&nbsp;Weight Management","health/HL_weight_management.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4","#",,1
,"&nbsp;Health & Wellness Resources at Staywell","https://pbg.online.staywell.com onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Resources at PBC's Health Care Partners","show-menu=Sub8","# onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4",,1
,"&nbsp;Healthy Living Newsletters","benefits/MB_newsletters.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4","#",,1
])



addmenu(menu=[
"enroll",
195,
,
190,
4,
,
YellowStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Enrollment Guide","enroll/EO_enrollguide.html onfontcolor=000000;onbackcolor=ffd011;offfontcolor=000000;offbackcolor=f4f4f4","#",,1
,"&nbsp;Health Plan eValuator","http://www.my-enrollment.com/pbgen onfontcolor=000000;onbackcolor=ffd011;offfontcolor=000000;offbackcolor=f4f4f4;target=blank","#",,1
,"&nbsp;Enroll/Make Changes","enroll/EO_reminder.html onfontcolor=000000;onbackcolor=ffd011;offfontcolor=000000;offbackcolor=f4f4f4","#",,1
,"&nbsp;Frequently Asked Questions","general/howto.html onfontcolor=000000;onbackcolor=ffd011;offfontcolor=000000;offbackcolor=f4f4f4","#",,1
])


addmenu(menu=[
"Sub2",
,
,
40,
3,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;2003","benefits/MB_planinfo03.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;2004","benefits/MB_planinfo04.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,01
])


addmenu(menu=[
"Sub3",
,
,
140,
3,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
//,"&nbsp;Health Plan eValuator","http://www.my-enrollment.com/pbgen onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Health Plan eValuator","enroll/splashEvaluator.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;How to Enroll","benefits/MB_howtoenroll.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Go Enroll","benefits/MB_goenroll.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Enrollment Guide (PDF)","enroll/EnrollGuide.pdf onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
])

addmenu(menu=[
"Sub4",
,
,
185,
3,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Empire BlueCross/BlueShield","http://www.empireblue.com/member/universal/providerfind.shtml onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;UnitedHealthCare","http://www.uhc.com onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;MedcoHealth","http://www.medcohealth.com onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;MetLife Dental","http://www.metlife.com/Applications/Corporate/WPS/CDA/PageGenerator/0,1674,P2718,00.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;CIGNA Dental","http://cigna.benefitnation.net/cigna/docdir.aspx onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;EyeMed Vision Care","https://www.eyemedvisioncare.com/memweb/ProviderLocator onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Hyatt Legal Plans","http://www.walmart.com/cservice/ca_storefinder.gsp?NavMode=7 onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4;target=blank",,,1
])

addmenu(menu=[
"Sub5",
,
,
160,
3,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Blue Cross/Blue Shield","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;United Healthcare","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
])


addmenu(menu=[
"Sub6",
,
,
160,
3,
,
BenefitStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Blue Cross/Blue Shield","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;UnitedHealthcare","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 3","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 4","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 5","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 6","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 7","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 8","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 9","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 10","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 11","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
,"&nbsp;Provider 12","general/www.html onfontcolor=000000;onbackcolor=66cc33;offfontcolor=00753a;offbackcolor=f4f4f4",,,1
])

/*
addmenu(menu=[
"Sub7",
,
,
160,
3,
,
OrangeStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Women, Men, Lifestyle","health/reminderTwo.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Parenting & Pregnancy","health/reminderThree.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Diet & Nutrition","health/reminderFour.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Diseases & Conditions","health/reminderFive.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Check Symptoms","health/reminderSix.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Medical Library","health/reminderSeven.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Drugs & Herbs","health/reminderEight.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
])
*/
addmenu(menu=[
"Sub8",
,
,
195,
3,
,
OrangeStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"&nbsp;Empire BlueCross BlueShield","http://www.empirehealthcare.com/pbg/ onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;United Healthcare","http://www.myuhc.com onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;Medco Health","http://www.medcohealth.com onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;HMOs","benefits/MB_hmos.html onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4",,,1
,"&nbsp;MetLife Dental","http://www.metlife.com onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;CIGNA Dental","http://cigna.benefitnation.net/cigna/(fjmjcf45qhf34g45xl4znw55)/docdir.aspx onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
,"&nbsp;EyeMed Vision","http://www.eyemedvisioncare.com onfontcolor=000000;onbackcolor=ff9900;offfontcolor=d96801;offbackcolor=f4f4f4;target=blank",,,1
])

dumpmenus();




