menunum=0;
menus=new Array();
_d=document;

function addmenu() {
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus() {
	mt="<script language=JavaScript>";
	for(a=1;a<menus.length;a++)
	{mt+=" menu"+a+"=menus["+a+"];"}
	mt+="<\/script>";
	_d.write(mt)
}

if (navigator.appVersion.indexOf("MSIE 6.0") > 0) {
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#808080', Direction=135, Strength=5)"
} else {
	effect = "Shadow(color='#808080', Direction=135, Strength=5)"
}

timegap = 200
followspeed = 5
followrate = 40
suboffset_top = 10
suboffset_left = 10

MenuStyle=["#000066", "#EFEBEF", "#000066", "#CEC7D6", "#000066", "11px", "normal", "normal", "Arial, Helvetica, sans-serif",
	5, , 0, "#FFFFFF", "#000066", , , , , , "#000066",]

addmenu(menu=["about us", 170, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"What is an ITO?", "What_is_an_ITO.htm", "", , 1 ,
	"Roles and responsibilities", "Roles_and_responsibilities.htm", "", , 1 ,
	"Corporate Documents", "corporate_documents.htm", "", , 1])

addmenu(menu=["infrastructure industry", 203, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"What is infrastructure?", "what_is_infrastructure.htm", "", , 1,
	"Why choose infrastructure?", "Why_choose_infrastructure.htm", "", , 1,
	"The industry workforce", "The_industry_workforce.htm", "", ,1])

addmenu(menu=["benefits of training", 236, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"For employees", "benefits_of_training_for_employees.htm", "", , 1 ,
	"For employers", "benefits_of_training_for_employers.htm", "", , 1])

addmenu(menu=["profiles", 270, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Modern apprentices", "Modern_apprentice_case_studies.htm", "", ,1 ,
	"Employees", "Employee_case_studies.htm", "", , 1,
	"Employers", "Employer_case_studies.htm", "", , 1,
	"Just the Job", "Just_The_Job.htm", "", , 1])

addmenu(menu=["getting started", 302, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Industry training", "Industry_training.htm", "", , 1,
	"The industry training process", "The_industry_training_process.htm", "", , 1,
	"BConstructive", "BConstructive.htm", "", , 1,
	"Gateway programmes", "Gateway_programmes.htm", "", , 1,
	"Modern apprenticeships", "Modern_apprenticeships.htm", "", , 1,
	"Experienced industry employees", "Experienced_industry_employees.htm", "", , 1,
	"Job changers", "Job_changers.htm", "", , 1])

addmenu(menu=["qualifications", 340, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Civil construction", "Civil_Construction.htm", "", , 1,
	"Pavement surfacing", "Pavement_surfacing.htm", "", , 1,
	"Roadmarking", "Roadmarking.htm", "", , 1,
	"Rural contracting", "Rural_contracting.htm", "", , 1,
	"Agrichemical application ", "Agrichemical_application.htm", "", , 1,
	"Utilities", "Utilities.htm", "", , 1,
	"Asset management", "Asset_Management.htm", "", , 1,
	"Civil engineering", "Civil_engineering.htm", "", , 1,
	"Surveying", "Surveying.htm", "", , 1,
	"First line management", "Management.htm", "", , 1,
	"Business", "Business.htm", "", , 1,
	"Adult education & training", "Adult_education.htm", "", , 1,
	"Health and safety", "Health_Safety_Environment.htm", "", , 1,
	"Demolition", "Demolition.htm", "", , 1,
	"Horizontal directional drilling", "Horizontal_Directional_Drilling.htm", "", , 1])

addmenu(menu=["Trainee resources", 355, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Order", "Order_Resources.htm", "", , 1,
	"Surveying", "Trainee_Resources_Surveying.htm", "", , 1,
	"Feedback", "Feedback.htm", "", , 1])

addmenu(menu=["assessors", 366, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Our Assessors ", "Our_assessors.htm", "", , 1,
	"Becoming an Assessor", "Becoming_an_assessor.htm", "", , 1,
	"News", "Assessor_news.htm", "", , 1,
	"WRT", "wrt.htm", "", , 1,
	"Forms", "Forms.htm", "", , 1,
	"Useful Information", "Useful_information.htm", "", , 1])

addmenu(menu=["hot off the press", 450, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Newsletters", "Newsletters.htm", "", , 1,
	"InfraTrain News", "InfraTrainNews.htm", "", , 1,
	"News Archive", "NewsArchive.htm", "", , 1])

addmenu(menu=["download resources", 450, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"InfraTrain forms", "InfraTrain_forms.htm", "", , 1])

addmenu(menu=["contact us", 550, "offset=185", 160, 1, "left", MenuStyle, 0, , effect, 0, 0, 0, , , 0, 0, , , 0, , ,
	"Head office contact details", "Head_office.htm", "", , 1,
	"Regional contact details", "Regional_managers.htm", , 1])

dumpmenus();