var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS0 = [
	[' ', '', {'sw' : 10, 'bw' : 180, 'sb' : ''}],
	['Professionals', 'http://publicweb.huschblackwell.com/directory.aspx?stype=a', {'sw' : 94, 'bw' : 180, 'sb' : ''},
		['Attorneys','http://publicweb.huschblackwell.com/directory.aspx?stype=a'],
		['Other Professionals','http://publicweb.huschblackwell.com/otherProfessionals.aspx']
	],
	[' | ', '', {'sw' : 42, 'bw' : 180, 'sb' : ''}],
	['Practices & Industries', 'http://publicweb.huschblackwell.com/practice.aspx', {'sw' : 170, 'bw' : 180, 'sb' : ''}],
	[' | ', '', {'sw' : 42, 'bw' : 180, 'sb' : ''}],
	['About Us', 'http://publicweb.huschblackwell.com/about.aspx', {'sw' : 100, 'bw' : 180, 'sb' : ''},
		['Overview','http://publicweb.huschblackwell.com/about.aspx'],
		['Management','http://publicweb.huschblackwell.com/executiveManagement.aspx'],
		['Diversity','http://publicweb.huschblackwell.com/diversityAtBSPM.aspx'],
		['Community Leadership','http://publicweb.huschblackwell.com/community.aspx'],
		['Media Relations','http://publicweb.huschblackwell.com/pressReleases.aspx'],
		['Offices','http://publicweb.huschblackwell.com/offices.aspx']				
	],
	[' | ', '', {'sw' : 43, 'bw' : 180, 'sb' : ''}],
	['Client Resources', '', {'sw' : 130, 'bw' : 180, 'sb' : ''},
		['Secure Client Access','http://publicweb.huschblackwell.com/secureClientAccess.aspx'],
		['Seminars & Events','http://publicweb.huschblackwell.com/seminars.aspx'],
		['Practice Alerts','http://publicweb.huschblackwell.com/news.aspx?RecentBroadcast=1'],
		['Publications','http://publicweb.huschblackwell.com'],
		['News','http://publicweb.huschblackwell.com/news.aspx']
	],
	[' | ', '', {'sw' : 43, 'bw' : 180, 'sb' : ''}],
	['Careers', '', {'sw' : 98, 'bw' : 180, 'sb' : ''},
		['Legal Recruiting','http://publicweb.huschblackwell.com/recruitingOpportunity.aspx'],
		['Available Positions','http://publicweb.huschblackwell.com/recruitingOpenPosition.aspx']
	],
	[' ', '', {'sw' : 11, 'bw' : 180, 'sb' : ''}]
];

//[wrap_child('Other Professionals','border-right: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black'), 'directory.aspx?stype=o']

function wrap_child (text,posstyle) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table background="http://publicweb.huschblackwell.com/images/linkBG2.gif" border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td width="100%" style="color: #FFFFF6; font-weight: normal;' + posstyle + '" width="100%" height="25">&nbsp;&nbsp;' + text + '</td></tr></table>'
	return res;
}