//Home_Menu Published 3/4/2010 2:07:43 AM By: choward

timegap=500
followspeed=5
followrate=50
suboffset_top=0
suboffset_left=0

HeadersStyle1=[               //HeaderStyle1is an array of properties
"000000"                       //MouseOffFontColor
,"FFFFFF"                       //MouseOffBackgroundColor
,"000000"                       //MouseOnFontColor
,"6699CC"                       //MouseOnBackgroundColor
,""                                //MenuBorderColor (Left blank)
,"12"                       //FontSize
,"normal"                       //FontStyle
,"bold"                       //FontWeight
,"arial"                       //FontName
,2
,""                       //SubmenuImage
,""                                //SeperatorBar3DBorder (Left blank)
,""                                //3DHighColor (Left blank)
,""                                //3DLowColor (Left blank)
,"FFFFFF"                       //CurrentItemFontColor
,"006699"                       //CurrentItemBackgroundColor
,""                       //TopBarImage
,"000000"                       //HeaderFontColor
,"FFFFFF"                       //HeaderBackgroundColor
,"0099FF"                       //SeperatorBarColor
]                                //End HeaderStyle1




if(CTSTID & VP)
{
addmenu(menu=[
"HeaderMenu1",               //Menu Name
,               //Menu Top
,               //Menu Left
150,               //Menu width
1,               //Menu Border Width
,               // Screen Position
HeadersStyle1,               //Menu Properties Array
1,               //Always visible
,               //Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777',Direction=135, Strength=5)",               //Filter String
0,               //Follow Scrolling
0,               //Horizontal or vertical menu, 0 vertical, 1 horizontal
0,               //keep alive
,               //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
,               // Background image for menu Color
0,               //Scrollable Menu
,               //Miscellaneous Menu Properties
,"Our Church","show-menu=SubMenu_0_1","/Content/49.htm",,0
,"News and Events","/Content/175.htm",,,0
,"Worship","show-menu=SubMenu_1_1","/Content/174.htm",,0
,"Connect","show-menu=SubMenu_2_1",,,0
,"Learn","/Content/171.htm",,,0
,"Serve","/Content/173.htm",,,0
])
addmenu(menu=[
"SubMenu_0_1","offset=0","offset=0",150,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777',Direction=135, Strength=5)",0,0,0,,,0,0,,,0,,,"Contact Us","/Content/167.htm",,"Contact Us",0
,"Ministry Teams","show-menu=SubMenu_3_1",,,0
,"Find Us","/Content/170.htm",,"Find Us",0
,"Our Leadership","/Content/168.htm",,,0
])
addmenu(menu=[
"SubMenu_3_1","offset=0","offset=0",150,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777',Direction=135, Strength=5)",0,0,0,,,0,0,,,0,,,"Personnel","/Content/178.htm",,"Personnel Team",0
,"Worship","/Content/174.htm",,"Spiritual Life Team",0
,"Hospitality","/Content/172.htm",,"Congregational Life",0
,"Education","/Content/171.htm",,"Education",0
,"Finance","/Content/86.htm",,"Finance Team",0
,"Ministry Support","/Content/177.htm",,"Ministry Support Team",0
,"Mission","/Content/173.htm",,"Mission Team",0
])
addmenu(menu=[
"SubMenu_1_1","offset=0","offset=0",150,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777',Direction=135, Strength=5)",0,0,0,,,0,0,,,0,,,"Worship","/Content/50.htm",,,0
,"Music","/Content/57.htm",,,0
,"Taize service","/Content/59.htm",,,0
])
addmenu(menu=[
"SubMenu_2_1","offset=0","offset=0",150,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777',Direction=135, Strength=5)",0,0,0,,,0,0,,,0,,,"Presbyterian Women","/Content/95.htm",,,0
,"Youth","/Content/96.htm",,,0
,"Druid Hills Child Development Center","/Content/99.htm",,,0
])
}
else
{
addmenu(menu=["",,,,,,HeadersStyle1,,,,,,,,,,,,,,,,"","",,,0])
}


dumpmenus()
