﻿var rea_govButton = new ItemStyle(112, 0, '', 0, 0, '../images/sectornav/sector_govMain.gif', '../images/sectornav/rea_govOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var rea_resButton = new ItemStyle(98, 0, '', 0, 0, '../images/sectornav/sector_resMain.gif', '../images/sectornav/rea_resOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var rea_indButton = new ItemStyle(88, 0, '', 0, 0, '../images/sectornav/sector_indMain.gif', '../images/sectornav/rea_indOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var rea_reaButton = new ItemStyle(106, 0, '', 0, 0, '../images/sectornav/sector_reaMain.gif', '../images/sectornav/sector_reaMain.gif', '', '', '', '', null, null, 'pointer', 'default');
var rea_intButton = new ItemStyle(119, 0, '', 0, 0, '../images/sectornav/sector_intMain.gif', '../images/sectornav/rea_intOv.gif', '', '', '', '', null, null, 'pointer', 'default');

var rea_buttonI        = new ItemStyle(21, 0, '', 0, 0, '', '', 'reaI',  'reaIHover', 'reaIBorder', 'reaIBorder', null, null, 'hand',    'default');
var rea_buttonI_first  = new ItemStyle(21, 0, '', 0, 0, '', '', 'reaI',  'reaIFirstHover', 'reaIBorder', 'reaIBorderHover', null, null, 'hand',    'default');
var rea_buttonII       = new ItemStyle(21, 0, '', 0, 0, '', '', 'reaII', 'reaIIHover', 'reaIIBorder', 'reaIIBorder', null, null, 'pointer', 'default');
var rea_buttonIIfirst  = new ItemStyle(21, 0, '', 0, 0, '', '', 'reaII', 'reaIIHoverFirst', 'reaIIBorder', 'reaIIBorderFirst', null, null, 'pointer', 'default');
var rea_div            = new ItemStyle(1, 0, '', 0, 0, '', '', 'reaII', 'reaIIHover', 'reaDivBorder', 'reaDivBorder', null, null, 'pointer', 'default');

var dropM = new ItemStyle(22, 0, '&gt;&gt;', -21, 0, '10#DAF0F4', '10#2DA7BF', 'drop', 'dropHover', 'dropBorder', 'dropBorder', null, null, 'hand', 'default');


/////// sectors

var rea_sectorMenu = new PopupMenu('rea_sectorMenu');
with (rea_sectorMenu)
{

startMenu('root', false, 'window.page.elmPos("sectors").x',  'window.page.elmPos("sectors").y', 38, blank);
addItem('', 'mGovernments', 'sm:', rea_govButton);
addItem('', 'mResources', 'sm:', rea_resButton);
addItem('', 'mIndustry', 'sm:', rea_indButton);
addItem('', 'mBlank', 'sm:', rea_reaButton);
addItem('', 'mInternational', 'sm:', rea_intButton);

	startMenu('mBlank', true, 0, 0, 0, blank, '', false);
	addItem('', '#', '');

startMenu('mGovernments', true, 5, 38, 152, gov_dropI, '', false);
addItem('&nbsp;Introduction', 'gov_intro.html', '');
addItem('&nbsp;Federal', 'gov_fed.html', '');
addItem('&nbsp;Provincial', 'gov_pro.html', '');
addItem('&nbsp;Municipal', 'gov_mun.html', '');
addItem('&nbsp;First Nations', 'gov_fir.html', '');
addItem('&nbsp;Crown Corporations', 'gov_cro.html', '');
addItem('&nbsp;Institutions', 'gov_ins.html', '');
	
startMenu('mResources', true, 11, 38, 152, res_dropI, '', false);
addItem('&nbsp;Introduction', 'res_intro.html', '');
addItem('&nbsp;Power', 'res_pow.html', '');
addItem('&nbsp;Mining', 'res_min.html', '');
addItem('&nbsp;Forestry', 'res_for.html', '');
addItem('&nbsp;Oil & Gas', 'res_oil.html', '');
	
startMenu('mIndustry', true, 8, 38, 256, ind_dropI, '', false);
addItem('&nbsp;Introduction', 'ind_intro.html', '');
addItem('&nbsp;Transportation Services', 'ind_tra.html', '');
addItem('&nbsp;Financial Services', 'ind_fin.html', '');
addItem('&nbsp;Environmental Services', 'ind_env.html', '');
addItem('&nbsp;Manufacturing and Processing', 'ind_man.html', '');
addItem('&nbsp;Construction & Public-Private Partnerships', 'ind_con.html', '');

startMenu('mInternational', true, 7, 38, 152, int_dropI, '', false);
addItem('&nbsp;Introduction', 'int_intro.html', '');
}

/////// subsectorsI

var rea_MenuIA = new PopupMenu('rea_MenuIA');
with (rea_MenuIA)
{

startMenu('root', false, 132, 97, 19, rea_buttonI, '', false);
addItem('Introduction', 'rea_intro.html', '', null, 75);
addItem('', '#', '', rea_div, 1);
addItem('New Urban Land', 'rea_new.html', '', null, 97);
addItem('', '#', '', rea_div, 1);
addItem('Redevelopment & Brownfields', 'rea_red.html', '', null, 166);
addItem('', '#', '', rea_div, 1);


addItem('Recreation & Resort Developments', 'rea_rec.html', '', null, 182);


}



/////// subsectorsII

var rea_MenuIB = new PopupMenu('rea_MenuIB');
with (rea_MenuIB)
{

startMenu('root', false, 132, 117, 19, rea_buttonI, '', false);
addItem('Property & Facilities Management', 'rea_pro.html', '', null, 190);
}


/////// animation

if ((navigator.userAgent.indexOf('rv:0.')==-1) &&
    !(isOp&&!document.documentElement) && !(isIE4&&!window.external))
{
 rea_sectorMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 rea_sectorMenu.hideMenu = new Function('mN','menuAnim(this, mN, -15)');
 rea_MenuIA.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 rea_MenuIA.hideMenu = new Function('mN','menuAnim(this, mN, -15)'); 
 rea_MenuIB.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 rea_MenuIB.hideMenu = new Function('mN','menuAnim(this, mN, -15)');
}
