﻿var int_govButton = new ItemStyle(112, 0, '', 0, 0, '../images/sectornav/sector_govMain.gif', '../images/sectornav/int_govOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var int_resButton = new ItemStyle(98, 0, '', 0, 0, '../images/sectornav/sector_resMain.gif', '../images/sectornav/int_resOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var int_indButton = new ItemStyle(88, 0, '', 0, 0, '../images/sectornav/sector_indMain.gif', '../images/sectornav/int_indOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var int_reaButton = new ItemStyle(106, 0, '', 0, 0, '../images/sectornav/sector_reaMain.gif', '../images/sectornav/int_reaOv.gif', '', '', '', '', null, null, 'pointer', 'default');
var int_intButton = new ItemStyle(119, 0, '', 0, 0, '../images/sectornav/sector_intMain.gif', '../images/sectornav/sector_intMain.gif', '', '', '', '', null, null, 'pointer', 'default');

var int_buttonI        = new ItemStyle(21, 0, '', 0, 0, '', '', 'intI',  'intIHover', 'intIBorder', 'intIBorder', null, null, 'hand',    'default');
var int_buttonII       = new ItemStyle(21, 0, '', 0, 0, '', '', 'intII', 'intIIHover', 'intIIBorder', 'intIIBorder', null, null, 'pointer', 'default');
var int_buttonIIfirst  = new ItemStyle(21, 0, '', 0, 0, '', '', 'intII', 'intIIHoverFirst', 'intIIBorder', 'intIIBorderFirst', null, null, 'pointer', 'default');
var int_div            = new ItemStyle(1, 0, '', 0, 0, '', '', 'intII', 'intIIHover', 'intDivBorder', 'intDivBorder', 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 int_sectorMenu = new PopupMenu('int_sectorMenu');
with (int_sectorMenu)
{

startMenu('root', false, 'window.page.elmPos("sectors").x',  'window.page.elmPos("sectors").y', 38, blank);
addItem('', 'mGovernments', 'sm:', int_govButton);
addItem('', 'mResources', 'sm:', int_resButton);
addItem('', 'mIndustry', 'sm:', int_indButton);
addItem('', 'mRealestate', 'sm:', int_reaButton);
addItem('', 'mBlank', 'sm:', int_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('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', '');
}


/////// animation

if ((navigator.userAgent.indexOf('rv:0.')==-1) &&
    !(isOp&&!document.documentElement) && !(isIE4&&!window.external))
{
 int_sectorMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 int_sectorMenu.hideMenu = new Function('mN','menuAnim(this, mN, -15)'); 
}
