/* --- menu items --- */

var MENU_ITEMS0 = [
		[wrap_whoweare(), '/who/index.asp', null,
				['Overview','/who/index.asp', null],
				['National Association', 'http://www.realtor.org/rocms.nsf', null], 
				['State Association', 'http://www.illinoisrealtor.org', null]
		
		],
		[wrap_whatweoffer(), '/what/index.asp', null,
				['Overview', '/what/index.asp', null],
				['Dispute Resolution', '/what/dispute.asp', null], 
				['Education', '/education/index.asp', null],
				['Computer Training', '/what/computer.asp', null],
				['Code of Ethics', '/what/ethics.asp', null],
				['Join NSBAR TALK Discussion Group', '/contact.asp', null],
				['Make Me More Money!', '/what/money.asp', null],
				['Information and Statistics', '/library/community.asp', null,					
					['Transfer Taxes', '/library/transfertax.asp', null],
					['Procuring Cause', '/library/fileabar.pdf', null],
					['Sign Ordinances', '/signor.asp', null],
					['Cook County Assessors', 'http://www.cookcountyassessor.com/filings/SearchNew/search.asp', null],
					['Check an Illinois Real Estate License', 'http://www.obrelookupclear.state.il.us/default.asp', null],
					['Homes of Sale', 'http://www.realtor.com/chicago/nbregion.asp?st=il&poe=realtor', null]				
				],
				['Our Partners', '/affiliates/index.asp', null]
		],
		[wrap_ourlibrary(), '/library/index.asp', null,
				['Overview', '/library/index.asp', null],
				['What Is...', '/library/whatis.asp', null],
				['License and the Rules', '/library/licensing.asp', null],
				['Real Estate Practices', '/library/realestate.asp', null],
				['Association Governance', '/library/governance.asp', null],
				['Ethics and Arbitration', '/library/arbitration.asp', null],
				['Information and Statistics', '/library/community.asp', null],
				['Legal', '/library/legal.asp', null],
				['MLS Rules', '/library/mls.asp', null],
				['RESPA', '/library/respa.asp', null]
		],
		[wrap_technology(), '/technology/index.asp', null,
				['Overview', '/technology/index.asp', null],
				['Weekly Tech Updates', '/technology/weekly_tech_updates.asp', null], 
				['Supra Lock Box', '/technology/products.asp', null],
				['MLSNI Software Knowledge Base', '/technology/MLSNI/MLSNI.asp', null],
				['MAP Software Knowledge Base', '/technology/MAP/MAP.asp', null],
				['Technology Library', '/technology/library.asp', null],
				['Required Computer Specs', '/technology/specs.asp', null]
		],
		[wrap_education(), '/education/index.asp', null,
				['Overview', '/education/index.asp', null],
				['Star Track Orientation Program', '/education/startrack.asp', null],
				['Continuing Education', '/education/renewal.asp', null],
				['Home Study C.E.', '/homestudy.asp', null],
				['Pre-License', '/education/salesperson.asp', null],
				['Designations/Certificates', '/education/designations.asp', null]
		],
		[wrap_officers(), '/officers/index.asp', null,
				['Current Officers', '/officers/index.asp', null],
				['Past Presidents', '/officers/past.asp', null]
		],
		[wrap_search(), '/search/index.asp', null],
		[wrap_members(), 'http://ims.nsbar.org/scripts/mgrqispi.dll?APPNAME=IMS&PRGNAME=IMSMemberLogin&ARGUMENTS=-ANSBR', null,
				['Member Login', 'http://ims.nsbar.org/scripts/mgrqispi.dll?APPNAME=IMS&PRGNAME=IMSMemberLogin&ARGUMENTS=-ANSBR', null]
				
		],
		[wrap_join(), 'https://www.nsbar.org/join/index.asp', null,
				['Overview', 'https://www.nsbar.org/join/index.asp', null],
				['Application Form', 'https://www.nsbar.org/join/realtor_membership_app.asp', null],
				['Pricing Form', 'https://www.nsbar.org/join/prices.pdf', null],
				['Reinstatement Form', 'https://www.nsbar.org/join/realtor_membership.asp', null],
				['Affiliate Application Form', 'https://www.nsbar.org/join/affiliate_membership.asp', null]
		]
];

function wrap_whoweare (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_who'  + i + '.gif" border=0>'
	return res;
}
function wrap_whatweoffer (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_what'  + i + '.gif" border=0>'
	return res;
}
function wrap_ourlibrary (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_library'  + i + '.gif" border=0>'
	return res;
}
function wrap_technology (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_tech'  + i + '.gif" border=0>'
	return res;
}
function wrap_education (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_education'  + i + '.gif" border=0>'
	return res;
}
function wrap_officers (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_officers'  + i + '.gif" border=0>'
	return res;
}
function wrap_search (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_search'  + i + '.gif" border=0>'
	return res;
}
function wrap_members (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_members'  + i + '.gif" border=0>'
	return res;
}
function wrap_join (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<img src="/images/buttons/button_join'  + i + '.gif" border=0>'
	return res;
}
function wrap_submenu (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]= '<img src="/images/buttons/hierarrow1.gif" align=right>' + text
	return res;
}
