// config.js - Created by Bradley J. Gibby q:)
// Version 1.0 - 20030718

setMenuWidth(275);
createMenu("BRAD1");
setMenu("BRAD1");

addMenuItem(7, "&nbsp;Home&nbsp;", 0, 1, "javascript:goTo('editorial.html');");

addMenuItem(1, "&nbsp;Articles&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(103, "Submit an article", 1, 2, "javascript:goTo('submit.html');");
	addMenuItem(101, "Peer reviewed articles", 1, 2, "javascript:void(0);");
		addMenuItem(10101, "Knowledge management adds practical value - Maureen Sullivan", 101, 2, "javascript:goTo('pra_maureen_sullivan.html');");
		addMenuItem(10102, "Our youth: are they digitally enhanced or not? - Mardi Dywer", 101, 2, "javascript:goTo('pra_mardi_dwyer.html');");
		addMenuItem(10103, "Using safety nets: flexible learning and operational change - Jenni Harding", 101, 2, "javascript:goTo('pra_jennifer_harding.html');");
		addMenuItem(10104, "Flying in the VET Sector: teacher induction - Sue Goodbourn", 101, 2, "javascript:goTo('pra_sue_goodbourne.html');");
	
	addMenuItem(102, "Non-peer reviewed articles&nbsp;", 1, 2, "javascript:void(0);");
		addMenuItem(10201, "Finding your voice online - Michael Coghlan", 102, 2, "javascript:goTo('npra_michael_coghlan.html');");
		addMenuItem(10202, "Implementing corporate elearning - Rita Bennink", 102, 2, "javascript:goTo('npra_rita_bennink.html');");
		addMenuItem(10203, "Flexible libraries: opportunities/strategies for engagement - Leonie Pope", 102, 2, "javascript:goTo('npra_leonie_pope.html');");
		addMenuItem(10204, "Opening the LOOP: flexible learning workplace culture - Damon Wallace", 102, 2, "javascript:goTo('npra_damon_wallace.html');");
		addMenuItem(10205, "ROI in technology based simulation training - Steve Matheson", 102, 2, "javascript:goTo('npra_steve_matheson.html');");
		addMenuItem(10206, "Rethinking models of literacy provision for the C21st - Robyn Jay", 102, 2, "javascript:goTo('npra_robyn_jay.html');");
		addMenuItem(10207, "Selling Change: a case study - Graeme Kirkwood", 102, 2, "javascript:goTo('npra_graeme_kirkwood.html');");

addMenuItem(2, "&nbsp;Critiques&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(201, "RSS, blogging and flexible teaching and learning - Michael Chalk", 2, 2, "javascript:goTo('cri_chalk.html');");
	addMenuItem(202, "Sustainable VET Leadership - Jock Grady", 2, 2, "javascript:goTo('cri_grady.html');");
	addMenuItem(203, "Leadership in VET - Jenny Dodd & Phoebe Palmieri", 2, 2, "javascript:goTo('cri_dodd_pal.html');");

addMenuItem(3, "&nbsp;From the Branches&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(301, "NSW", 3, 2, "javascript:goTo('bra_nsw.html');");
	addMenuItem(302, "QLD", 3, 2, "javascript:goTo('bra_qld.html');");
	addMenuItem(303, "VIC", 3, 2, "javascript:goTo('bra_vic.html');");

addMenuItem(4, "&nbsp;Interviews&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(401, "Teacher and learner engagement through creativity - Stephen Heppell", 4, 2, "javascript:goTo('int_stephen_heppell.html');");
	addMenuItem(402, "Mentoring the Flexible Learning Toolboxes - Ron Oliver", 4, 2, "javascript:goTo('int_ron_oliver.html');");
	addMenuItem(403, "A Global Online Support and Content Development Centre - Geoff Elwood", 4, 2, "javascript:goTo('int_geoff_elwood.html');");
	addMenuItem(404, "Multiliteracies for the Online Environment - Chris Sutton", 4, 2, "javascript:goTo('int_christine_sutton.html');");
	

addMenuItem(5, "&nbsp;Current Research&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(501, "Research Summary - Jo Murray", 5, 2, "javascript:goTo('cr_summary.html');");
	addMenuItem(502, "Distributed VET research for regional Australia - Jock Grady & Chris Horton", 5, 2, "javascript:goTo('cr_chris_horton_and_jock_grady.html');");

addMenuItem(6, "&nbsp;Good Practice&nbsp;", 0, 1, "javascript:void(0);");
	addMenuItem(601, "The sustainable VET organisation - Mark Landy & Sheila Fitzgerald", 6, 2, "javascript:goTo('gp_mark_landy_and_sheila_fitzgerald.html');");
	addMenuItem(602, "Increasing the use of e-resources in the mainstream - Bryan Ormesher", 6, 2, "javascript:goTo('gp_bryan_ormesher.html');");
	addMenuItem(603, "From ripples to waves - Sue Hickton", 6, 2, "javascript:goTo('gp_sue_hickton.html');");
	addMenuItem(604, "Key competencies, employability skills and the new RTO - Andrea Bartetzko", 6, 2, "javascript:goTo('gp_andrea_bartetzko.html');");
	addMenuItem(605, "e-business and e-learning in ACE - Sandra Gray", 6, 2, "javascript:goTo('gp_sandra_gray.html');");
	addMenuItem(606, "Empowering individual learning pathways: Case studies - Sharon Rice", 6, 2, "javascript:goTo('int_sharon_rice.html');");
	addMenuItem(607, "A Proposed Framework for the Instigation of Flexible Learning in a Secondary School Context - Ann-Marie Kelly", 6,2, "javascript:goTo('gp_kelly.html');");

addMenuItem(8, "Contact Us", 0, 1, "javascript:goTo('contactUs.html');");

