﻿var ind_govButton = new ItemStyle(112, 0, '', 0, 0, '../images/sectornav/sector_govMain.gif', '../images/sectornav/ind_govOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var ind_resButton = new ItemStyle(98, 0, '', 0, 0, '../images/sectornav/sector_resMain.gif', '../images/sectornav/ind_resOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var ind_indButton = new ItemStyle(88, 0, '', 0, 0, '../images/sectornav/sector_indMain.gif', '../images/sectornav/sector_indMain.gif', '', '', '', '', null, null, 'pointer', 'default');
var ind_reaButton = new ItemStyle(106, 0, '', 0, 0, '../images/sectornav/sector_reaMain.gif', '../images/sectornav/ind_reaOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var ind_intButton = new ItemStyle(119, 0, '', 0, 0, '../images/sectornav/sector_intMain.gif', '../images/sectornav/ind_intOv.gif', '', '', '', '', null, null, 'pointer', 'default');

var ind_buttonI        = new ItemStyle(21, 0, '', 0, 0, '', '', 'indI',  'indIHover', 'indIBorder', 'indIBorder', null, null, 'hand',    'default');
var ind_buttonI_first  = new ItemStyle(21, 0, '', 0, 0, '', '', 'indI',  'indIFirstHover', 'indIBorder', 'indIBorderHover', null, null, 'hand',    'default');
var ind_buttonII       = new ItemStyle(21, 0, '', 0, 0, '', '', 'indII', 'indIIHover', 'indIIBorder', 'indIIBorder', null, null, 'pointer', 'default');
var ind_buttonIIfirst  = new ItemStyle(21, 0, '', 0, 0, '', '', 'indII', 'indIIHoverFirst', 'indIIBorder', 'indIIBorderFirst', null, null, 'pointer', 'default');
var ind_div            = new ItemStyle(1, 0, '', 0, 0, '', '', 'indII', 'indIIHover', 'indDivBorder', 'indDivBorder', 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 ind_sectorMenu = new PopupMenu('ind_sectorMenu');
with (ind_sectorMenu)
{

startMenu('root', false, 'window.page.elmPos("sectors").x',  'window.page.elmPos("sectors").y', 38, blank);
addItem('', 'mGovernments', 'sm:', ind_govButton);
addItem('', 'mResources', 'sm:', ind_resButton);
addItem('', 'mBlank', 'sm:', ind_indButton);
addItem('', 'mRealestate', 'sm:', ind_reaButton);
addItem('', 'mInternational', 'sm:', ind_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('mRealestate', true, 11, 38, 221, rea_dropI, '', false);
addItem('&nbsp;Introduction', 'rea_intro.html', '');
addItem('&nbsp;New Urban Land', 'rea_new.html', '');
addItem('&nbsp;Redevelopment & Brownfields', 'rea_red.html', '');
addItem('&nbsp;Recreation & Resort Developments', 'rea_rec.html', '');
addItem('&nbsp;Property & Facilities Management', 'rea_pro.html', '');

startMenu('mInternational', true, 7, 38, 152, int_dropI, '', false);
addItem('&nbsp;Introduction', 'int_intro.html', '');
}

/////// subsectorsI

var ind_MenuIA = new PopupMenu('ind_MenuIA');
with (ind_MenuIA)
{

startMenu('root', false, 132, 97, 19, ind_buttonI, '', false);
addItem('Introduction', 'ind_intro.html', '', null, 75);
addItem('', '#', '', ind_div, 1);
addItem('Transportation Services', 'ind_tra.html', '', null, 131);
addItem('', '#', '', ind_div, 1);
addItem('Financial Services', 'ind_fin.html', '', null, 103);
addItem('', '#', '', ind_div, 1);
addItem('Environmental Services', 'ind_env.html', '', null, 130);
}

/////// subsectorsII

var ind_MenuIB = new PopupMenu('ind_MenuIB');
with (ind_MenuIB)
{

startMenu('root', false, 132, 117, 19, ind_buttonI, '', false);
addItem('Manufacturing & Processing', 'ind_man.html', '', null, 156);
addItem('', '#', '', ind_div, 1);
addItem('Construction & Public-Private Partnerships', 'ind_con.html', '', null, 222);
}


/////// animation

if ((navigator.userAgent.indexOf('rv:0.')==-1) &&
    !(isOp&&!document.documentElement) && !(isIE4&&!window.external))
{
 ind_sectorMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 ind_sectorMenu.hideMenu = new Function('mN','menuAnim(this, mN, -15)');
 ind_MenuIA.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 ind_MenuIA.hideMenu = new Function('mN','menuAnim(this, mN, -15)'); 
 ind_MenuIB.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 ind_MenuIB.hideMenu = new Function('mN','menuAnim(this, mN, -15)');
}
