var startStr = "&nbsp;&nbsp;";
var endStr = "&nbsp;&nbsp;";

HM_Array1 = [
['',19,97],
[startStr+'featured products'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/products_featured_products.htm',1,section=='products' && subsection=='featured products',0],
[startStr+'crossville color blox'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/pg_crossville_color_blox.htm',1,section=='products' && subsection=='crossville color blox',0],
[startStr+'Robert A.M. Stern Library'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/collection_featured_products.htm',1,section=='products' && subsection=='Robert A.M. Stern Library',0],
[startStr+'the market'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/pg_the_market.htm',1,section=='http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/pg_the_market.htm' && subsection=='the market',0],
[startStr+'specifications'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/products/products_specifics.htm',1,section=='products' && subsection=='specifics',0],
]

HM_Array2 = [
['',81,97],
[startStr+'corporate'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/environments/pg_corporate.htm',1,section=='environments' && subsection=='working',0],
[startStr+'government'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/environments/pg_government.htm',1,section=='environments' && subsection=='leading',0],
[startStr+'education'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/environments/pg_education.htm',1,section=='environments' && subsection=='learning',0],
[startStr+'hospitality/retail'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/environments/pg_hospitality.htm',1,section=='environments' && subsection=='playing',0],
[startStr+'health care'+endStr,'http://www.bentleyprincestreet.com/cultures/en-us/bpc/environments/pg_healthcare.htm',1,section=='environments' && subsection=='healing',0],
]

HM_Array3 = [
["",170,97],
[startStr+"management team"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/company/pg_our_company_management_team.htm",1,section=='our company' && subsection=='management team',0],
[startStr+"design team"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/company/pg_our_company_design_team.htm",1,section=='our company' && subsection=='design team',0],
[startStr+"our commitment"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/company/pg_our_company_commitment.htm",1,section=='our company' && subsection=='our commitment',0],
]

HM_Array4 = [
["",254,97],
[startStr+"how we do it"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/responsibly_made/pg_how_we_do_it.htm",1,section=='responsibly made' && subsection=='how we do it',0],
[startStr+"cool carpet"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/responsibly_made/pg_coolcarpet.htm",1,section=='responsibly made' && subsection=='cool carpet',0],
[startStr+"reentry program"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/responsibly_made/pg_reentry.htm",1,section=='responsibly made' && subsection=='reentry program ',0],
[startStr+"epp"+endStr,"http://www.bentleyprincestreet.com/cultures/en-us/bpc/responsibly_made/pg_epp.htm",1,section=='responsibly made' && subsection=='epp',0],
]

	
// Array to relate a section number to an integer value (array index +1) 
// so we can use this value for turning on and off menu images based on 
// the page we are on and to maintain rollover state when a user selects
// a menu item, rolls off, then rolls into the DHTML div area.

var sectionNumbers = new Array(4);
sectionNumbers[0] = "products";
sectionNumbers[1] = "environments";
sectionNumbers[2] = "our_company";
sectionNumbers[3] = "responsibly_made";