/////////////////////////////////////////////////////////////////////////////
// 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('782','Courses \x26 Degrees',ssUrlPrefix + 'index.htm',null,'cspColumns==3','cspFeatureImgQuery==dDocType \x3csubstring\x3e \x60WebGraphics\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60Public\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60course_featureimage\x60  \x3cAND\x3e  xPublisher \x3csubstring\x3e \x607720staff\x60','cspImageCount==20','cspImageQuery==dDocType\x3d\x60foo\x60','cspQueryText==xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Study Area\x60','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('2076','Arts, Humanities and Social Sciences',ssUrlPrefix + 'ahs/index.htm','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  xSubject \x3csubstring\x3e \x60ahss\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Promotion\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_0_0=g_navNode_0.addNode('2081','Arts and Humanities',ssUrlPrefix + 'ahs/arts-humanities/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Humanities\x60','cspImageSort==xJCUSequence asc','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Humanities\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_1=g_navNode_0.addNode('2082','Social Sciences',ssUrlPrefix + 'ahs/social-sciences/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Social sciences\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Social sciences\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_2=g_navNode_0.addNode('2083','Psychology',ssUrlPrefix + 'ahs/psychology/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_3=g_navNode_0.addNode('2084','Indigenous Studies',ssUrlPrefix + 'ahs/indigenous-studies/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Indigenous\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Indigenous\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_0_4=g_navNode_0.addNode('2085','Social Work',ssUrlPrefix + 'ahs/social-work/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Social Work\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Social Work \x26 Community Welfare\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('2069','Business and IT',ssUrlPrefix + 'business-it/index.htm','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  xSubject \x3csubstring\x3e \x60business\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Promotion\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_1_0=g_navNode_1.addNode('2098','Accounting, Business and Economics',ssUrlPrefix + 'business-it/abe/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Accounting\x60','cspImageSort==xJCUSequence asc','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Accounting\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29 ','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_1_1=g_navNode_1.addNode('2099','Information Technology',ssUrlPrefix + 'business-it/it/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Infotech\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Infotech\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_1_2=g_navNode_1.addNode('2100','Tourism',ssUrlPrefix + 'business-it/tourism/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Tourism\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Tourism\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('2071','Creative Arts',ssUrlPrefix + 'creative-arts/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Creative arts\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Creative arts\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_3=g_navNode_Root.addNode('2075','Education',ssUrlPrefix + 'education/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Education\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Education\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_4=g_navNode_Root.addNode('2073','Engineering',ssUrlPrefix + 'engineering/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Engineering\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Engineering\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5=g_navNode_Root.addNode('2074','Health',ssUrlPrefix + 'health/index.htm','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  xSubject \x3csubstring\x3e \x60health\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Promotion\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_5_0=g_navNode_5.addNode('2397','Biomedical and Molecular Science',ssUrlPrefix + 'health/biomed/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_1=g_navNode_5.addNode('2088','Dentistry',ssUrlPrefix + 'health/dentistry/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Dentistry\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Dentistry\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_2=g_navNode_5.addNode('2159','Exercise Physiology',ssUrlPrefix + 'health/exercise-physiology/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Exercise Physiology\x60','cspQueryText==xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Exercise Physiology\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_3=g_navNode_5.addNode('2086','Health Sciences',ssUrlPrefix + 'health/health-sciences/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Health\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Health\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_4=g_navNode_5.addNode('2176','Indigenous Health Careers Access Program',ssUrlPrefix + 'health/ihcap/index.htm','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 \x60courses\x60  \x3cAND\x3e  xKeyword \x3csubstring\x3e \x60IHCAP\x60','cspQueryText==dDocTitle \x3csubstring\x3e \x60IHCAP\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_5=g_navNode_5.addNode('2087','Medicine',ssUrlPrefix + 'health/medicine/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Medicine\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Medicine\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_6=g_navNode_5.addNode('2089','Nursing',ssUrlPrefix + 'health/nursing/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_7=g_navNode_5.addNode('2153','Medical Laboratory Science',ssUrlPrefix + 'health/medlabscience/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60medlab\x60','cspQueryText==xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60medlab\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_8=g_navNode_5.addNode('2154','Occupational Therapy',ssUrlPrefix + 'health/occupational-therapy/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_9=g_navNode_5.addNode('2155','Pharmacy',ssUrlPrefix + 'health/pharmacy/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Pharmacy\x60','cspQueryText==xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Pharmacy\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_10=g_navNode_5.addNode('2316','Psychology',ssUrlPrefix + 'health/psychology/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_11=g_navNode_5.addNode('2156','Physiotherapy',ssUrlPrefix + 'health/physio/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_12=g_navNode_5.addNode('2157','Speech Pathology',ssUrlPrefix + 'health/speech-pathology/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_13=g_navNode_5.addNode('2158','Sport and Exercise Science',ssUrlPrefix + 'health/sport-exercise/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Sport\x60','cspQueryText==xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60sport\x60','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5_14=g_navNode_5.addNode('2216','Veterinary Science',ssUrlPrefix + 'health/vet/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6=g_navNode_Root.addNode('2077','Journalism, Communication and Languages',ssUrlPrefix + 'jcl/index.htm','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  xSubject \x3csubstring\x3e \x60jcl\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Promotion\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_6_0=g_navNode_6.addNode('2078','Languages',ssUrlPrefix + 'jcl/languages/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Language\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Language\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_1=g_navNode_6.addNode('2079','Journalism and Communication',ssUrlPrefix + 'jcl/journalism/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Media\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Media\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_2=g_navNode_6.addNode('2080','Writing',ssUrlPrefix + 'jcl/writing/index.htm','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Writing\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Writing\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7=g_navNode_Root.addNode('2070','Law',ssUrlPrefix + 'law/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Law\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Law\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8=g_navNode_Root.addNode('2072','Science',ssUrlPrefix + 'science/index.htm','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Science\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_8_0=g_navNode_8.addNode('2090','Aquaculture and Agriculture',ssUrlPrefix + 'science/agricultural/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Agriculture\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Agriculture\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_1=g_navNode_8.addNode('2091','Earth Sciences',ssUrlPrefix + 'science/earth/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Earth\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Earth\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_2=g_navNode_8.addNode('2092','Biomedical and Molecular Science',ssUrlPrefix + 'science/biomedical-molecular/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_3=g_navNode_8.addNode('2093','Environment and Conservation',ssUrlPrefix + 'science/environment/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Environment\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Environment\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_4=g_navNode_8.addNode('2094','Life Sciences and Biology',ssUrlPrefix + 'science/life-biology/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Life\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Life\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_5=g_navNode_8.addNode('2095','Marine Biology',ssUrlPrefix + 'science/marine/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Marine Biology\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Marine Biology\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspResultCount==300','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_6=g_navNode_8.addNode('2096','Science - General',ssUrlPrefix + 'science/general/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Mathematics\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Mathematics\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_7=g_navNode_8.addNode('2097','Veterinary Science',ssUrlPrefix + 'science/vet/index.htm','cspDisplayField==\x3c\x24xJCU_Heading\x24\x3e','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 \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==xJCU_Heading asc dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24=g_navNode_Root.addNode('2208','By Campus',ssUrlPrefix + 'city/index.htm','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_24_0=g_navNode_24.addNode('2180','Townsville',ssUrlPrefix + 'city/townsville/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60','cspQueryText==dDocType\x3dfoo','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_0=g_navNode_24_0.addNode('2443','Arts, Humanities and Social Sciences',ssUrlPrefix + 'city/townsville/ahss/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60humanities\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60social sciences\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60psychology\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60indigenous\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60social work\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_1=g_navNode_24_0.addNode('2444','Business and IT',ssUrlPrefix + 'city/townsville/business-it/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Infotech\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60accounting\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60tourism\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_2=g_navNode_24_0.addNode('2445','Creative Arts',ssUrlPrefix + 'city/townsville/creative-arts/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Creative Arts\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_3=g_navNode_24_0.addNode('2446','Education',ssUrlPrefix + 'city/townsville/education/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e xJCU_Topic \x3csubstring\x3e \x60education\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_4=g_navNode_24_0.addNode('2447','Engineering',ssUrlPrefix + 'city/townsville/engineering/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e xJCU_Topic \x3csubstring\x3e \x60engineering\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_5=g_navNode_24_0.addNode('2448','Law',ssUrlPrefix + 'city/townsville/law/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60law\x60 ','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_6=g_navNode_24_0.addNode('2449','Medicine and Health',ssUrlPrefix + 'city/townsville/health/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Pharmacy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Dentistry\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Exercise Physiology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Health\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Medicine\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_7=g_navNode_24_0.addNode('2450','Journalism, Communication and Languages',ssUrlPrefix + 'city/townsville/jcl/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60language\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60media\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60writing\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_0_8=g_navNode_24_0.addNode('2451','Science',ssUrlPrefix + 'city/townsville/science/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60 \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60mathematics\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60marine biology\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60earth\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60agriculture\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60aquaculture\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60biomedical\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60environment\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60life\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60vet\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_1=g_navNode_24.addNode('2145','Cairns',ssUrlPrefix + 'city/cairns/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60','cspQueryText==dDocType\x3dfoo','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_1_0=g_navNode_24_1.addNode('2454','Arts, Humanities and Social Sciences',ssUrlPrefix + 'city/cairns/arts/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60humanities\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60social sciences\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60psychology\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60indigenous\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60social work\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_1=g_navNode_24_1.addNode('2455','Business and IT',ssUrlPrefix + 'city/cairns/business-it/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Infotech\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60accounting\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60tourism\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_2=g_navNode_24_1.addNode('2456','Creative Arts',ssUrlPrefix + 'city/cairns/creative-arts/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Creative Arts\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_3=g_navNode_24_1.addNode('2493','Education',ssUrlPrefix + 'city/cairns/education/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e xJCU_Topic \x3csubstring\x3e \x60education\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_4=g_navNode_24_1.addNode('2494','Engineering',ssUrlPrefix + 'city/cairns/engineering/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e xJCU_Topic \x3csubstring\x3e \x60engineering\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_5=g_navNode_24_1.addNode('2495','Law',ssUrlPrefix + 'city/cairns/law/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60law\x60 ','secondaryUrlVariableField==region1');
g_navNode_24_1_6=g_navNode_24_1.addNode('2496','Medicine and Health',ssUrlPrefix + 'city/cairns/health/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Pharmacy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Occupational Therapy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Biomedical\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Dentistry\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Exercise Physiology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Health\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Medicine\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Nursing\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Psychology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Physiotherapy\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Speech Pathology\x60 \x3cOR\x3e  xJCU_Topic \x3csubstring\x3e \x60Vet\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_7=g_navNode_24_1.addNode('2497','Journalism, Communication and Languages',ssUrlPrefix + 'city/cairns/jcl/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60language\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60media\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60writing\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_1_8=g_navNode_24_1.addNode('2498','Science',ssUrlPrefix + 'city/cairns/science/index.htm','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60 \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Cairns\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60mathematics\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60marine biology\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60earth\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60agriculture\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60aquaculture\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60biomedical\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60environment\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60life\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60vet\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','secondaryUrlVariableField==region1');
g_navNode_24_2=g_navNode_24.addNode('2182','Mackay',ssUrlPrefix + 'city/mackay/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Mackay\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Mackay\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_3=g_navNode_24.addNode('2183','Mount Isa',ssUrlPrefix + 'city/mtisa/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60MtIsa\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Mt Isa\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_4=g_navNode_24.addNode('2184','Thursday Island',ssUrlPrefix + 'city/thursdayisland/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Thursday Island\x60','cspQueryText==dSecurityGroup \x3cmatches\x3e \x60Public\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Degrees_programs\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Thursday Island\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60courses\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3ccontains\x3e \x60not2010\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_24_5=g_navNode_24.addNode('2217','Singapore',ssUrlPrefix + 'city/singapore/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Singapore\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_24_6=g_navNode_24.addNode('2218','Brisbane',ssUrlPrefix + 'city/brisbane/index.htm','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 \x60courses\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60Brisbane\x60','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
g_navNode_26=g_navNode_Root.addNode('2471','A-Z',ssUrlPrefix + 'A-Z/index.htm','cspQueryText==dDocType\x3dfoo','secondaryUrlVariableField==region1');
