// Arrays for all menu data
// DO NOT CHANGE THESE NAMES - THERE ARE DEPENDENCIES
var glnav_menuText = new Array();
var glnav_menuURLs = new Array();
var glnav_menuTops = new Array();
var glnav_menuObjs = new Array();
var glnav_menuNames = new Array('VoIP','PartnerPrograms','ValueAddedServices','CustomerSupport');
var glnav_menuAltTags = new Array('VoIP Phone Services','Partner Programs','Value Added Services','Customer Support');
var glnav_menuSectionURLs = new Array('/ProductsServices/VoIP/index.cfm','/Partners/index.cfm','/ProductsServices/SupportNetwork/index.cfm','/CustomerSupport/index.cfm');

// Navigation menu text and URLs
//  If a space between elements is needed, insert a blank ('') string for
//  the text and the coresponding URL
glnav_menuText['VoIP'] = new Array('Overview','Residential VoIP Services','Business VoIP Services','Standard Calling Features','International Rates Table','Check Availability');
glnav_menuURLs['VoIP'] = new Array('/ProductsServices/VoIP/index.cfm','/ProductsServices/VoIP/Residential.cfm','/ProductsServices/VoIP/Business.cfm','/ProductsServices/VoIP/Features.cfm','/ProductsServices/VoIP/InternationalRates.cfm','/ProductsServices/VoIP/CheckAvailability.cfm');

glnav_menuText['PartnerPrograms'] = new Array('Overview','Partner Program Benefits','Affiliate Program','- Affiliate Login','VAR Program','- VAR Program Login','Resale/Rebrand Program');
glnav_menuURLs['PartnerPrograms'] = new Array('/Partners/index.cfm','/Partners/Benefits.cfm','/Partners/Affiliate.cfm','https://secure.race.com/affiliate/signup.php','/Partners/Reseller.cfm','https://secure.race.com/var/login.php','mailto:partners@race.com?subject=Re: Race Resale/Rebrand Program');

glnav_menuText['ValueAddedServices'] = new Array('Overview','Hosting Services','Colocation Services','Transport Services','Connectivity Services','Support Services');
glnav_menuURLs['ValueAddedServices'] = new Array('/ProductsServices/SupportNetwork/index.cfm','/ProductsServices/HostingColocation/index.cfm','/ProductsServices/HostingColocation/index.cfm','/ProductsServices/SupportNetwork/TransportServices.cfm','/ProductsServices/SupportNetwork/ConnectivityServices.cfm','/ProductsServices/SupportNetwork/SupportServices.cfm');

glnav_menuText['CustomerSupport'] = new Array('Overview','Forms & Manuals','Remote Desktop Support','Client Control Panel Login','Race WebMail Login','VAR Program Login','Contact Us');
glnav_menuURLs['CustomerSupport'] = new Array('/CustomerSupport/index.cfm','/CustomerSupport/FormsManuals.cfm','/CustomerSupport/RemoteDesktopSupport.cfm','/Login.cfm','/Login.cfm','https://secure.race.com/var/login.php','/CustomerSupport/ContactUs.cfm');

// Size of menus and padding
var glnav_menuWidth = 182;
var glnav_menuPad = 1;
var glnav_menuElmHeight = 20;
var glnav_menuRowHeight = glnav_menuPad*2 + glnav_menuElmHeight;

// Menu style and behavior
var glnav_menuTextClass = "navMenu";                 // CSS selector for menu text
var glnav_menuEdgeColor = "#c8c8c8";                 // 1px rule for menus
var glnav_menuHighlightColor = "#000000";            // Rollover color (IE4+,NS6 only)
var glnav_nsMenuBgColor = "#4d4d4d";                 // Netscape menu background color
var glnav_menuBgImage = glnav_imgPath + "660000.gif";   // bg image for menus
var glnav_ie4HighlightImage = glnav_imgPath + "990000.gif";     // bg image for highlighted menus in ie4
var glnav_menuInterval = 50; // Delay for mouseover|mouseout events	