/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('1210','School of Public Health, Tropical Medicine and Rehabilitation Sciences',ssUrlPrefix + 'index.htm',null,'cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspFeatureImgQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60phtmr_hp\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60\x3cAND\x3e dDocType \x3cmatches\x3e \x60webGraphics\x60','cspImageQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xJCUContentCategory \x3csubstring\x3e \x60Object\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Graphic Object\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60WebGraphics\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Promotion\x60','cspNavImage==jcudev_014916','cspNavImgURL==index.htm','cspQueryText==dDoctype\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('1143','Anton Breinl Centre for Public Health \x26 Tropical Medicine',ssUrlPrefix + 'abc/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspFeatureImgQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xJCUContentCategory \x3csubstring\x3e \x60Object\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Graphic Object\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60WebGraphics\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60abc_hp\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspNavImage==JCUPRD_044225','cspNavImgURL==index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60foo\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_1=g_navNode_0.addNode('1983','Meet our staff',ssUrlPrefix + 'abc/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_2=g_navNode_0.addNode('1984','Publications',ssUrlPrefix + 'abc/publications/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Ebook\x60\x29  \x3cAND\x3e  xJCUContentCategory \x3cmatches\x3e \x60ResearchResults/Publications/Communications\x60  \x3cAND\x3e  xJCUContentGrouping \x3cmatches\x3e \x60Research results/Publications\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_2_0=g_navNode_0_2.addNode('1985','Annual Reports',ssUrlPrefix + 'abc/publications/ar/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Annual_report\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==xKeyDate desc','secondaryUrlVariableField==region1');
g_navNode_0_2_1=g_navNode_0_2.addNode('2142','eBooks',ssUrlPrefix + 'abc/publications/ebooks/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Ebook\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_2_1_0=g_navNode_0_2_1.addNode('2139','Tertiary Teaching eBook',ssUrlPrefix + 'abc/publications/ebooks/tert_teach/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../../../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Ebook\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60flex_teach\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==xJCU_Sequence asc','secondaryUrlVariableField==region1');
g_navNode_0_3=g_navNode_0.addNode('2136','Postgraduate Student Handbooks',ssUrlPrefix + 'abc/pg_hand/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Handbook\x60  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Students_postgraduate\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_4=g_navNode_0.addNode('2137','Postgraduate Timetables',ssUrlPrefix + 'abc/pg_time/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Timetable\x60  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Students_postgraduate\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_5=g_navNode_0.addNode('2138','Research Groups',ssUrlPrefix + 'abc/research/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Research_units\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_6=g_navNode_0.addNode('2140','Information for Current Students',ssUrlPrefix + 'abc/student/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Students_current\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_7=g_navNode_0.addNode('2141','Information for Current Staff',ssUrlPrefix + 'abc/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUPRD_044225','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Staff_all\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Staff Development\x60\x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Anton Breinl Centre\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('1158','Institute of Sport and Exercise Science',ssUrlPrefix + 'ises/index.htm','cspFeatureImgQuery==dDocType \x3csubstring\x3e \x60foo\x60','cspQueryText==dDocType \x3csubstring\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_1_1=g_navNode_1.addNode('1610','ISES Staff',ssUrlPrefix + 'ises/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUPRD_036270','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60ISES\x60','cspSectionGroup==staff','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_1_4=g_navNode_1.addNode('1608','Study Sport \x26 Exercise Science and Clinical Exercise Physiology at JCU',ssUrlPrefix + 'ises/study/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUPRD_036270','cspNavImgURL==../index.htm','cspQueryText==\x28dDocType \x3csubstring\x3e \x60Degrees_programs\x60 \x3cOR\x3e  dDocType \x3csubstring\x3e \x60Service_description\x60\x29  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60ISES\x60','cspSectionGroup==study','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('1456','Occupational Therapy',ssUrlPrefix + 'ot/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspFeatureImgQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60PHTMR rehab homepage banner\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60','cspNavImage==JCUDEV_018341','cspNavImgURL==index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_2_0=g_navNode_2.addNode('1463','Current OT Students',ssUrlPrefix + 'ot/current/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==\x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60Bulletin\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60Timetable\x60 \x3cOR\x3e xSubject \x3csubstring\x3e \x60BM1031\x60\x29  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Students_current\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_0_2=g_navNode_2_0.addNode('1470','Timetables',ssUrlPrefix + 'ot/current/timetable/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Timetable\x60  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Students_current\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_2_1=g_navNode_2.addNode('1458','Fieldwork Information',ssUrlPrefix + 'ot/fieldwork/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_2_1_0=g_navNode_2_1.addNode('1459','For Students',ssUrlPrefix + 'ot/fieldwork/students/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUDEV_018341','cspNavImgURL==../../index.htm','cspQueryText==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Staff_profiles\x60 \x3cOR\x3e  xSubject \x3csubstring\x3e \x60placement\x60\x29  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Students_all\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60fieldwork\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60 \x3cAND\x3e \x3cNOT\x3e dExtension \x3cmatches\x3e \x603gp\x60 ','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('1461','Placement Information',ssUrlPrefix + 'ot/fieldwork/students/placement/index.htm','cspBannerImage==jcudev_013134','cspNavImage==JCUDEV_018341','cspNavImgURL==../../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60placement\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_1_1=g_navNode_2_1.addNode('1460','For Supervisors',ssUrlPrefix + 'ot/fieldwork/supervisors/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e ','cspNavImage==JCUDEV_018341','cspNavImgURL==../../index.htm','cspQueryText==\x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60Staff_profiles\x60 \x3cOR\x3e  xSubject \x3csubstring\x3e \x60placement\x60\x29  \x3cAND\x3e  xAudience \x3csubstring\x3e \x60Business \x26 Industry Partners\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60fieldwork\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_2=g_navNode_2.addNode('1457','Our Staff',ssUrlPrefix + 'ot/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_3=g_navNode_2.addNode('1464','Postgraduate OT Studies',ssUrlPrefix + 'ot/postgraduate/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Students_postgraduate\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_4=g_navNode_2.addNode('1462','Prospective OT Students',ssUrlPrefix + 'ot/prospective/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Students_prospective\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_5=g_navNode_2.addNode('1465','Research',ssUrlPrefix + 'ot/research/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60Research_topics\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_6=g_navNode_2.addNode('1717','Graduates',ssUrlPrefix + 'ot/graduates/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Students_graduate\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2_7=g_navNode_2.addNode('1718','Distance Education',ssUrlPrefix + 'ot/de/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018341','cspNavImgURL==../index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xJCUContentCategory \x3csubstring\x3e \x60Academic\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Courses \x26 degrees\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Handbook\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Distance Education\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3=g_navNode_Root.addNode('1434','Physiotherapy',ssUrlPrefix + 'physiotherapy/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspFeatureImgQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xJCUContentCategory \x3csubstring\x3e \x60Object\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Graphic Object\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60WebGraphics\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Study Physiotherapy homepage banner phtmr_hp\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60','cspNavImage==JCUDEV_018213','cspNavImgURL==index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_3_0=g_navNode_3.addNode('1437','Current Students',ssUrlPrefix + 'physiotherapy/current/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==\x28dDocType \x3cmatches\x3e \x60Degrees_programs\x60  \x3cOR\x3e  xAudience \x3csubstring\x3e \x60Students_current\x60\x29  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==xComments asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3_1=g_navNode_3.addNode('1435','JCU Physiotherapy Clinic',ssUrlPrefix + 'physiotherapy/clinic/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==\x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60Staff_profiles\x60\x29  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60physiotherapy clinic\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_3_2=g_navNode_3.addNode('1478','Physiotherapy Degrees',ssUrlPrefix + 'physiotherapy/degrees/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3_3=g_navNode_3.addNode('1436','Physiotherapy Staff',ssUrlPrefix + 'physiotherapy/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3_4=g_navNode_3.addNode('1439','Postgraduate Students',ssUrlPrefix + 'physiotherapy/postgrad/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Students_postgraduate\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3_5=g_navNode_3.addNode('1438','Prospective Students',ssUrlPrefix + 'physiotherapy/prospective/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==\x28dDocType \x3cmatches\x3e \x60Degrees_programs\x60  \x3cOR\x3e xAudience \x3csubstring\x3e \x60Students_prospective\x60\x29  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSectionGroup==information for','cspSortSpec==xComments asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3_6=g_navNode_3.addNode('1440','Research',ssUrlPrefix + 'physiotherapy/research/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_018213','cspNavImgURL==../index.htm','cspQueryText==xJCUContentCategory \x3csubstring\x3e \x60Academic\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Research\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_4=g_navNode_Root.addNode('1211','Speech Pathology',ssUrlPrefix + 'speech/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspFeatureImgQuery==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60PHTMR rehab homepage banner\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60','cspNavImage==JCUDEV_014925','cspNavImgURL==index.htm','cspQueryText==dDocType \x3cmatches\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_4_0=g_navNode_4.addNode('1213','A rewarding career',ssUrlPrefix + 'speech/why/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xComments \x3csubstring\x3e \x60rewarding career\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_4_1=g_navNode_4.addNode('1217','For the Community',ssUrlPrefix + 'speech/community/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==xAudience \x3csubstring\x3e \x60Business \x26 Industry Partners\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_4_2=g_navNode_4.addNode('1216','Our Staff',ssUrlPrefix + 'speech/staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_4_3=g_navNode_4.addNode('1212','Speech and Language Clinic',ssUrlPrefix + 'speech/clinic/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60 \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Clinic\x60\x29','cspSortSpec==xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_4_4=g_navNode_4.addNode('1214','Study a wide range of subjects',ssUrlPrefix + 'speech/subjects/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Subject_description\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_4_5=g_navNode_4.addNode('1298','Study Speech Pathology at JCU',ssUrlPrefix + 'speech/studyatjcu/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==JCUDEV_014925','cspNavImgURL==../index.htm','cspQueryText==\x28dDocType \x3csubstring\x3e \x60Degrees_programs\x60 \x3cOR\x3e  dDocType \x3csubstring\x3e \x60Service_description\x60\x29  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==xComments desc xJCUSequence asc','secondaryUrlVariableField==region1');
g_navNode_5=g_navNode_Root.addNode('1297','Policies \x26 Guidelines',ssUrlPrefix + 'policies/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','cspNavImage==jcudev_014916','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Policy\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6=g_navNode_Root.addNode('1301','Staff',ssUrlPrefix + 'staff/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==jcudev_014916','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60foo\x60','secondaryUrlVariableField==region1');
g_navNode_6_0=g_navNode_6.addNode('1302','Academic and Research Staff',ssUrlPrefix + 'staff/academic/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==jcudev_014916','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  \x28xComments \x3csubstring\x3e \x60Academic\x60 \x3cOR\x3e  xComments \x3csubstring\x3e \x60Research\x60 \x3cOR\x3e  xComments \x3csubstring\x3e \x60Head of School\x60\x29','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_1=g_navNode_6.addNode('1303','Adjunct Staff',ssUrlPrefix + 'staff/adjunct/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==jcudev_014916','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xComments \x3csubstring\x3e \x60Adjunct\x60','cspSortSpec==xJCUSequence asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_2=g_navNode_6.addNode('1304','Professional and Technical Staff',ssUrlPrefix + 'staff/admin/index.htm','cspBannerImage==jcudev_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspDisplayField==\x3c\x24xComments\x24\x3e','cspNavImage==jcudev_014916','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  \x28xComments \x3csubstring\x3e \x60Administrative\x60 \x3cOR\x3e  xComments \x3csubstring\x3e \x60Technical\x60\x29','cspSortSpec==xComments asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_3=g_navNode_6.addNode('1305','Postgraduate Students',ssUrlPrefix + 'staff/postgrads/index.htm','cspBannerImage==jcudev_014916','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==jcudev_014916','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60  \x3cAND\x3e  xComments \x3csubstring\x3e \x60Postgraduate\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_4=g_navNode_6.addNode('1306','All Staff A-Z',ssUrlPrefix + 'staff/az/index.htm','cspBannerImage==JCUDEV_013134','cspBannerURL==http\x3a//www.jcu.edu.au/fmhms/','cspNavImage==jcudev_014916','cspNavImgURL==../../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60phtmr\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
