//Sharptech_Top_Navigation Published 10/16/2009 1:00:31 PM By: alucas

timegap=500
followspeed=5
followrate=50
suboffset_top=0
suboffset_left=0

HeadersStyle1=[               //HeaderStyle1is an array of properties
"ffffff"                       //MouseOffFontColor
,"0c9ed9"                       //MouseOffBackgroundColor
,"FFFFFF"                       //MouseOnFontColor
,"44bbeb"                       //MouseOnBackgroundColor
,"0c9ed9"                       //MenuBorderColor
,"11"                       //FontSize
,"normal"                       //FontStyle
,"normal"                       //FontWeight
,"veranda"                       //FontName
,2
,""                       //SubmenuImage
,""                                //SeperatorBar3DBorder (Left blank)
,""                                //3DHighColor (Left blank)
,""                                //3DLowColor (Left blank)
,"FFFFFF"                       //CurrentItemFontColor
,"0c9ed9"                       //CurrentItemBackgroundColor
,""                       //TopBarImage
,"ffffff"                       //HeaderFontColor
,"0c9ed9"                       //HeaderBackgroundColor
,"0c9ed9"                       //SeperatorBarColor
]                                //End HeaderStyle1




if(CTSTID & VP)
{
addmenu(menu=[
"HeaderMenu1",               //Menu Name
,               //Menu Top
,               //Menu Left
107,               //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);Shadow(color='#272D56,Direction=100, Strength=1)",               //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
,"About Us","show-menu=SubMenu_0_1","/Content/20.htm",,0
,"Our Products","show-menu=SubMenu_1_1",,,0
,"Buy Online","show-menu=SubMenu_2_1",,,0
,"Useful Links","/Content/39.htm",,"Useful Links",0
,"News & Events","show-menu=SubMenu_3_1",,,0
,"Contact Us","show-menu=SubMenu_4_1",,,0
,"Search","/Content/57.htm",,"Search",0
])
addmenu(menu=[
"SubMenu_0_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Tour AST","/Content/21.htm",,"Tour AST",0
,"Customer Feedback","/Content/22.htm",,"Customer Feedback",0
,"Map","/Content/23.htm",,"Map",0
])
addmenu(menu=[
"SubMenu_1_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Bandsaw Blades","show-menu=SubMenu_6_1","/Content/24.htm","Bandsaw Blades",0
,"Grinder Plates & Knives","/Content/29.htm",,"Grinder Plates & Knives",0
,"Reciprocating Blades","/Content/30.htm",,"Reciprocating Blades",0
,"Handsaw Frames","/Content/31.htm",,"Handsaw Frames",0
,"Cutlery / Sharpeners","/Content/32.htm",,"Cutlery / Sharpeners",0
])
addmenu(menu=[
"SubMenu_6_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Food","/Content/25.htm",,"Food",0
,"Bakery","/Content/26.htm",,"Bakery",0
,"Wood","/Content/27.htm",,"Wood",0
,"Industrial","/Content/28.htm",,"Industrial",0
])
addmenu(menu=[
"SubMenu_2_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Credit Application","/Content/35.htm",,"Credit Application",0
,"Terms and Conditions","show-menu=SubMenu_9_1","/Content/50.htm",,0
,"Purchase Order Form","/Content/38.htm",,"Purchase Order Form",0
])
addmenu(menu=[
"SubMenu_9_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Domestic","/Content/36.htm",,"Domestic",0
,"International","/Content/37.htm",,"International",0
])
addmenu(menu=[
"SubMenu_3_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Closing Notices","/Content/41.htm",,"Closing Notices",0
,"Trade Show Calendar","/Content/42.htm",,"Trade Show Calendar",0
,"75th Anniversary","/Content/43.htm",,"75th Anniversary",0
])
addmenu(menu=[
"SubMenu_4_1","offset=0","offset=0",107,1,,HeadersStyle1,0,,"Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#272D56,Direction=100, Strength=1)",0,0,0,,,0,0,,,0,,,"Contact Information","/Content/45.htm",,"Contact Information",0
,"Contact Form","/Content/46.htm",,"Contact Form",0
,"International Team","/Content/47.htm",,"International Team",0
,"Tech Support","/Content/48.htm",,"Tech Support",0
])
}
else
{
addmenu(menu=["",,,,,,HeadersStyle1,,,,,,,,,,,,,,,,"","",,,0])
}


dumpmenus()

