//Quick_Jump Published 7/20/2004 12:07:33 PM By: spearpoint

timegap=500
followspeed=5
followrate=50
suboffset_top=0
suboffset_left=0

HeadersStyle1=[               //HeaderStyle1is an array of properties
"004984"                       //MouseOffFontColor
,"FFFFFF"                       //MouseOffBackgroundColor
,"000000"                       //MouseOnFontColor
,"DEF3F7"                       //MouseOnBackgroundColor
,"849EA5"                       //MenuBorderColor
,"11"                       //FontSize
,"normal"                       //FontStyle
,"normal"                       //FontWeight
,"veranda"                       //FontName
,3
,                       //SubmenuImage
,                                //SeperatorBar3DBorder (Left blank)
,                                //3DHighColor (Left blank)
,                                //3DLowColor (Left blank)
,                                //CurrentItemFontColor (Left blank)
,                                //CurrentItemBackgroundColor (Left blank)
,                       //TopBarImage
,                                //HeaderFontColor (Left blank)
,                                //HeaderBackgroundColor (Left blank)
,                                //SeperatorBarColor (Left blank)
]                                //End HeaderStyle1




if(CTSTID & VP)
{
addmenu(menu=[
"HeaderMenu1",               //Menu Name
23,               //Menu Top
592,               //Menu Left
166,               //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=100);",               //Filter String
0,               //Follow Scrolling
1,               //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
,"Select A Manager","show-menu=SubMenu_0_1",,,0
])
addmenu(menu=[
"SubMenu_0_1","offset=0","offset=0",166,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);",0,0,0,,,0,0,,,0,,,"Asset Manager","/Content/ContentCT.asp?P=56",,,0
,"Calendar Manager","/Content/ContentCT.asp?P=57",,,0
,"Commerce Manager","/Content/ContentCT.asp?P=58",,,0
,"Content Manager","/Content/ContentCT.asp?P=30",,,0
,"Custom Form Manager","/Content/ContentCT.asp?P=59",,,0
,"Listing Manager","/Content/ContentCT.asp?P=61",,,0
,"Message Manager","/Content/ContentCT.asp?P=62",,,0
,"Security Manager","/Content/ContentCT.asp?P=63",,,0
,"Site Manager","/Content/ContentCT.asp?P=65",,,0
,"Site Map Manager","/Content/ContentCT.asp?P=64",,,0
,"Transaction Manager","/Content/ContentCT.asp?P=66",,,0
])
}
else
{
addmenu(menu=["",,,,,,HeadersStyle1,,,,,,,,,,,,,,,,"","",,,0])
}


dumpmenus()
