timegap=500
followspeed=5
followrate=40
suboffset_top=18
suboffset_left=10
sub_top = 83
sub_width = 99
main_left = -7

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
  nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,top=0,left="+(screen.width-800));
  nwin.focus();
}

prop1=[           // prop1 is an array of properties you can have as many property arrays as you need
"ffffff",         // Off Font Color
"38307D",         // Off Back Color
"ffffff",         // On Font Color
"028DE0",         // On Back Color
"ffffff",         // Border Color
10,               // Font Size
"normal",         // Font Style
"bold",           // Font Weight
"Lucida Sans Unicode, Verdana, Tahoma, Helvetical, Arial",        // Font
2,                // Padding
"arrow.jpg",      // Sub Menu Image
0,                // 3D Border & Separator
"66ffff",         // 3D High Color
"ffffff",         // 3D Low Color
"ffffff",         // Referer item Font Color (leave this blank to disable)
"028DE0",         // Referer item Back Color (leave this blank to disable)
]

prop2=[           // prop1 is an array of properties you can have as many property arrays as you need
"ffffff",         // Off Font Color
"fa941b",         // Off Back Color
"ffffff",         // On Font Color
"8EB9E3",         // On Back Color
"ffffff",         // Border Color
10,               // Font Size
"normal",         // Font Style
"normal",         // Font Weight
"Lucida Sans Unicode, Verdana, Tahoma, Helvetical, Arial",        // Font
3,                // Padding
"arrow.jpg",      // Sub Menu Image
0,                // 3D Border & Separator
"66ffff",         // 3D High Color
"000099",         // 3D Low Color
"37317B",         // Referer item Font Color (leave this blank to disable)
"f8a853",         // Referer item Back Color (leave this blank to disable)
]

menu1=[       // This is the array that contains your menu properties and details
63,           // Top
main_left,    // left
sub_width,    // Width
2,            // Border Width
"left",       // Screen Position - here you can use "center;middle;right"
prop1,        // Properties Array - this is set higher up, as above
1,            // Always Visible - allows the menu item to be visible at all time
"center",     // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,             // Filter - Text variable for setting transitional effects on menu activation
,             // Follow Scrolling - Tells the menu item to follow the user down the screen
1,            // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,             // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,             // Position of sub image left:center:right:middle:top:bottom
,             // Show an image on top menu bars indicating a sub menu exists below
,             // Reserved for future use
"Home","default.html",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About Us","show-menu2",,,1,
"Solutions","show-menu3",,,1,
"Products","show-menu4",,,1,
"Press","show-menu5",,,1,
"Partners","show-menu6",,,1,
"Customers","show-menu7",,,1,
"Contact Us","website_files/contact_us.php",,,1
]

menu2=[
sub_top,sub_width*1+main_left-2,140,2,"",prop2,,"left",effect,,,,,,,
//"Dynamic Drive","javascript:openwin(\"http://www.dynamicdrive.com\")",,,,
"Company Overview","website_files/overview.php",,,,
"Management Team","website_files/mgnt.php",,,
]

menu3=[
sub_top,sub_width*2+main_left-4,140,2,"",prop2,,"left",effect,,,,,,,
"Enterprises","website_files/enterprises.php",,,,
"Service Providers","website_files/service_providers.php",,,,
"Telcos","website_files/telcos.php",,,
]

menu4=[
sub_top,sub_width*3+main_left-6,140,2,"",prop2,,"left",effect,,,,,,,
"MAX Everest NW","website_files/brochures/nw.pdf",,,,
"MAX Everest IT","website_files/brochures/it.pdf",,,,
"MAX Everest Telco","website_files/brochures/telco.pdf",,,,
"MAX Everest SLA","website_files/brochures/sla.pdf",,,,
"MAX Everest Syslog","website_files/brochures/syslog.pdf",,,,
"MAX Everest N2N","website_files/brochures/n2n.pdf",,,,
"MAX Everest Netflow","website_files/brochures/netflow.pdf",,,
]

menu5=[
sub_top,sub_width*4+main_left-8,140,2,,prop2,,"left",effect,,,,,,,
"Press Releases","website_files/press.php",,,,
"Events","website_files/events.php",,,,
"Case Studies","website_files/case_studies.php",,,
]

menu6=[
sub_top,sub_width*5+main_left-10,140,2,"",prop2,,"left",effect,,,,,,,
"Partners Login", "website_files/partners_login.php",,,,
"Reseller Programs","website_files/reseller.php",,,,
"Reseller Partners", "website_files/alliance.php",,,
]

menu7=[
sub_top,sub_width*6+main_left-12,140,2,"",prop2,,"left",effect,,,,,,,
"Customers Login","website_files/customers_login.php",,,,
"Software Upgrade","website_files/upgrade.php",,,
]

