var MENU_ITEMS_XP = [
[wrap_root('IATSE.ORG'), 'http://umc.html', {'sw' : 100},
[wrap_child('Constitution'),'http://umc_mission.html', null, ],
[wrap_parent('Contracts'), null, null,
[wrap_child('Low Budget Film')],
[wrap_child('Low Budget Commercial')]
],
[wrap_parent('Forums'), null, null,
[wrap_child('Public')],
[wrap_child('Members Only')]
],
[wrap_child('IA Financial Reports'),'http://umc_mission.html', null, ],
[wrap_child('IA Websites'),'http://greenkill.html' ],
[wrap_child('Register'), null, null,],
[wrap_child('Contact Us', 'email.gif'), 'mailto:umc@umcinc.org']
],
[wrap_root('Local52.com'), null, {'sw' : 120},
[wrap_child('Constitution'),'http://uhc_nursing.html', null, ],
[wrap_parent('Contracts'), null, null,
[wrap_child('Low Budget Film')],
[wrap_child('Low Budget Film')],
[wrap_child('Low Budget Commercial')]
],
[wrap_parent('Forums'), null, null,
[wrap_child('Public')],
[wrap_child('Members Only')]
],
[wrap_child('Work Rules'), 'work_rules.html', null, ],
[wrap_child('Register'), 'http://uhc_pcaides.html', null, ],
[wrap_child('Contact Us', 'email.gif'), 'mailto:info@local52.com']
],
[wrap_root('Contracts'), null, {'sw' : 120},
[wrap_child('Constitution'),'http://uhc_nursing.html', null, ],
[wrap_parent('National Contracts'), null, null,
[wrap_child('Low Budget Film')],
[wrap_child('Low Budget Film')],
[wrap_child('Low Budget Commercial')]
],
[wrap_parent('Local 52 Contracts'), null, null,
[wrap_child('Public')],
[wrap_child('Members Only')]
],
[wrap_child('Work Rules'), 'work_rules.html', null, ],
[wrap_child('Register'), 'http://uhc_pcaides.html', null, ],
[wrap_child('Contact Us', 'email.gif'), 'mailto:info@local52.com']
],
[wrap_root('Contracts'), null, {'sw' : 110},
[wrap_child('Websites'),'http://greenkill.html' ],
[wrap_child('Canal Lodge - Ellenville'), 'http://canal.html',]
],
[wrap_root('Links'), null, {'sw' : 110},
[wrap_child('Websites'),'http://greenkill.html' ],
[wrap_child('Canal Lodge - Ellenville'), 'http://canal.html',]
]
];
var ii0 = new Image(); ii0.src = 'icons/arr.gif';
var ii1 = new Image(); ii1.src = 'icons/i.gif';
var ii2 = new Image(); ii2.src = 'icons/n7.gif';
var ii3 = new Image(); ii3.src = 'icons/m12.gif';
var ii4 = new Image(); ii4.src = 'icons/o.gif';
var ii5 = new Image(); ii5.src = 'icons/email.gif';
var ii6 = new Image(); ii6.src = 'icons/icq.gif';
var ii7 = new Image(); ii7.src = 'icons/yahoo.gif';
var ii8 = new Image(); ii8.src = 'icons/aol.gif';
var ii9 = new Image(); ii9.src = 'menu_files/pixel.gif';
function wrap_parent (text,icon) {
return [['
 | |  |
'].join(''),
[' | ', text, ' |  |
|
'].join(''),
[' | ', text, ' |  |
|
'].join('')
];
}
function wrap_child (text,icon) {
return [[''].join(''),
[' | ', text, ' |
|
'].join(''),
[' | ', text, ' |
|
'].join('')
];
}
function wrap_root (text) {
return [
'',
'',
''
];
}