//Misc Published 5/7/2009 4:12:09 PM By: jacousa

timegap=500
followspeed=5
followrate=50
suboffset_top=0
suboffset_left=0

HeadersStyle3=[               //HeaderStyle3is an array of properties
"046f45"                       //MouseOffFontColor
,"b3e5e6"                       //MouseOffBackgroundColor
,"ffffff"                       //MouseOnFontColor
,"046f45"                       //MouseOnBackgroundColor
,"b3e5e6"                       //MenuBorderColor
,"12"                       //FontSize
,"normal"                       //FontStyle
,"normal"                       //FontWeight
,"arial"                       //FontName
,3
,""                       //SubmenuImage
,""                                //SeperatorBar3DBorder (Left blank)
,""                                //3DHighColor (Left blank)
,""                                //3DLowColor (Left blank)
,"046f45"                       //CurrentItemFontColor
,"b3e5e6"                       //CurrentItemBackgroundColor
,""                       //TopBarImage
,"ffffff"                       //HeaderFontColor
,"046f45"                       //HeaderBackgroundColor
,""                                //SeperatorBarColor (Left blank)
]                                //End HeaderStyle3




if(CTSTID & VP)
{
addmenu(menu=[
"HeaderMenu3",               //Menu Name
,               //Menu Top
,               //Menu Left
140,               //Menu width
1,               //Menu Border Width
,               // Screen Position
HeadersStyle3,               //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)",               //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
,"View Cart","/Content/20.htm",,"View Cart",0
,"Order Information","/Content/30.htm",,"Order Information",0
])
}
else
{
addmenu(menu=["",,,,,,HeadersStyle3,,,,,,,,,,,,,,,,"","",,,0])
}


dumpmenus()
