/////////////////////////////////////////////////////////////////////////////
// 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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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('39','\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e25\u0e31\u0e01',ssUrlPrefix + 'index.htm',null,'switchSite==TRUE');
g_navNode_0=g_navNode_Root.addNode('137','\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e08\u0e38\u0e2c\u0e32\u0e2f',ssUrlPrefix + 'about/index.htm','a==001','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014813.jpg','switchSite==TRUE');
g_navNode_0_0=g_navNode_0.addNode('138','\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e08\u0e38\u0e2c\u0e32\u0e2f',ssUrlPrefix + 'about/history/index.htm','switchSite==TRUE');
g_navNode_0_1=g_navNode_0.addNode('139','\u0e2a\u0e32\u0e23\u0e08\u0e32\u0e01\u0e2d\u0e18\u0e34\u0e01\u0e32\u0e23\u0e1a\u0e14\u0e35 ',ssUrlPrefix + 'about/presidentmessage/index.htm','switchSite==TRUE');
g_navNode_0_2=g_navNode_0.addNode('141','\u0e40\u0e2a\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e41\u0e1c\u0e48\u0e19\u0e14\u0e34\u0e19 ',ssUrlPrefix + 'about/pillar/index.htm','switchSite==TRUE');
g_navNode_0_3=g_navNode_0.addNode('142','\u0e23\u0e32\u0e07\u0e27\u0e31\u0e25\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e22\u0e28 ',ssUrlPrefix + 'about/awards/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE');
g_navNode_0_4=g_navNode_0.addNode('144','\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22 ',ssUrlPrefix + 'about/symbol_prakew/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE');
g_navNode_0_5=g_navNode_0.addNode('147','\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e41\u0e25\u0e30\u0e2a\u0e16\u0e34\u0e15\u0e34',ssUrlPrefix + 'about/fact/index.htm','switchSite==TRUE');
g_navNode_0_6=g_navNode_0.addNode('74','\u0e41\u0e1c\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07',ssUrlPrefix + 'about/visitor_map/index.htm','switchSite==TRUE');
g_navNode_1=g_navNode_Root.addNode('40','\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e31\u0e04\u0e23',ssUrlPrefix + 'admission/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014814.jpg','switchSite==TRUE');
g_navNode_1_0=g_navNode_1.addNode('43','\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e15\u0e23\u0e35',ssUrlPrefix + 'admission/undergraduate/index.htm','switchSite==TRUE');
g_navNode_1_2=g_navNode_1.addNode('44','\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e42\u0e17',ssUrlPrefix + 'admission/postgrde/index.htm','switchSite==TRUE');
g_navNode_1_3=g_navNode_1.addNode('62','\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23\u0e1b\u0e23\u0e34\u0e0d\u0e0d\u0e32\u0e40\u0e2d\u0e01',ssUrlPrefix + 'admission/doctor/index.htm');
g_navNode_1_5=g_navNode_1.addNode('64','\u0e1c\u0e39\u0e49\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e15\u0e48\u0e32\u0e07\u0e0a\u0e32\u0e15\u0e34',ssUrlPrefix + 'admission/inter/index.htm','switchSite==TRUE');
g_navNode_1_6=g_navNode_1.addNode('65','\u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e19\u0e34\u0e2a\u0e34\u0e15',ssUrlPrefix + 'admission/calendar_admis/index.htm');
g_navNode_2=g_navNode_Root.addNode('106','\u0e19\u0e34\u0e2a\u0e34\u0e15\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19',ssUrlPrefix + 'students/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014821.jpg','switchSite==TRUE');
g_navNode_2_0=g_navNode_2.addNode('107','\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e40\u0e23\u0e35\u0e22\u0e19',ssUrlPrefix + 'students/currentstud_annual/index.htm','switchSite==FALSE');
g_navNode_2_1=g_navNode_2.addNode('110','\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e1c\u0e25',ssUrlPrefix + 'students/currentstud_assess/index.htm','switchSite==TRUE');
g_navNode_2_2=g_navNode_2.addNode('111','\u0e04\u0e48\u0e32\u0e18\u0e23\u0e23\u0e21\u0e40\u0e19\u0e35\u0e22\u0e21\u0e01\u0e32\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32',ssUrlPrefix + 'students/currentstud_fees/index.htm','switchSite==TRUE');
g_navNode_2_3=g_navNode_2.addNode('108','\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e2a\u0e39\u0e15\u0e23',ssUrlPrefix + 'students/academic/index.htm','ext_link==http\x3a//www.academic.chula.ac.th/search/search.asp','switchSite==TRUE');
g_navNode_2_8=g_navNode_2.addNode('514','\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e07\u0e32\u0e19\u0e01\u0e34\u0e08\u0e01\u0e32\u0e23\u0e19\u0e34\u0e2a\u0e34\u0e15',ssUrlPrefix + 'students/sa/index.htm','ext_link==http\x3a//www.sa.chula.ac.th');
g_navNode_2_9=g_navNode_2.addNode('515','\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e01\u0e32\u0e23\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e1c\u0e25',ssUrlPrefix + 'students/reg/index.htm','ext_link==http\x3a//www.reg.chula.ac.th');
g_navNode_2_10=g_navNode_2.addNode('115','\u0e2b\u0e2d\u0e1e\u0e31\u0e01\u0e19\u0e34\u0e2a\u0e34\u0e15',ssUrlPrefix + 'students/currentstud_accom/index.htm','switchSite==TRUE');
g_navNode_3=g_navNode_Root.addNode('130','\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23',ssUrlPrefix + 'faculty/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014819.jpg','switchSite==TRUE');
g_navNode_3_0=g_navNode_3.addNode('140','\u0e04\u0e13\u0e30\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23',ssUrlPrefix + 'faculty/adminboard/index.htm','switchSite==FALSE');
g_navNode_3_1=g_navNode_3.addNode('131','\u0e23\u0e32\u0e22\u0e0a\u0e37\u0e48\u0e2d\u0e04\u0e13\u0e30\u0e41\u0e25\u0e30\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14',ssUrlPrefix + 'faculty/az/index.htm','switchSite==TRUE');
g_navNode_3_2=g_navNode_3.addNode('510','\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e07\u0e32\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25',ssUrlPrefix + 'faculty/hrm/index.htm','ext_link==http\x3a//www.hrm.chula.ac.th');
g_navNode_3_3=g_navNode_3.addNode('511','\u0e08\u0e38\u0e2c\u0e32\u0e25\u0e34\u0e02\u0e34\u0e15 \x28\u0e07\u0e32\u0e19\u0e01\u0e0f\u0e2b\u0e21\u0e32\u0e22\x29',ssUrlPrefix + 'faculty/staff_legis/index.htm','ext_link==http\x3a//www.council.chula.ac.th/staff_legis');
g_navNode_3_4=g_navNode_3.addNode('512','\u0e1e\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e01\u0e34\u0e08\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e40\u0e28\u0e29',ssUrlPrefix + 'faculty/protocol/index.htm','ext_link==http\x3a//www.cca.chula.ac.th/protocol/');
g_navNode_3_5=g_navNode_3.addNode('104','\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e40\u0e27\u0e35\u0e22\u0e19',ssUrlPrefix + 'faculty/letter_index/index.htm','ext_link==http\x3a//www.cca.chula.ac.th/edocuments/external-letter.html');
g_navNode_4=g_navNode_Root.addNode('77','\u0e01\u0e32\u0e23\u0e04\u0e49\u0e19\u0e04\u0e27\u0e49\u0e32\u0e27\u0e34\u0e08\u0e31\u0e22',ssUrlPrefix + 'research/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014820.jpg','switchSite==TRUE');
g_navNode_4_0=g_navNode_4.addNode('81','\u0e01\u0e32\u0e23\u0e2a\u0e19\u0e31\u0e1a\u0e2a\u0e19\u0e38\u0e19\u0e14\u0e49\u0e32\u0e19\u0e07\u0e32\u0e19\u0e27\u0e34\u0e08\u0e31\u0e22',ssUrlPrefix + 'research/research_support/index.htm','switchSite==TRUE');
g_navNode_4_1=g_navNode_4.addNode('436','\u0e08\u0e38\u0e2c\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e19\u0e38\u0e01\u0e23\u0e21',ssUrlPrefix + 'research/chulapedia/index.htm','switchSite==TRUE');
g_navNode_4_2=g_navNode_4.addNode('435','\u0e04\u0e25\u0e31\u0e07\u0e19\u0e31\u0e01\u0e27\u0e34\u0e0a\u0e32\u0e01\u0e32\u0e23\u0e41\u0e2b\u0e48\u0e07\u0e08\u0e38\u0e2c\u0e32\u0e2f',ssUrlPrefix + 'research/scholarbank/index.htm','switchSite==TRUE');
g_navNode_4_3=g_navNode_4.addNode('94','\u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e41\u0e25\u0e30\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e4c\u0e2a\u0e34\u0e19\u0e17\u0e32\u0e07\u0e1b\u0e31\u0e0d\u0e0d\u0e32',ssUrlPrefix + 'research/enterprise_inno/index.htm','switchSite==TRUE');
g_navNode_4_4=g_navNode_4.addNode('527','\u0e23\u0e30\u0e1a\u0e1a\u0e2a\u0e32\u0e23\u0e2a\u0e19\u0e40\u0e17\u0e28 \u0e1b\u0e23\u0e30\u0e40\u0e21\u0e34\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e20\u0e31\u0e22\u0e19\u0e49\u0e33\u0e17\u0e48\u0e27\u0e21',ssUrlPrefix + 'research/flood_rest/index.htm','contributorOnly==FALSE','ext_link==http\x3a//www.chula.ac.th/flood_rest/');
g_navNode_4_5=g_navNode_4.addNode('80','\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e40\u0e0a\u0e35\u0e48\u0e22\u0e27\u0e0a\u0e32\u0e0d\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e17\u0e32\u0e07',ssUrlPrefix + 'research/CE_RU/index.htm','ext_link==http\x3a//www.research.chula.ac.th/en/ce_ru/ce.htm','switchSite==TRUE');
g_navNode_4_6=g_navNode_4.addNode('79','\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e2d\u0e34\u0e40\u0e25\u0e47\u0e04\u0e17\u0e23\u0e2d\u0e19\u0e34\u0e04\u0e2a\u0e4c',ssUrlPrefix + 'research/ebooks/index.htm','ext_link==http\x3a//www.ejournal.academic.chula.ac.th/ebooks','switchSite==TRUE');
g_navNode_4_8=g_navNode_4.addNode('78','\u0e2b\u0e49\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e14',ssUrlPrefix + 'research/research_library/index.htm','switchSite==TRUE');
g_navNode_5=g_navNode_Root.addNode('54','\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23',ssUrlPrefix + 'cic/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014817.jpg','switchSite==TRUE','thumbnail==l');
g_navNode_5_0=g_navNode_5.addNode('410','\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e14\u0e48\u0e19\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49',ssUrlPrefix + 'cic/hotnews/index.htm','switchSite==TRUE');
g_navNode_5_1=g_navNode_5.addNode('55','\u0e23\u0e27\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e14\u0e48\u0e19',ssUrlPrefix + 'cic/oldnews/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_newsstory\x60  \x3cAND\x3e xLanguage \x3cmatches\x3e \x60Thai\x60 ');
g_navNode_5_2=g_navNode_5.addNode('56','\u0e02\u0e48\u0e32\u0e27\u0e1b\u0e23\u0e30\u0e0a\u0e32\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c',ssUrlPrefix + 'cic/th_pr_news/index.htm','secondaryUrlVariableField==region1','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_newsuniversity\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60cu_newstudent\x60 \x3cOR\x3e dDocType \x3cmatches\x3e\x60cu_newsroyal\x60 \x3cAND\x3e  dExtension \x3cmatches\x3e \x60pdf\x60');
g_navNode_5_3=g_navNode_5.addNode('72','\u0e1b\u0e0f\u0e34\u0e17\u0e34\u0e19\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21',ssUrlPrefix + 'cic/calendar/index.htm','secondaryUrlVariableField==region2','switchSite==FALSE','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_calendar\x60  ');
g_navNode_5_4=g_navNode_5.addNode('57','\u0e2b\u0e49\u0e2d\u0e07\u0e02\u0e48\u0e32\u0e27\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c',ssUrlPrefix + 'cic/press/index.htm','switchSite==TRUE');
g_navNode_5_4_0=g_navNode_5_4.addNode('58','\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e20\u0e39\u0e21\u0e34\u0e08\u0e38\u0e2c\u0e32',ssUrlPrefix + 'cic/press/chuladignity/index.htm');
g_navNode_5_4_1=g_navNode_5_4.addNode('462','\u0e02\u0e48\u0e32\u0e27\u0e08\u0e38\u0e2c\u0e32\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c',ssUrlPrefix + 'cic/press/newsclipping/index.htm','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_news_clipping\x60  \x3cAND\x3e  dExtension \x3cmatches\x3e \x60pdf\x60');
g_navNode_5_4_2=g_navNode_5_4.addNode('460','\u0e08\u0e14\u0e2b\u0e21\u0e32\u0e22\u0e02\u0e48\u0e32\u0e27\u0e2d\u0e35\u0e40\u0e25\u0e47\u0e01\u0e17\u0e23\u0e2d\u0e19\u0e34\u0e01\u0e2a\u0e4c',ssUrlPrefix + 'cic/press/e_news/index.htm','secondaryUrlVariableField==region2','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_enews\x60  \x3cAND\x3e\x3cNOT\x3e xCollectionID \x3d \x601\x60');
g_navNode_5_4_3=g_navNode_5_4.addNode('4','\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e17\u0e35\u0e27\u0e35',ssUrlPrefix + 'cic/press/chulatv/index.htm');
g_navNode_5_4_4=g_navNode_5_4.addNode('461','\u0e08\u0e38\u0e2c\u0e32\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c',ssUrlPrefix + 'cic/press/curel/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_curelpdf\x60  \x3cAND\x3e  dExtension \x3cmatches\x3e \x60pdf\x60');
g_navNode_5_4_5=g_navNode_5_4.addNode('491','\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e2d\u0e35\u0e01\u0e32\u0e23\u0e4c\u0e14',ssUrlPrefix + 'cic/press/ecard/index.htm','switchSite==TRUE');
g_navNode_5_4_6=g_navNode_5_4.addNode('59','\u0e1f\u0e31\u0e07\u0e27\u0e34\u0e17\u0e22\u0e38\u0e08\u0e38\u0e2c\u0e32\u0e2f',ssUrlPrefix + 'cic/press/radio/index.htm','switchSite==TRUE');
g_navNode_5_4_7=g_navNode_5_4.addNode('496','The Gazette of Chulalongkorn University',ssUrlPrefix + 'cic/press/gazette/index.htm','switchSite==TRUE');
g_navNode_5_5=g_navNode_5.addNode('156','\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e23\u0e31\u0e1a\u0e02\u0e48\u0e32\u0e27\u0e08\u0e38\u0e2c\u0e32\u0e2f\u0e17\u0e32\u0e07SMS',ssUrlPrefix + 'cic/cu_sms/index.htm');
g_navNode_5_6=g_navNode_5.addNode('60','\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e07\u0e32\u0e19\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23\u0e2d\u0e07\u0e04\u0e4c\u0e01\u0e23',ssUrlPrefix + 'cic/cic2/index.htm','switchSite==TRUE','xmlDocName==RG_CIC2');
g_navNode_6=g_navNode_Root.addNode('87','\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28',ssUrlPrefix + 'enterprise/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014818.jpg','switchSite==TRUE');
g_navNode_6_0=g_navNode_6.addNode('91','\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e21\u0e39\u0e25\u0e02\u0e32\u0e22\u0e17\u0e2d\u0e14\u0e15\u0e25\u0e32\u0e14',ssUrlPrefix + 'enterprise/enterprise_sales/index.htm','secondaryUrlVariableField==region2','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_calendar\x60  ');
g_navNode_6_2=g_navNode_6.addNode('90','\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e08\u0e31\u0e14\u0e0b\u0e37\u0e49\u0e2d\u0e08\u0e31\u0e14\u0e08\u0e49\u0e32\u0e07',ssUrlPrefix + 'enterprise/enterprise_bidding/index.htm','secondaryUrlVariableField==region2','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_bidding\x60  \x3cAND\x3e  dExtension \x3cmatches\x3e \x60doc\x60');
g_navNode_6_3=g_navNode_6.addNode('92','\u0e23\u0e48\u0e27\u0e21\u0e07\u0e32\u0e19\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32',ssUrlPrefix + 'enterprise/job/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_job\x60  ');
g_navNode_6_5=g_navNode_6.addNode('95','\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e4c\u0e2a\u0e34\u0e19\u0e08\u0e38\u0e2c\u0e32\u0e2f',ssUrlPrefix + 'enterprise/enterprise_prop/index.htm','switchSite==TRUE');
g_navNode_6_7=g_navNode_6.addNode('88','\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e33\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32',ssUrlPrefix + 'enterprise/enterprise_services/index.htm');
g_navNode_7=g_navNode_Root.addNode('66','\u0e28\u0e34\u0e25\u0e1b\u0e27\u0e31\u0e12\u0e19\u0e18\u0e23\u0e23\u0e21',ssUrlPrefix + 'visitors/index.htm','headfr_menu==http\x3a//172.20.36.15/idc/groups/public/documents/cu_web_image/th_headfr_visiter.gif','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014822.jpg','switchSite==TRUE');
g_navNode_7_0=g_navNode_7.addNode('70','\u0e1e\u0e34\u0e1e\u0e34\u0e18\u0e20\u0e31\u0e13\u0e11\u0e4c',ssUrlPrefix + 'visitors/museum/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE');
g_navNode_7_1=g_navNode_7.addNode('525','\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e07\u0e32\u0e19\u0e28\u0e34\u0e25\u0e1b\u0e27\u0e31\u0e12\u0e19\u0e18\u0e23\u0e23\u0e21',ssUrlPrefix + 'visitors/cu-cultural/index.htm','ext_link==http\x3a//www.cu-cultural.chula.ac.th');
g_navNode_7_2=g_navNode_7.addNode('71','\u0e2b\u0e49\u0e2d\u0e07\u0e20\u0e32\u0e1e',ssUrlPrefix + 'visitors/visitor_gallery/index.htm','switchSite==TRUE');
g_navNode_8=g_navNode_Root.addNode('69','\u0e08\u0e38\u0e2c\u0e32\u0e2f\u0e01\u0e31\u0e1a\u0e19\u0e32\u0e19\u0e32\u0e0a\u0e32\u0e15\u0e34',ssUrlPrefix + 'world/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014823.jpg','switchSite==TRUE');
g_navNode_8_0=g_navNode_8.addNode('416','\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e19\u0e32\u0e19\u0e32\u0e0a\u0e32\u0e15\u0e34 ',ssUrlPrefix + 'world/cuworld_global/index.htm');
g_navNode_8_1=g_navNode_8.addNode('513','\u0e2a\u0e33\u0e19\u0e31\u0e01\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23\u0e07\u0e32\u0e19\u0e27\u0e34\u0e23\u0e31\u0e0a\u0e01\u0e34\u0e08',ssUrlPrefix + 'world/international_affairs/index.htm','ext_link==http\x3a//www.inter.chula.ac.th');
g_navNode_10=g_navNode_Root.addNode('133','\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21',ssUrlPrefix + 'CEO/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014816.jpg','switchSite==TRUE');
g_navNode_10_0=g_navNode_10.addNode('421','\u0e51\u0e50\u0e50 \u0e1b\u0e35 \u0e08\u0e38\u0e2c\u0e32\u0e2f\x3a\u0e19\u0e32\u0e19\u0e32\u0e17\u0e31\u0e28\u0e19\u0e30',ssUrlPrefix + 'CEO/\u0e51\u0e50\u0e50 \u0e1b\u0e35 \u0e08\u0e38\u0e2c\u0e32\u0e2f\x3a\u0e19\u0e32\u0e19\u0e32\u0e17\u0e31\u0e28\u0e19\u0e30/index.htm','ext_link==http\x3a//www.council.chula.ac.th/index.php?option\x3dcom_content\x26task\x3dview\x26id\x3d1249\x26Itemid\x3d231');
g_navNode_10_1=g_navNode_10.addNode('35','\u0e42\u0e04\u0e23\u0e07\u0e01\u0e32\u0e23\u0e2d\u0e35\u0e01\u0e19\u0e34\u0e14',ssUrlPrefix + 'CEO/littlebid/index.htm');
g_navNode_10_2=g_navNode_10.addNode('143','\u0e08\u0e34\u0e15\u0e2d\u0e32\u0e2a\u0e32',ssUrlPrefix + 'CEO/csr/index.htm','secondaryUrlVariableField==region2','switchSite==TRUE','xmlQueryText==dDocType \x3cmatches\x3e \x60cu_education\x60\x3cOR\x3edDocType \x3cmatches\x3e \x60cu_development\x60  \x3cAND\x3e xLanguage \x3cmatches\x3e \x60Thai\x60');
g_navNode_10_3=g_navNode_10.addNode('415','\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e1a\u0e49\u0e32\u0e19\u0e19\u0e48\u0e32\u0e2d\u0e22\u0e39\u0e48 ',ssUrlPrefix + 'CEO/bann_nayoo/index.htm');
g_navNode_10_4=g_navNode_10.addNode('135','\u0e08\u0e38\u0e2c\u0e32\u0e2f\u0e2a\u0e07\u0e48\u0e32\u0e07\u0e32\u0e21',ssUrlPrefix + 'CEO/cu_smart/index.htm');
g_navNode_10_5=g_navNode_10.addNode('134','\u0e1a\u0e49\u0e32\u0e19\u0e19\u0e35\u0e49\u0e21\u0e35\u0e2a\u0e38\u0e02',ssUrlPrefix + 'CEO/hpu/index.htm','ext_link==http\x3a//www.hpu.chula.ac.th/');
g_navNode_10_6=g_navNode_10.addNode('424','\u0e1b\u0e32\u0e10\u0e01\u0e16\u0e32\u0e40\u0e2a\u0e32\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e41\u0e1c\u0e48\u0e19\u0e14\u0e34\u0e19',ssUrlPrefix + 'CEO/lsp/index.htm','ext_link==http\x3a//www.cca.chula.ac.th/lecture_series/');
g_navNode_10_7=g_navNode_10.addNode('363','\u0e40\u0e28\u0e23\u0e29\u0e10\u0e01\u0e34\u0e08\u0e1e\u0e2d\u0e40\u0e1e\u0e35\u0e22\u0e07',ssUrlPrefix + 'CEO/sep/index.htm','ext_link==http\x3a//www.csr.chula.ac.th/sufficiency_economy/');
g_navNode_11=g_navNode_Root.addNode('121','\u0e19\u0e34\u0e2a\u0e34\u0e15\u0e40\u0e01\u0e48\u0e32',ssUrlPrefix + 'alumni/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p014815.jpg','switchSite==TRUE');
g_navNode_11_0=g_navNode_11.addNode('122','\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e1e\u0e31\u0e12\u0e19\u0e01\u0e34\u0e08\u0e41\u0e25\u0e30\u0e19\u0e34\u0e2a\u0e34\u0e15\u0e40\u0e01\u0e48\u0e32\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c',ssUrlPrefix + 'alumni/alumni_cusociety/index.htm','ext_link==http\x3a//www.cuar.chula.ac.th/data/show.html','switchSite==TRUE');
g_navNode_11_1=g_navNode_11.addNode('123','\u0e2a\u0e21\u0e32\u0e04\u0e21\u0e19\u0e34\u0e2a\u0e34\u0e15\u0e40\u0e01\u0e48\u0e32\u0e08\u0e38\u0e2c\u0e32\u0e25\u0e07\u0e01\u0e23\u0e13\u0e4c\u0e21\u0e2b\u0e32\u0e27\u0e34\u0e17\u0e22\u0e32\u0e25\u0e31\u0e22 \u0e43\u0e19\u0e1e\u0e23\u0e30\u0e1a\u0e23\u0e21\u0e23\u0e32\u0e0a\u0e39\u0e1b\u0e16\u0e31\u0e21\u0e20\u0e4c ',ssUrlPrefix + 'alumni/alumni_cu/index.htm','ext_link==http\x3a//www.chula-alumni.com/');
g_navNode_12=g_navNode_Root.addNode('530','\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e01\u0e31\u0e1a\u0e27\u0e34\u0e01\u0e24\u0e15\u0e2d\u0e38\u0e17\u0e01\u0e20\u0e31\u0e22\u0e43\u0e2b\u0e0d\u0e48 \u2019\u0e55\u0e54 ',ssUrlPrefix + 'cu_flood54/index.htm','picSection==/idcucm1/groups/public/documents/cu_web_image/cu_p016285.jpg');
g_navNode_12_0=g_navNode_12.addNode('540','\u0e2a\u0e23\u0e38\u0e1b\u0e1a\u0e17\u0e1a\u0e32\u0e17\u0e02\u0e2d\u0e07\u0e08\u0e38\u0e2c\u0e32\u0e2f \u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e21\u0e2b\u0e32\u0e2d\u0e38\u0e17\u0e01\u0e20\u0e31\u0e22\u0e02\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22 ',ssUrlPrefix + 'cu_flood54/role-university/index.htm','ext_link==http\x3a//www.chula.ac.th/idcucm1/groups/gcomunication/documents/cu_chuladignity/cu_p016353.pdf');
g_navNode_12_1=g_navNode_12.addNode('535','\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d/\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e48\u0e19',ssUrlPrefix + 'cu_flood54/news/index.htm','secondaryUrlVariableField==region2');
g_navNode_12_5=g_navNode_12.addNode('539','\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e2b\u0e25\u0e31\u0e07\u0e19\u0e49\u0e33\u0e17\u0e48\u0e27\u0e21',ssUrlPrefix + 'cu_flood54/after-flood-manual/index.htm','ext_link==http\x3a//www.cicc.chula.ac.th/th/after-flood-manual.html');

