/////////////////////////////////////////////////////////////////////////////
// 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('363','Discover Nature at JCU',ssUrlPrefix + 'index.htm',null,'cspFeatureImgQuery==dDocType \x3csubstring\x3e \x60WebGraphics\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60dn_hp\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60','cspNavImage==JCUDEV_003667','secondaryUrlVariableField==region1');
g_navNode_4=g_navNode_Root.addNode('364','Plants by scientific name',ssUrlPrefix + 'plants_t/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60 \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Plant-tended\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Plant-undeveloped\x60\x29','cspResultCount==200','cspSectionGroup==plant','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_5=g_navNode_Root.addNode('950','Plants by common name',ssUrlPrefix + 'plantscommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Plant-tended\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Plant-untended\x60\x29','cspResultCount==200','cspSectionGroup==plant','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_6=g_navNode_Root.addNode('792','Plants by Family \x28inc NQ Weeds\x29',ssUrlPrefix + 'plantfamily/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocName \x3cmatches\x3e \x60foo\x60','cspResultCount==300','cspSectionGroup==plant','secondaryUrlVariableField==region1');
g_navNode_6_0=g_navNode_6.addNode('797','Acanthaceae',ssUrlPrefix + 'plantfamily/acanthaceae/index.htm','cspDescription==Acanthus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Acanthaceae\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_1=g_navNode_6.addNode('798','Agavaceae',ssUrlPrefix + 'plantfamily/agavaceae/index.htm','cspDescription==Century plant or Agave family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Agavaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_2=g_navNode_6.addNode('800','Aizoaceae',ssUrlPrefix + 'plantfamily/aizoaceae/index.htm','cspDescription==Carpetweed or Pigface family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Aizoaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_3=g_navNode_6.addNode('801','Amaranthaceae',ssUrlPrefix + 'plantfamily/amaranthaceae/index.htm','cspDescription==Amaranth family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Amaranthaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_4=g_navNode_6.addNode('1371','Amaryllidaceae',ssUrlPrefix + 'plantfamily/amaryllidaceae/index.htm','cspDescription==Daffodil family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Amaryllidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_5=g_navNode_6.addNode('802','Anacardiaceae',ssUrlPrefix + 'plantfamily/anacardiaceae/index.htm','cspDescription==Cashew or Mango family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Anacardiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_6=g_navNode_6.addNode('803','Annonaceae',ssUrlPrefix + 'plantfamily/annonaceae/index.htm','cspDescription==Custard apple family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Annonaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_7=g_navNode_6.addNode('804','Apiaceae',ssUrlPrefix + 'plantfamily/apiaceae/index.htm','cspDescription==Carrot family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Apiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_8=g_navNode_6.addNode('805','Apocynaceae',ssUrlPrefix + 'plantfamily/apocynaceae/index.htm','cspDescription==Milky pine or Oleander family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Apocynaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_9=g_navNode_6.addNode('806','Araceae',ssUrlPrefix + 'plantfamily/araceae/index.htm','cspDescription==Arum lily family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3ccontains\x3e \x60Araceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_10=g_navNode_6.addNode('807','Araliaceae',ssUrlPrefix + 'plantfamily/araliaceae/index.htm','cspDescription==Umbrella tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Araliaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_11=g_navNode_6.addNode('808','Arecaceae',ssUrlPrefix + 'plantfamily/arecaceae/index.htm','cspDescription==Palm family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Arecaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_12=g_navNode_6.addNode('809','Aristolochiaceae',ssUrlPrefix + 'plantfamily/aristolochiaceae/index.htm','cspDescription==Dutchman\\x27s pipe or Birthwort family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Aristolochiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_13=g_navNode_6.addNode('810','Asclepiadaceae',ssUrlPrefix + 'plantfamily/asclepiadaceae/index.htm','cspDescription==Milkweed family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Asclepiadaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_14=g_navNode_6.addNode('1372','Asparagaceae',ssUrlPrefix + 'plantfamily/asparagaceae/index.htm','cspDescription==Asparagus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Asparagaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_15=g_navNode_6.addNode('891','Asteraceae',ssUrlPrefix + 'plantfamily/asteraceae/index.htm','cspDescription==Daisy family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Asteraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_16=g_navNode_6.addNode('1373','Balanophoraceae',ssUrlPrefix + 'plantfamily/balanophoraceae/index.htm','cspDescription==Balanophora family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Balanophoraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_17=g_navNode_6.addNode('1374','Balsaminaceae',ssUrlPrefix + 'plantfamily/balsaminaceae/index.htm','cspDescription==Balsam family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Balsaminaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_18=g_navNode_6.addNode('811','Bignoniaceae',ssUrlPrefix + 'plantfamily/bignoniaceae/index.htm','cspDescription==Bignonia or Trumpet tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Bignoniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_19=g_navNode_6.addNode('812','Bixaceae',ssUrlPrefix + 'plantfamily/bixaceae/index.htm','cspDescription==Annatto family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Bixaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_20=g_navNode_6.addNode('813','Bombacaceae',ssUrlPrefix + 'plantfamily/bombacaceae/index.htm','cspDescription==Bombax family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Bombacaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_21=g_navNode_6.addNode('814','Boraginaceae',ssUrlPrefix + 'plantfamily/boraginaceae/index.htm','cspDescription==Borage or Forget-me not family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Boraginaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_22=g_navNode_6.addNode('815','Brassicaceae',ssUrlPrefix + 'plantfamily/brassicaceae/index.htm','cspDescription==Mustard family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Brassicaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_23=g_navNode_6.addNode('816','Burseraceae',ssUrlPrefix + 'plantfamily/burseraceae/index.htm','cspDescription==Bursera or Torchwood family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Burseraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_24=g_navNode_6.addNode('1375','Byttneriaceae',ssUrlPrefix + 'plantfamily/byttneriaceae/index.htm','cspDescription==Chocolate family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Byttneriaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_25=g_navNode_6.addNode('1376','Cabombaceae',ssUrlPrefix + 'plantfamily/cabombaceae/index.htm','cspDescription==Cabomba family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cabombaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_26=g_navNode_6.addNode('1377','Cactaceae',ssUrlPrefix + 'plantfamily/cactaceae/index.htm','cspDescription==Cactus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cactaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_27=g_navNode_6.addNode('817','Caesalpiniaceae',ssUrlPrefix + 'plantfamily/caesalpiniaceae/index.htm','cspDescription==Cassia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Caesalpiniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_28=g_navNode_6.addNode('818','Campanulaceae',ssUrlPrefix + 'plantfamily/campanulaceae/index.htm','cspDescription==Bluebell or Bellflower family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Campanulaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_29=g_navNode_6.addNode('819','Capparaceae',ssUrlPrefix + 'plantfamily/capparaceae/index.htm','cspDescription==Caper family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Capparaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_30=g_navNode_6.addNode('820','Caryophyllaceae',ssUrlPrefix + 'plantfamily/caryophyllaceae/index.htm','cspDescription==Carnation or Pink family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Caryophyllaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_31=g_navNode_6.addNode('821','Casuarinaceae',ssUrlPrefix + 'plantfamily/casuarinaceae/index.htm','cspDescription==She-oak family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Casuarinaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_32=g_navNode_6.addNode('822','Celastraceae',ssUrlPrefix + 'plantfamily/celastraceae/index.htm','cspDescription==Bittersweet family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Celastraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_33=g_navNode_6.addNode('1378','Chenopodiaceae',ssUrlPrefix + 'plantfamily/chenopodiaceae/index.htm','cspDescription==Saltbush family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Chenopodiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_34=g_navNode_6.addNode('1379','Cleomaceae',ssUrlPrefix + 'plantfamily/cleomaceae/index.htm','cspDescription==Spider flower family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cleomaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_35=g_navNode_6.addNode('823','Clusiaceae',ssUrlPrefix + 'plantfamily/clusiaceae/index.htm','cspDescription==Garcinia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Clusiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_36=g_navNode_6.addNode('824','Cochlospermaceae',ssUrlPrefix + 'plantfamily/cochlospermaceae/index.htm','cspDescription==Native Kapok family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cochlospermaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_37=g_navNode_6.addNode('825','Combretaceae',ssUrlPrefix + 'plantfamily/combretaceae/index.htm','cspDescription==Sea almond or Combretum family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Combretaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_38=g_navNode_6.addNode('826','Commelinaceae',ssUrlPrefix + 'plantfamily/commelinaceae/index.htm','cspDescription==Wandering Jew family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Commelinaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_39=g_navNode_6.addNode('827','Convolvulaceae',ssUrlPrefix + 'plantfamily/convolvulaceae/index.htm','cspDescription==Morning glory family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Convolvulaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_40=g_navNode_6.addNode('1380','Crassulaceae',ssUrlPrefix + 'plantfamily/crassulaceae/index.htm','cspDescription==Stonecrop family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Crassulaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_41=g_navNode_6.addNode('1381','Cucurbitaceae',ssUrlPrefix + 'plantfamily/cucurbitaceae/index.htm','cspDescription==Pumpkin and Melon family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cucurbitaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_42=g_navNode_6.addNode('1382','Cupressaceae',ssUrlPrefix + 'plantfamily/cupressaceae/index.htm','cspDescription==Cupressus and Callitris family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cupressaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_43=g_navNode_6.addNode('828','Cycadaceae',ssUrlPrefix + 'plantfamily/cycadaceae/index.htm','cspDescription==Cycas family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cycadaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_44=g_navNode_6.addNode('829','Cyperaceae',ssUrlPrefix + 'plantfamily/cyperaceae/index.htm','cspDescription==Sedge family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Cyperaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_45=g_navNode_6.addNode('830','Dilleniaceae',ssUrlPrefix + 'plantfamily/dilleniaceae/index.htm','cspDescription==Dillenia or Guinea flower family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Dilleniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_46=g_navNode_6.addNode('831','Dioscoreaceae',ssUrlPrefix + 'plantfamily/dioscoreaceae/index.htm','cspDescription==Yam family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Dioscoreaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_47=g_navNode_6.addNode('1383','Dracaenaceae',ssUrlPrefix + 'plantfamily/dracaenaceae/index.htm','cspDescription==Dragon-tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Dracaenaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_48=g_navNode_6.addNode('832','Droseraceae',ssUrlPrefix + 'plantfamily/droseraceae/index.htm','cspDescription==Sundew family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Droseraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_49=g_navNode_6.addNode('1384','Elaeocarpaceae',ssUrlPrefix + 'plantfamily/elaeocarpaceae/index.htm','cspDescription==Quandong family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Elaeocarpaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_50=g_navNode_6.addNode('833','Euphorbiaceae',ssUrlPrefix + 'plantfamily/euphorbiaceae/index.htm','cspDescription==Spurge or Poinsettia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Euphorbiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_51=g_navNode_6.addNode('834','Fabaceae',ssUrlPrefix + 'plantfamily/fabaceae/index.htm','cspDescription==Pea family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Fabaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_52=g_navNode_6.addNode('835','Goodeniaceae',ssUrlPrefix + 'plantfamily/goodeniaceae/index.htm','cspDescription==Goodenia or Fan-flower family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Goodeniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_53=g_navNode_6.addNode('836','Haemodoraceae',ssUrlPrefix + 'plantfamily/haemodoraceae/index.htm','cspDescription==Bloodwort family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Haemodoraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_54=g_navNode_6.addNode('1385','Haloragaceae',ssUrlPrefix + 'plantfamily/haloragaceae/index.htm','cspDescription==Raspwort family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Haloragaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_55=g_navNode_6.addNode('1386','Hamamelidaceae',ssUrlPrefix + 'plantfamily/hamamelidaceae/index.htm','cspDescription==Witchhazel and Liquidambar family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Hamamelidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_56=g_navNode_6.addNode('1387','Hemerocallidaceae',ssUrlPrefix + 'plantfamily/hemerocallidaceae/index.htm','cspDescription==Day lily family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Hemerocallidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_57=g_navNode_6.addNode('837','Lamiaceae',ssUrlPrefix + 'plantfamily/lamiaceae/index.htm','cspDescription==Mint family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Lamiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_58=g_navNode_6.addNode('1388','Lauraceae',ssUrlPrefix + 'plantfamily/lauraceae/index.htm','cspDescription==Laurel family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Lauraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_59=g_navNode_6.addNode('1389','Laxmanniaceae',ssUrlPrefix + 'plantfamily/laxmanniaceae/index.htm','cspDescription==Cordyline family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Laxmanniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_60=g_navNode_6.addNode('839','Lecythidaceae',ssUrlPrefix + 'plantfamily/lecythidiaceae/index.htm','cspDescription==Cocky apple family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Lecythidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_61=g_navNode_6.addNode('840','Leeaceae',ssUrlPrefix + 'plantfamily/leeaceae/index.htm','cspDescription==Leea family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Leeaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_62=g_navNode_6.addNode('841','Liliaceae',ssUrlPrefix + 'plantfamily/liliaceae/index.htm','cspDescription==Lily family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Liliaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_63=g_navNode_6.addNode('842','Loganiaceae',ssUrlPrefix + 'plantfamily/loganiaceae/index.htm','cspDescription==Logania family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Loganiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_64=g_navNode_6.addNode('843','Loranthaceae',ssUrlPrefix + 'plantfamily/loranthaceae/index.htm','cspDescription==Mistletoe family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Loranthaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_65=g_navNode_6.addNode('844','Lythraceae',ssUrlPrefix + 'plantfamily/lythraceae/index.htm','cspDescription==Loosestrife family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Lythraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_66=g_navNode_6.addNode('845','Magnoliaceae',ssUrlPrefix + 'plantfamily/magnoliaceae/index.htm','cspDescription==Magnolia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Magnoliaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_67=g_navNode_6.addNode('846','Malvaceae',ssUrlPrefix + 'plantfamily/malvaceae/index.htm','cspDescription==Hibiscus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Malvaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_68=g_navNode_6.addNode('642','Marantaceae',ssUrlPrefix + 'plantfamily/marantaceae/index.htm','cspDescription==Arrowroot or Prayer-book family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Marantaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_69=g_navNode_6.addNode('847','Melastomataceae',ssUrlPrefix + 'plantfamily/melastomataceae/index.htm','cspDescription==Melastoma family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Melastomataceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_70=g_navNode_6.addNode('848','Meliaceae',ssUrlPrefix + 'plantfamily/meliaceae/index.htm','cspDescription==Mahogany family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Meliaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_71=g_navNode_6.addNode('849','Menispermaceae',ssUrlPrefix + 'plantfamily/menispermaceae/index.htm','cspDescription==Moonseed family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Menispermaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_72=g_navNode_6.addNode('850','Mimosaceae',ssUrlPrefix + 'plantfamily/mimosaceae/index.htm','cspDescription==Wattle family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Mimosaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_73=g_navNode_6.addNode('851','Moraceae',ssUrlPrefix + 'plantfamily/moraceae/index.htm','cspDescription==Fig family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Moraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_74=g_navNode_6.addNode('1390','Moringaceae',ssUrlPrefix + 'plantfamily/moringaceae/index.htm','cspDescription==Horseradish tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Moringaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_75=g_navNode_6.addNode('1391','Muntingiaceae',ssUrlPrefix + 'plantfamily/muntingiaceae/index.htm','cspDescription==Strawberry tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Muntingiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_76=g_navNode_6.addNode('852','Musaceae',ssUrlPrefix + 'plantfamily/musaceae/index.htm','cspDescription==Banana family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Musaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_77=g_navNode_6.addNode('853','Myoporaceae',ssUrlPrefix + 'plantfamily/myoporaceae/index.htm','cspDescription==Myoporum family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Myoporaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_78=g_navNode_6.addNode('854','Myrsinaceae',ssUrlPrefix + 'plantfamily/myrsinaceae/index.htm','cspDescription==Myrsine or Muttonwood family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Myrsinaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_79=g_navNode_6.addNode('855','Myrtaceae',ssUrlPrefix + 'plantfamily/myrtaceae/index.htm','cspDescription==Eucalypt family, Myrtle family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Myrtaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_80=g_navNode_6.addNode('856','Nyctaginaceae',ssUrlPrefix + 'plantfamily/nyctaginaceae/index.htm','cspDescription==Tar-vine or Four o\\x27clock family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Nyctaginaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_81=g_navNode_6.addNode('857','Ochnaceae',ssUrlPrefix + 'plantfamily/ochnaceae/index.htm','cspDescription==Ochna family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Ochnaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_82=g_navNode_6.addNode('858','Oleaceae',ssUrlPrefix + 'plantfamily/oleaceae/index.htm','cspDescription==Olive family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Oleaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_83=g_navNode_6.addNode('859','Onagraceae',ssUrlPrefix + 'plantfamily/onagraceae/index.htm','cspDescription==Evening primrose family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Onagraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_84=g_navNode_6.addNode('860','Orchidaceae',ssUrlPrefix + 'plantfamily/orchidaceae/index.htm','cspDescription==Orchid family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Orchidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_85=g_navNode_6.addNode('861','Oxalidaceae',ssUrlPrefix + 'plantfamily/oxalidaceae/index.htm','cspDescription==Wood sorrel or Oxalis family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Oxalidaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_86=g_navNode_6.addNode('862','Pandanaceae',ssUrlPrefix + 'plantfamily/pandanaceae/index.htm','cspDescription==Pandanus or Screw pine family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Pandanaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_87=g_navNode_6.addNode('1392','Papaveraceae',ssUrlPrefix + 'plantfamily/papaveraceae/index.htm','cspDescription==Poppy family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Papaveraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_88=g_navNode_6.addNode('863','Passifloraceae',ssUrlPrefix + 'plantfamily/passifloraceae/index.htm','cspDescription==Passionflower family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Passifloraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_89=g_navNode_6.addNode('1393','Petiveriaceae',ssUrlPrefix + 'plantfamily/petiveriaceae/index.htm','cspDescription==Coral berry family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Petiveriaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_90=g_navNode_6.addNode('864','Phormiaceae',ssUrlPrefix + 'plantfamily/phormiaceae/index.htm','cspDescription==Flax lily family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Phormiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_91=g_navNode_6.addNode('1394','Phyllanthaceae',ssUrlPrefix + 'plantfamily/phyllanthaceae/index.htm','cspDescription==Phyllanthus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Phyllanthaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_92=g_navNode_6.addNode('1395','Phytolaccaceae',ssUrlPrefix + 'plantfamily/phytolaccaceae/index.htm','cspDescription==Pokeweed family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Phytolaccaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_93=g_navNode_6.addNode('1396','Picrodendraceae',ssUrlPrefix + 'plantfamily/picrodendraceae/index.htm','cspDescription==Petalostigma or Quinine family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Picrodendraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_94=g_navNode_6.addNode('865','Pittosporaceae',ssUrlPrefix + 'plantfamily/pittosporaceae/index.htm','cspDescription==Pittosporum family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Pittosporaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_95=g_navNode_6.addNode('1397','Plantaginaceae',ssUrlPrefix + 'plantfamily/plantaginaceae/index.htm','cspDescription==Plantain family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Plantaginaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_96=g_navNode_6.addNode('866','Poaceae',ssUrlPrefix + 'plantfamily/poaceae/index.htm','cspDescription==Grass family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Poaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_97=g_navNode_6.addNode('867','Polygalaceae',ssUrlPrefix + 'plantfamily/polygalaceae/index.htm','cspDescription==Milkwort family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Polygalaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_98=g_navNode_6.addNode('868','Polygonaceae',ssUrlPrefix + 'plantfamily/polygonaceae/index.htm','cspDescription==Dock or Buckwheat family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Polygonaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_99=g_navNode_6.addNode('1398','Pontederiaceae',ssUrlPrefix + 'plantfamily/pontederiaceae/index.htm','cspDescription==Water hyacinth family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Pontederiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_100=g_navNode_6.addNode('869','Portulacaceae',ssUrlPrefix + 'plantfamily/portulacaceae/index.htm','cspDescription==Purslane or Portulaca family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Portulacaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_101=g_navNode_6.addNode('870','Proteaceae',ssUrlPrefix + 'plantfamily/proteaceae/index.htm','cspDescription==Grevillea family or Protea family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Proteaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_102=g_navNode_6.addNode('1399','Putranjivaceae',ssUrlPrefix + 'plantfamily/putranjivaceae/index.htm','cspDescription==Drypetes family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Putranjivaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_103=g_navNode_6.addNode('871','Rhamnaceae',ssUrlPrefix + 'plantfamily/rhamnaceae/index.htm','cspDescription==Chinee apple family or Rhamnus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Rhamnaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_104=g_navNode_6.addNode('872','Rhizophoraceae',ssUrlPrefix + 'plantfamily/rhizophoraceae/index.htm','cspDescription==Red Mangrove family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Rhizophoraceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_105=g_navNode_6.addNode('1400','Rosaceae',ssUrlPrefix + 'plantfamily/rosaceae/index.htm','cspDescription==Rose family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Rosaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_106=g_navNode_6.addNode('873','Rubiaceae',ssUrlPrefix + 'plantfamily/rubiaceae/index.htm','cspDescription==Gardenia or Coffee family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Rubiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_107=g_navNode_6.addNode('874','Rutaceae',ssUrlPrefix + 'plantfamily/rutaceae/index.htm','cspDescription==Citrus family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Rutaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_108=g_navNode_6.addNode('1401','Salviniaceae',ssUrlPrefix + 'plantfamily/salviniaceae/index.htm','cspDescription==Salvinia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Salviniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_109=g_navNode_6.addNode('875','Santalaceae',ssUrlPrefix + 'plantfamily/santalaceae/index.htm','cspDescription==Sandalwood family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Santalaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_110=g_navNode_6.addNode('876','Sapindaceae',ssUrlPrefix + 'plantfamily/sapindaceae/index.htm','cspDescription==Hop bush or Soapberry family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Sapindaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_111=g_navNode_6.addNode('877','Sapotaceae',ssUrlPrefix + 'plantfamily/sapotaceae/index.htm','cspDescription==Sapote family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Sapotaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_112=g_navNode_6.addNode('878','Scrophulariaceae',ssUrlPrefix + 'plantfamily/scrophulariaceae/index.htm','cspDescription==Snapdragon or Figwort family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Scrophulariaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_113=g_navNode_6.addNode('879','Simaroubaceae',ssUrlPrefix + 'plantfamily/simaroubaceae/index.htm','cspDescription==Quassia or Tree of Heaven family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Simaroubaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_114=g_navNode_6.addNode('880','Solanaceae',ssUrlPrefix + 'plantfamily/solanaceae/index.htm','cspDescription==Tomato and Nightshade family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Solanaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_115=g_navNode_6.addNode('1402','Sparrmanniaceae',ssUrlPrefix + 'plantfamily/sparrmanniaceae/index.htm','cspDescription==Grewia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Sparrmanniaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_116=g_navNode_6.addNode('881','Stangeriaceae',ssUrlPrefix + 'plantfamily/stangeriaceae/index.htm','cspDescription==Bowenia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Stangeriaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_117=g_navNode_6.addNode('882','Sterculiaceae',ssUrlPrefix + 'plantfamily/sterculiaceae/index.htm','cspDescription==Kurrajong or Sterculia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Sterculiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_118=g_navNode_6.addNode('883','Taccaceae',ssUrlPrefix + 'plantfamily/taccaceae/index.htm','cspDescription==Polynesian arrowroot family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Taccaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_119=g_navNode_6.addNode('1403','Tamaricaceae',ssUrlPrefix + 'plantfamily/tamaricaceae/index.htm','cspDescription==Tamarisk family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Tamaricaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_120=g_navNode_6.addNode('884','Thymelaeaceae',ssUrlPrefix + 'plantfamily/thymelaeaceae/index.htm','cspDescription==Rice-flower or Daphne family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Thymelaeaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_121=g_navNode_6.addNode('885','Tiliaceae',ssUrlPrefix + 'plantfamily/tiliaceae/index.htm','cspDescription==Linden tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Tiliaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_122=g_navNode_6.addNode('1417','Turneraceae',ssUrlPrefix + 'plantfamily/turneraceae/index.htm','cspDescription==Turnerac Family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Turneraceae\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_123=g_navNode_6.addNode('1404','Typhaceae',ssUrlPrefix + 'plantfamily/typhaceae/index.htm','cspDescription==Bulrush or Cattail family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Typhaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_124=g_navNode_6.addNode('1405','Urticaceae',ssUrlPrefix + 'plantfamily/urticaceae/index.htm','cspDescription==Nettle family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Urticaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_125=g_navNode_6.addNode('886','Verbenaceae',ssUrlPrefix + 'plantfamily/verbenaceae/index.htm','cspDescription==Verbena family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Verbenaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_126=g_navNode_6.addNode('887','Violaceae',ssUrlPrefix + 'plantfamily/violaceae/index.htm','cspDescription==Violet family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Violaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_127=g_navNode_6.addNode('888','Vitaceae',ssUrlPrefix + 'plantfamily/vitaceae/index.htm','cspDescription==Grape family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Vitaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_128=g_navNode_6.addNode('889','Xanthorrhoeaceae',ssUrlPrefix + 'plantfamily/xanthorrhoeaceae/index.htm','cspDescription==Grass-tree family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Xanthorrhoeaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_129=g_navNode_6.addNode('890','Zygophyllaceae',ssUrlPrefix + 'plantfamily/zygophyllaceae/index.htm','cspDescription==Caltrop family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Zygophyllaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_130=g_navNode_6.addNode('1406','Zingiberaceae',ssUrlPrefix + 'plantfamily/zingiberaceae/index.htm','cspDescription==Ginger family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Zingiberaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_131=g_navNode_6.addNode('1407','Zamiaceae',ssUrlPrefix + 'plantfamily/zamiaceae/index.htm','cspDescription==Zamia family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Zamiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_6_132=g_navNode_6.addNode('1508','Malpighiaceae',ssUrlPrefix + 'plantfamily/malpighiaceae/index.htm','cspDescription==Barbados Cherry family','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60Malpighiaceae\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60plant\x60 OR xJCU_Topic \x3csubstring\x3e \x60weed\x60\x29','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7=g_navNode_Root.addNode('794','Plants by Flower Colour',ssUrlPrefix + 'plantcolour/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocName \x3cmatches\x3e \x60foo\x60','cspResultCount==3000','cspSectionGroup==plant','secondaryUrlVariableField==region1');
g_navNode_7_0=g_navNode_7.addNode('892','Apricot Flowers',ssUrlPrefix + 'plantcolour/apricot/index.htm','cspDescription==Plants with apricot as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers apricot\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_1=g_navNode_7.addNode('900','Blue Flowers',ssUrlPrefix + 'plantcolour/blue/index.htm','cspDescription==Plants with blue as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers blue\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_2=g_navNode_7.addNode('901','Brown or Brownish Flowers',ssUrlPrefix + 'plantcolour/brown/index.htm','cspDescription==Plants with brown \x28or brownish\x29 as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers brown\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_3=g_navNode_7.addNode('902','Cream Flowers',ssUrlPrefix + 'plantcolour/cream/index.htm','cspDescription==Plants with cream as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers cream\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_4=g_navNode_7.addNode('903','Green Flowers',ssUrlPrefix + 'plantcolour/green/index.htm','cspDescription==Plants with green as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers green\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_5=g_navNode_7.addNode('904','Mauve Flowers',ssUrlPrefix + 'plantcolour/mauve/index.htm','cspDescription==Plants with mauve as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers mauve\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_6=g_navNode_7.addNode('905','Orange Flowers',ssUrlPrefix + 'plantcolour/orange/index.htm','cspDescription==Plants with orange as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers orange\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_7=g_navNode_7.addNode('906','Pale Flowers',ssUrlPrefix + 'plantcolour/pale/index.htm','cspDescription==Plants with a pale  possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers pale\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_8=g_navNode_7.addNode('907','Pink Flowers',ssUrlPrefix + 'plantcolour/pink/index.htm','cspDescription==Plants with pink as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers pink\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_9=g_navNode_7.addNode('908','Purple Flowers',ssUrlPrefix + 'plantcolour/purple/index.htm','cspDescription==Plants with purple as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers purple\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_10=g_navNode_7.addNode('909','Red Flowers',ssUrlPrefix + 'plantcolour/red/index.htm','cspDescription==Plants with red as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers red\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_11=g_navNode_7.addNode('910','Rusty Flowers',ssUrlPrefix + 'plantcolour/rusty/index.htm','cspDescription==Plants with rusty as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers rusty\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_12=g_navNode_7.addNode('911','White Flowers',ssUrlPrefix + 'plantcolour/white/index.htm','cspDescription==Plants with white as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers white\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_7_13=g_navNode_7.addNode('912','Yellow Flowers',ssUrlPrefix + 'plantcolour/yellow/index.htm','cspDescription==Plants with yellow as a possible flower colour','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60flowers yellow\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8=g_navNode_Root.addNode('793','Plants by life habit',ssUrlPrefix + 'planthabit/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocName \x3csubstring\x3e \x60foo\x60','cspResultCount==300','cspSectionGroup==plant','secondaryUrlVariableField==region1');
g_navNode_8_0=g_navNode_8.addNode('799','Tree',ssUrlPrefix + 'planthabit/tree/index.htm','cspDescription==Plants where the life habit can be in the form of a tree','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60trees\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_1=g_navNode_8.addNode('893','Climber',ssUrlPrefix + 'planthabit/climber/index.htm','cspDescription==Plants where the life habit can be in the form of a climber','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60climbers\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_2=g_navNode_8.addNode('894','Epiphyte',ssUrlPrefix + 'planthabit/epiphyte/index.htm','cspDescription==Plants where the life habit can be in the form of an epiphyte','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60epiphytes\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_3=g_navNode_8.addNode('895','Herb',ssUrlPrefix + 'planthabit/herb/index.htm','cspDescription==Plants where the life habit can be in the form of a herb','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60herbs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_4=g_navNode_8.addNode('896','Palm',ssUrlPrefix + 'planthabit/palm/index.htm','cspDescription==Plants where the life habit can be in the form of a palm','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60palms\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_5=g_navNode_8.addNode('897','Scrambler',ssUrlPrefix + 'planthabit/scrambler/index.htm','cspDescription==Plants where the life habit can be in the form of a scrambler','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60scramblers\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_6=g_navNode_8.addNode('898','Shrub',ssUrlPrefix + 'planthabit/shrub/index.htm','cspDescription==Plants where the life habit can be in the form of a shrub','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60shrubs\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_8_7=g_navNode_8.addNode('899','Vine',ssUrlPrefix + 'planthabit/vine/index.htm','cspDescription==Plants where the life habit can be in the form of a vine','cspNavImage==JCUDEV_003667','cspNavImgURL==../../index.htm','cspQueryText==xSubject \x3csubstring\x3e \x60vines\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60plant\x60 ','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_9=g_navNode_Root.addNode('795','Plants on Cairns Campus',ssUrlPrefix + 'plantcairns/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Plant-tended\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Plant-untended\x60\x29 \x3cAND\x3e xSubject \x3csubstring\x3e \x60cairns\x60','cspResultCount==300','cspSectionGroup==plant','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_10=g_navNode_Root.addNode('796','Plants on Townsville Campus',ssUrlPrefix + 'planttownsville/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60townsville\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  \x28xJCU_Topic \x3csubstring\x3e \x60Plant-tended\x60 \x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Plant-undeveloped\x60\x29','cspResultCount==200','cspSectionGroup==plant','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_12=g_navNode_Root.addNode('1005','NQ Weeds by scientific name',ssUrlPrefix + 'weeds/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60weed\x60','cspResultCount==200','cspSectionGroup==plant','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_13=g_navNode_Root.addNode('1408','NQ Weeds by common name',ssUrlPrefix + 'weedscommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60weed\x60','cspResultCount==300','cspSectionGroup==plant','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_14=g_navNode_Root.addNode('366','Birds by scientific name',ssUrlPrefix + 'birds/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60bird\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_15=g_navNode_Root.addNode('946','Birds by common name',ssUrlPrefix + 'birdscommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60bird\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_16=g_navNode_Root.addNode('368','Butterflies and Moths by scientific name',ssUrlPrefix + 'insects/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Butterfly\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_17=g_navNode_Root.addNode('949','Butterflies and Moths by common name',ssUrlPrefix + 'butterfliescommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Butterfly\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_18=g_navNode_Root.addNode('1409','Fish by scientific name',ssUrlPrefix + 'fish/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Fish\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_19=g_navNode_Root.addNode('1410','Fish by common name',ssUrlPrefix + 'fishcommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Fish\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_20=g_navNode_Root.addNode('367','Mammals by scientific name',ssUrlPrefix + 'mammals/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Mammal\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_21=g_navNode_Root.addNode('948','Mammals by common name',ssUrlPrefix + 'mammalscommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e ','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Mammal\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_22=g_navNode_Root.addNode('369','Reptiles and amphibians by scientific name',ssUrlPrefix + 'herps/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e \x28 xJCU_Topic \x3csubstring\x3e \x60Amphibian\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Reptile\x60\x29','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_23=g_navNode_Root.addNode('947','Reptiles and Amphibians by common name',ssUrlPrefix + 'herpscommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e \x28 xJCU_Topic \x3csubstring\x3e \x60Amphibian\x60\x3cOR\x3e xJCU_Topic \x3csubstring\x3e \x60Reptile\x60\x29','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_24=g_navNode_Root.addNode('370','Miscellaneous fauna',ssUrlPrefix + 'misc/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Fauna-Misc\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_25=g_navNode_Root.addNode('1411','Fungi by scientific name',ssUrlPrefix + 'fungi/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Fungi\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_26=g_navNode_Root.addNode('1412','Fungi by common name',ssUrlPrefix + 'fungicommon/index.htm','cspDisplayField==\x3c\x24strSubstring\x28xComments,0,strIndexOf\x28xComments,\",\"\x29\x29\x24\x3e','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Fungi\x60','cspResultCount==300','cspSectionGroup==fauna','cspSortSpec==xComments asc','secondaryUrlVariableField==region1');
g_navNode_27=g_navNode_Root.addNode('1249','Field Study Sites',ssUrlPrefix + 'fieldstudysites/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==xWebsites \x3ccontains\x3e \x60discovernature\x60  \x3cAND\x3e  xJCU_Topic \x3csubstring\x3e \x60Field Study\x60','cspResultCount==300','cspSectionGroup==resources','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_28=g_navNode_Root.addNode('1416','Research',ssUrlPrefix + 'research/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocType \x3csubstring\x3e \x60Research_topics\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60','cspResultCount==300','cspSectionGroup==resources','secondaryUrlVariableField==region1');
g_navNode_29=g_navNode_Root.addNode('1250','Contributors',ssUrlPrefix + 'contributors/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==xJCUContentCategory \x3csubstring\x3e \x60Help/HowTo/Where/Who?\x60  \x3cAND\x3e  xJCUContentGrouping \x3csubstring\x3e \x60Staff/ Contacts\x60  \x3cAND\x3e  xContentType \x3csubstring\x3e \x60Staff_profiles\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60discovernature\x60','cspResultCount==300','cspSortSpec==dDocTitle asc','secondaryUrlVariableField==region1');
g_navNode_30=g_navNode_Root.addNode('1413','Links to Nature Sites',ssUrlPrefix + 'links/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocName \x3cmatches\x3e \x60foo\x60','cspResultCount==300','cspSectionGroup==resources','secondaryUrlVariableField==region1');
g_navNode_31=g_navNode_Root.addNode('1414','Search Discover Nature',ssUrlPrefix + 'search/index.htm','cspNavImage==JCUDEV_003667','cspNavImgURL==../index.htm','cspQueryText==dDocName \x3cmatches\x3e \x60foo\x60','cspResultCount==300','cspSectionGroup==resources');
