/////////////////////////////////////////////////////////////////////////////
// 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('5','MHRA',ssUrlPrefix + 'index.htm',null,'DynamicListDevices==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','DynamicListHerbals==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100693\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','DynamicListJobs==dDocType \x3cmatches\x3e \x60JobVacancy\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Advertisement\x60','DynamicListMedicines==dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cor\x3e dDocType \x3cmatches\x3e \x60DrugAlert\x60','DynamicListPressReleases==dDocType \x3cmatches\x3e \x60News\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Press Release\x60 \x3cAND\x3e \x3cNOT\x3e xGCL \x3csubstring\x3e \x60Excl HP press\x60','DynamicListQuery==\x28\x28\x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e \x28xKeywords \x3csubstring\x3e \\x27inclhpt\\x27\x29 \x3cOR\x3e  \x28dDocName \x3cmatches\x3e \x60CON079071\x60\x29 \x3cOR\x3e  \x28dDocName \x3cmatches\x3e \x60CON093892\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON093857\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON091068\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON087827\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON084841\x60\x29  \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON087997\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088191\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON071111\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON090803\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON071362\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON076283\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON059933\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088227\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088056\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON082083\x60\x29 \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  \x28xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60\x29\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60CON088075\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON2024564\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON078936\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON062658\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON085041\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON046458\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON078912\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON044027\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON068475\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON071334\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON062679\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON070967\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON084936\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON091135\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON070967\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON070967\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON020584\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON094159\x60\x29 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a100140\x60 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a617\x60  \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a100659\x60 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a100683\x60 \x3cAND\x3e \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Article data file\x60 \x3cOR\x3e xFifthLevel \x3cmatches\x3e \x60Editors Note\x60 \x3cOR\x3e xFifthLevel \x3cmatches\x3e \x60PDF Version\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xKeywords \x3csubstring\x3e \\x27exclhpt\\x27\x29','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Desc','DynamicListTitle==What\\x27s new','DynamicListWhatsNew==xGCL \x3csubstring\x3e \x60Inc HP News\x60','OverrideTitle==MHRA \u2013 Medicines and Healthcare products Regulatory Agency - Home page','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('100194','Medicines escalation procedure',ssUrlPrefix + 'Escalationprocedure/index.htm');
g_navNode_1=g_navNode_Root.addNode('20','About us',ssUrlPrefix + 'Aboutus/index.htm','ExcludeFromAtoZ==FALSE','sectionID==about');
g_navNode_1_0=g_navNode_1.addNode('21','Who we are',ssUrlPrefix + 'Aboutus/Whoweare/index.htm');
g_navNode_1_0_3=g_navNode_1_0.addNode('75','Our ministers',ssUrlPrefix + 'Aboutus/Whoweare/OurMinisters/index.htm','AliasTitle==Ministers','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('76','How we relate to other healthcare agencies',ssUrlPrefix + 'Aboutus/Whoweare/Howwerelatetootherhealthcareagencies/index.htm','AliasTitle==Relationship to other healthcare agencies','AliasTitle1==Healthcare agencies, other','ExcludeFromAtoZ==TRUE');
g_navNode_1_1=g_navNode_1.addNode('22','What we regulate',ssUrlPrefix + 'Aboutus/Whatweregulate/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_1_2=g_navNode_1.addNode('23','Our structure',ssUrlPrefix + 'Aboutus/Ourstructure/index.htm','AliasTitle==Structure of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_1_2_0=g_navNode_1_2.addNode('82','Agency Board',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/index.htm','secondaryUrlVariableField==region1');
g_navNode_1_2_0_0=g_navNode_1_2_0.addNode('100114','Members',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/index.htm','AliasTitle==Business expenses\x3a Agency Board members','AliasTitle1==Hospitality received\x3a Agency Board members','CheckinProfile==WebsiteResources','CustomResultCount==15','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Asc','IsDateFieldHidden==TRUE','OverrideTitle==Agency Board members','secondaryUrlVariableField==region1');
g_navNode_1_2_0_0_0=g_navNode_1_2_0_0.addNode('100611','Alasdair Breckenridge',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/AlasdairBreckenridge/index.htm','OverrideTitle==Professor Sir Alasdair Breckenridge CBE');
g_navNode_1_2_0_0_0_0=g_navNode_1_2_0_0_0.addNode('100620','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/AlasdairBreckenridge/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100620\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Professor Sir Alasdair Breckenridge CBE');
g_navNode_1_2_0_0_0_1=g_navNode_1_2_0_0_0.addNode('100621','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/AlasdairBreckenridge/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100621\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Professor Sir Alasdair Breckenridge CBE');
g_navNode_1_2_0_0_1=g_navNode_1_2_0_0.addNode('100763','Kent Woods',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/KentWoods/index.htm','OverrideTitle==Kent Woods, Chief Executive Officer');
g_navNode_1_2_0_0_2=g_navNode_1_2_0_0.addNode('100612','Lisa Arnold',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/LisaArnold/index.htm');
g_navNode_1_2_0_0_2_0=g_navNode_1_2_0_0_2.addNode('100622','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/LisaArnold/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100622\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Lisa Arnold');
g_navNode_1_2_0_0_3=g_navNode_1_2_0_0.addNode('100613','Shelley Dolan',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/ShelleyDolan/index.htm');
g_navNode_1_2_0_0_3_0=g_navNode_1_2_0_0_3.addNode('100623','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/ShelleyDolan/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100623\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Shelley Dolan');
g_navNode_1_2_0_0_4=g_navNode_1_2_0_0.addNode('100614','Michael Fox',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/MichaelFox/index.htm');
g_navNode_1_2_0_0_4_0=g_navNode_1_2_0_0_4.addNode('100624','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/MichaelFox/Businessexpenses/index.htm','ContentIndexRequireTOC==FALSE','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100624\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Michael Fox');
g_navNode_1_2_0_0_5=g_navNode_1_2_0_0.addNode('100615','Barrington Furr',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/BarringtonFurr/index.htm','OverrideTitle==Professor Barrington Furr OBE');
g_navNode_1_2_0_0_5_0=g_navNode_1_2_0_0_5.addNode('100625','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/BarringtonFurr/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100625\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Barrington Furr');
g_navNode_1_2_0_0_6=g_navNode_1_2_0_0.addNode('100616','Vincent Lawton',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/VincentLawton/index.htm','OverrideTitle==Professor Vincent Lawton CBE');
g_navNode_1_2_0_0_6_0=g_navNode_1_2_0_0_6.addNode('100626','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/VincentLawton/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100626\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Professor Vincent Lawton CBE');
g_navNode_1_2_0_0_7=g_navNode_1_2_0_0.addNode('100617','John Lilleyman',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/JohnLilleyman/index.htm','OverrideTitle==Sir John Lilleyman');
g_navNode_1_2_0_0_7_0=g_navNode_1_2_0_0_7.addNode('100627','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/JohnLilleyman/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100627\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Sir John Lilleyman');
g_navNode_1_2_0_0_8=g_navNode_1_2_0_0.addNode('100618','Angus Mackay',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/AngusMackay/index.htm','OverrideTitle==Professor Angus Mackay OBE');
g_navNode_1_2_0_0_8_0=g_navNode_1_2_0_0_8.addNode('100628','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/AngusMackay/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100628\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Professor Angus Mackay OBE');
g_navNode_1_2_0_0_9=g_navNode_1_2_0_0.addNode('100619','John Williams',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/JohnWilliams/index.htm','OverrideTitle==John Williams CBE');
g_navNode_1_2_0_0_9_0=g_navNode_1_2_0_0_9.addNode('100629','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/JohnWilliams/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100629\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a John Williams');
g_navNode_1_2_0_0_10=g_navNode_1_2_0_0.addNode('100394','Former members',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/Formermembers/index.htm','AliasTitle==Agency Board\x3a Former members','ExcludeFromAtoZ==FALSE','OverrideTitle==Former Agency Board members');
g_navNode_1_2_0_1=g_navNode_1_2_0.addNode('100111','Minutes',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/Minutes/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Board\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Agency Board\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Agency Board minutes');
g_navNode_1_2_1=g_navNode_1_2.addNode('83','Executive Board',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/index.htm');
g_navNode_1_2_1_0=g_navNode_1_2_1.addNode('100125','Members',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/index.htm','AliasTitle==Business expenses\x3a Executive Board members','AliasTitle1==Hospitality received\x3a Executive Board members','CheckinProfile==WebsiteResources','CustomResultCount==15','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Asc','IsDateFieldHidden==TRUE','OverrideTitle==Executive Board members','secondaryUrlVariableField==region1');
g_navNode_1_2_1_0_0=g_navNode_1_2_1_0.addNode('100581','Kent Woods',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/KentWoods/index.htm','OverrideTitle==Professor Sir Kent Woods, Chief Executive ');
g_navNode_1_2_1_0_0_0=g_navNode_1_2_1_0_0.addNode('100590','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/KentWoods/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100590\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Professor Sir Kent Woods');
g_navNode_1_2_1_0_0_1=g_navNode_1_2_1_0_0.addNode('100591','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/KentWoods/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100591\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Professor Sir Kent Woods');
g_navNode_1_2_1_0_1=g_navNode_1_2_1_0.addNode('100765','Rachel Bosworth',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/RachelBosworth/index.htm','OverrideTitle==Rachel Bosworth, Director of Communications','secondaryUrlVariableField==region1');
g_navNode_1_2_1_0_1_0=g_navNode_1_2_1_0_1.addNode('100824','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/RachelBosworth/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100824\x60','DynamicListTitle==Declarations','secondaryUrlVariableField==region1');
g_navNode_1_2_1_0_1_1=g_navNode_1_2_1_0_1.addNode('100825','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/RachelBosworth/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100825\x60','DynamicListTitle==Declarations','secondaryUrlVariableField==region1');
g_navNode_1_2_1_0_2=g_navNode_1_2_1_0.addNode('100582','Peter Commins',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/PeterCommins/index.htm','OverrideTitle==Peter Commins, Finance and Operations Director and Director of Devices ');
g_navNode_1_2_1_0_2_0=g_navNode_1_2_1_0_2.addNode('100593','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/PeterCommins/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100593\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Peter Commins');
g_navNode_1_2_1_0_2_1=g_navNode_1_2_1_0_2.addNode('100602','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/PeterCommins/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100602\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Peter Commins');
g_navNode_1_2_1_0_3=g_navNode_1_2_1_0.addNode('100583','Alison Davis',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/AlisonDavis/index.htm','OverrideTitle==Alison Davis, Director of Information Management ');
g_navNode_1_2_1_0_3_0=g_navNode_1_2_1_0_3.addNode('100594','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/AlisonDavis/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100594\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Alison Davis');
g_navNode_1_2_1_0_3_1=g_navNode_1_2_1_0_3.addNode('100603','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/AlisonDavis/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100603\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Alison Davis');
g_navNode_1_2_1_0_5=g_navNode_1_2_1_0.addNode('100585','Gerald Heddell',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeraldHeddell/index.htm','OverrideTitle==Gerald Heddell, Director of Inspection, Enforcement and Standards ');
g_navNode_1_2_1_0_5_0=g_navNode_1_2_1_0_5.addNode('100596','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeraldHeddell/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100596\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Gerald Heddell');
g_navNode_1_2_1_0_5_1=g_navNode_1_2_1_0_5.addNode('100605','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeraldHeddell/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100605\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Gerald Heddell');
g_navNode_1_2_1_0_6=g_navNode_1_2_1_0.addNode('100586','Ian Hudson',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/IanHudson/index.htm','OverrideTitle==Dr Ian Hudson');
g_navNode_1_2_1_0_6_0=g_navNode_1_2_1_0_6.addNode('100597','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/IanHudson/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100597\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Ian Hudson');
g_navNode_1_2_1_0_6_1=g_navNode_1_2_1_0_6.addNode('100606','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/IanHudson/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100606\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Ian Hudson');
g_navNode_1_2_1_0_7=g_navNode_1_2_1_0.addNode('100587','Geoff Le Fevre',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeoffLeFevre/index.htm','OverrideTitle==Geoff Le Fevre, Director of Human Resources ');
g_navNode_1_2_1_0_7_0=g_navNode_1_2_1_0_7.addNode('100598','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeoffLeFevre/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100598\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Geoff Le Fevre');
g_navNode_1_2_1_0_7_1=g_navNode_1_2_1_0_7.addNode('100607','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/GeoffLeFevre/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100607\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Geoff Le Fevre');
g_navNode_1_2_1_0_8=g_navNode_1_2_1_0.addNode('100588','Susanne Ludgate',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/SusanneLudgate/index.htm','OverrideTitle==Dr Susanne Ludgate, Medical Director of Devices');
g_navNode_1_2_1_0_8_0=g_navNode_1_2_1_0_8.addNode('100599','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/SusanneLudgate/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100599\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Susanne Ludgate');
g_navNode_1_2_1_0_8_1=g_navNode_1_2_1_0_8.addNode('100608','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/SusanneLudgate/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100608\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Susanne Ludgate');
g_navNode_1_2_1_0_9=g_navNode_1_2_1_0.addNode('100589','Jonathan Mogford',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JonathanMogford/index.htm');
g_navNode_1_2_1_0_9_0=g_navNode_1_2_1_0_9.addNode('100600','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JonathanMogford/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100600\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a Jonathan Mogford');
g_navNode_1_2_1_0_9_1=g_navNode_1_2_1_0_9.addNode('100609','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JonathanMogford/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100609\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a Jonathan Mogford');
g_navNode_1_2_1_0_10=g_navNode_1_2_1_0.addNode('100592','June Raine',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JuneRaine/index.htm','OverrideTitle==Dr June Raine, Director of Vigilance and Risk Management of Medicines ');
g_navNode_1_2_1_0_10_0=g_navNode_1_2_1_0_10.addNode('100601','Business expenses',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JuneRaine/Businessexpenses/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100601\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Business expenses\x3a June Raine');
g_navNode_1_2_1_0_10_1=g_navNode_1_2_1_0_10.addNode('100610','Hospitality received',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/JuneRaine/Hospitalityreceived/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100610\x60','DynamicListTitle==Declarations','ExcludeFromAtoZ==TRUE','IsDateFieldHidden==TRUE','OverrideTitle==Hospitality received\x3a June Raine');
g_navNode_1_2_1_0_11=g_navNode_1_2_1_0.addNode('100397','Former members',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/Formermembers/index.htm','AliasTitle==Executive Board\x3a Former members','OverrideTitle==Former Executive Board members');
g_navNode_1_2_1_1=g_navNode_1_2_1.addNode('100112','Minutes',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/Minutes/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Board\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Executive Board\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Executive Board minutes');
g_navNode_1_2_2=g_navNode_1_2.addNode('84','Organisation chart',ssUrlPrefix + 'Aboutus/Ourstructure/Organisationchart/index.htm','AliasTitle==Organisation chart of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_1_2_3=g_navNode_1_2.addNode('85','Our Divisions',ssUrlPrefix + 'Aboutus/Ourstructure/OurDivisions/index.htm','AliasTitle==Divisions of the MHRA','AliasTitle1==MHRA Divisions','ExcludeFromAtoZ==TRUE');
g_navNode_1_3=g_navNode_1.addNode('1085','Our communications strategy',ssUrlPrefix + 'Aboutus/Ourcommunicationsstrategy/index.htm','AliasTitle==Communications strategy','ExcludeFromAtoZ==TRUE','secondaryUrlVariableField==region1');
g_navNode_1_4=g_navNode_1.addNode('24','Freedom of information and data protection',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/index.htm');
g_navNode_1_4_0=g_navNode_1_4.addNode('86','Freedom of information',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/index.htm');
g_navNode_1_4_0_0=g_navNode_1_4_0.addNode('557','FOI request form',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/FOIrequestform/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_1_4_0_1=g_navNode_1_4_0.addNode('862','MHRA information disclosures under the FOI Act',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/MHRAinformationdisclosuresundertheFOIAct/index.htm','ASDDocType==FOIDisclosures','AliasTitle==Disclosures under the Freedom of Information Act ','AliasTitle1==Freedom of Information Act\x3a MHRA disclosures of information','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==FOIDisclosures','DynamicListQuery==dDocType \x3csubstring\x3e \x60FOIDisclosure\x60','DynamicListTitle==Disclosures under the FOI Act','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Information disclosures under the FOI Act','secondaryUrlVariableField==region1');
g_navNode_1_4_0_1_0=g_navNode_1_4_0_1.addNode('867','Previous disclosures',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/MHRAinformationdisclosuresundertheFOIAct/Previousdisclosures/index.htm','ASDDocType==FOIDisclosures','CheckinProfile==FOIDisclosures','ContentIndexQuery==dDocType \x3csubstring\x3e \x60FOIDisclosure\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Freedom of information\x3a previous disclosures');
g_navNode_1_4_0_2=g_navNode_1_4_0.addNode('100117','Publication Scheme information guide',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/PublicationSchemeinformationguide/index.htm');
g_navNode_1_4_0_2_0=g_navNode_1_4_0_2.addNode('100118','Model Publication Scheme',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/PublicationSchemeinformationguide/ModelPublicationScheme/index.htm');
g_navNode_1_5=g_navNode_1.addNode('100544','Transparency data',ssUrlPrefix + 'Aboutus/TransparencyData/index.htm','ASDDocType==xWebsiteResources','CheckinProfile==xWebsiteResources');
g_navNode_1_5_0=g_navNode_1_5.addNode('100545','MHRA expenditure',ssUrlPrefix + 'Aboutus/TransparencyData/MHRAexpendituretransactions/index.htm','ASDDocType==xWebsiteResources','CheckinProfile==xWebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100545\x60 \x3cAND\x3e \x3cNOT\x3e  dDocName \x3cmatches\x3e \x60CON096859\x60','secondaryUrlVariableField==region1');
g_navNode_1_5_0_0=g_navNode_1_5_0.addNode('100566','Expenditure transactions over \xa325k',ssUrlPrefix + 'Aboutus/TransparencyData/MHRAexpendituretransactions/Spendover25K/index.htm','ASDDocType==WebsiteResources','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100566\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Expenditure transactions\x60','DynamicListTitle==Expenditure transactions over 25k','OverrideTitle==MHRA expenditure\x3a Expenditure transactions over \xa325k','secondaryUrlVariableField==region1');
g_navNode_1_5_0_3=g_navNode_1_5_0.addNode('100569','Five-day payment performance',ssUrlPrefix + 'Aboutus/TransparencyData/MHRAexpendituretransactions/Fivedaypaymenttarget/index.htm','OverrideTitle==MHRA expenditure\x3a Five-day payment performance data');
g_navNode_1_5_0_4=g_navNode_1_5_0.addNode('100089','Government Procurement Card \x28GPC\x29 transactions of \xa3500 and above',ssUrlPrefix + 'Aboutus/TransparencyData/MHRAexpendituretransactions/GPCtransactions/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100089\x60  \x3cAND\x3e  xKeywords \x3csubstring\x3e \x60GPC\x60','DynamicListTitle==GPC transactions of \xa3500 and above','OverrideTitle==MHRA expenditure\x3a Government Procurement Card \x28GPC\x29 transactions of \xa3500 and above','secondaryUrlVariableField==region1');
g_navNode_1_5_1=g_navNode_1_5.addNode('100564','Staff data',ssUrlPrefix + 'Aboutus/TransparencyData/Staffdata/index.htm');
g_navNode_1_6=g_navNode_1.addNode('956','Information Fair Trader Scheme \x28IFTS\x29',ssUrlPrefix + 'Aboutus/InformationFairTraderScheme\x28IFTS\x29/index.htm','AliasTitle==IFTS \x28Information Fair Trader Scheme\x29');
g_navNode_1_8=g_navNode_1.addNode('100016','Sustainable development',ssUrlPrefix + 'Aboutus/Sustainabledevelopment/index.htm','OverrideTitle==Sustainable development action plan for the Medicines and Healthcare products Regulatory Agency 2009-2011');
g_navNode_1_9=g_navNode_1.addNode('25','Working for us',ssUrlPrefix + 'Aboutus/Workingforus/index.htm','ASDDocType==JobVacancy');
g_navNode_1_9_0=g_navNode_1_9.addNode('89','Current job vacancies',ssUrlPrefix + 'Aboutus/Workingforus/Currentjobvacancies/index.htm','ASDDocType==JobVacancy','AliasTitle==Vacancies with the MHRA','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==JobVacancy','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60JobVacancy\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Advertisement\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON017712\x60\x29\x29 \x3cAND\x3e \x3cNOT\x3e   \x28dDocName \x3cmatches\x3e \x60CON017713\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60CON017714\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60CON017717\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60CON017721\x60\x29','DynamicListTitle==Current job vacancies','HasArchiveSearchOption==FALSE','HasSubsectionSearch==TRUE','OverrideTitle==Working for us\x3a Current job vacancies','secondaryUrlVariableField==region1');
g_navNode_1_9_1=g_navNode_1_9.addNode('100063','Working for the MHRA',ssUrlPrefix + 'Aboutus/Workingforus/WorkingfortheMHRA/index.htm','AliasTitle==Benefits of working for the MHRA','ExcludeFromAtoZ==TRUE','OverrideTitle==Working for us\x3a Working for the MHRA');
g_navNode_1_9_7=g_navNode_1_9.addNode('989','Staff profiles',ssUrlPrefix + 'Aboutus/Workingforus/Staffprofiles/index.htm','AliasTitle==Staff profiles','OverrideTitle==Working for us\x3a Staff profiles');
g_navNode_1_9_8=g_navNode_1_9.addNode('1027','Professional Skills for Government',ssUrlPrefix + 'Aboutus/Workingforus/ProfessionalSkillsforGovernment/index.htm','AliasTitle==Professional Skills for Government \x28PSG\x29','OverrideTitle==Working for us\x3a Professional Skills for Government','secondaryUrlVariableField==region1');
g_navNode_1_10=g_navNode_1.addNode('100183','Making a payment to the MHRA',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/index.htm');
g_navNode_1_10_1=g_navNode_1_10.addNode('100345','Debit or credit card form',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/Debitorcreditcardform/index.htm','AliasTitle1==Bank details - Debit or credit card form');
g_navNode_1_10_2=g_navNode_1_10.addNode('100346','Our bank account details',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/Ourbankaccountdetails/index.htm','AliasTitle==Bank details');
g_navNode_1_10_3=g_navNode_1_10.addNode('100792','iRIS online account management facility',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/iRISonlineaccountmanagementfacility/index.htm');
g_navNode_1_10_3_1=g_navNode_1_10_3.addNode('100794','Register for iRIS',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/iRISonlineaccountmanagementfacility/RegisterforiRISonlineaccountmanagementfacility/index.htm','OverrideTitle==iRIS online account management facility\x3a Register for iRIS');
g_navNode_1_10_3_2=g_navNode_1_10_3.addNode('100795','Log-in to iRIS',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/iRISonlineaccountmanagementfacility/AccessingIRIS/index.htm','OverrideTitle==iRIS online account management facility\x3a Access iRIS');
g_navNode_1_10_3_3=g_navNode_1_10_3.addNode('100801','Frequently asked questions',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/iRISonlineaccountmanagementfacility/Frequentlyaskedquestions/index.htm','OverrideTitle==iRIS online account management facility\x3a Frequently asked questions');
g_navNode_1_10_4=g_navNode_1_10.addNode('100184','Terms and conditions',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/Termsandconditions/index.htm','AliasTitle==Debit and credit card payments to the MHRA\x3a terms and conditions','AliasTitle1==Bank details - Debit and credit card payments to the MHRA\x3a terms and conditions');
g_navNode_2=g_navNode_Root.addNode('26','How we regulate',ssUrlPrefix + 'Howweregulate/index.htm','AliasTitle==Regulation','ExcludeFromAtoZ==TRUE','sectionID==regulation');
g_navNode_2_0=g_navNode_2.addNode('27','Medicines',ssUrlPrefix + 'Howweregulate/Medicines/index.htm','AliasTitle==Medicines regulation','AliasTitle1==Regulation of medicines','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate medicines');
g_navNode_2_0_0=g_navNode_2_0.addNode('1168','Medicines regulatory news',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesregulatorynews/index.htm','AliasTitle==Regulatory news for medicines','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60GLP news\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60GMP news\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60GDP news\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60GCP news\x60\x29 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60GPvP news\x60\x29','DynamicListTitle==Latest medicines regulatory news','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_0_0_0=g_navNode_2_0_0.addNode('100399','Medicines regulatory news A to Z listing',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesregulatorynews/MedicinesregulatorynewsAtoZlisting/index.htm','ASDDocType==RegulatoryNews','ContentIndexQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60','secondaryUrlVariableField==region1');
g_navNode_2_0_1=g_navNode_2_0.addNode('979','Regulatory Information Service \x28RIS\x29 for medicines',ssUrlPrefix + 'Howweregulate/Medicines/RegulatoryInformationService\x28RIS\x29formedicines/index.htm');
g_navNode_2_0_2=g_navNode_2_0.addNode('100330','Overview of medicines legislation and guidance',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/index.htm');
g_navNode_2_0_2_0=g_navNode_2_0_2.addNode('100332','Preparing a medicinal product for sale in the UK or EU marketplace',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Clinicaltrials/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Preparing a medicinal product for sale in the UK or EU marketplace');
g_navNode_2_0_2_1=g_navNode_2_0_2.addNode('100336','Herbal and homoeopathic medicines',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Herbalandhomoeopathicmedicines/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Herbal and homoeopathic medicines');
g_navNode_2_0_2_2=g_navNode_2_0_2.addNode('100337','Inspection',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Inspection/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Inspection');
g_navNode_2_0_2_3=g_navNode_2_0_2.addNode('100339','Importing and exporting',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Importingandexporting/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Importing and exporting');
g_navNode_2_0_2_4=g_navNode_2_0_2.addNode('100340','Pharmacovigilance',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Pharmacovigilance/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Pharmacovigilance');
g_navNode_2_0_2_5=g_navNode_2_0_2.addNode('1101','Sunset Clause',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/SunsetClause/index.htm');
g_navNode_2_0_2_6=g_navNode_2_0_2.addNode('100359','Project to consolidate and review UK medicines legislation',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/ProjecttoconsolidateandreviewUKmedicineslegislation/index.htm');
g_navNode_2_0_2_7=g_navNode_2_0_2.addNode('100341','Glossary of legislation',ssUrlPrefix + 'Howweregulate/Medicines/Overviewofmedicineslegislationandguidance/Glossaryoflegislation/index.htm','OverrideTitle==Overview of medicines legislation and guidance\x3a Glossary of legislation');
g_navNode_2_0_4=g_navNode_2_0.addNode('100033','Review of unlicensed medicines',ssUrlPrefix + 'Howweregulate/Medicines/Reviewofunlicensedmedicines/index.htm','AliasTitle==Unlicensed medicines\x3a Review of ');
g_navNode_2_0_5=g_navNode_2_0.addNode('90','Does my product need a licence?',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/index.htm');
g_navNode_2_0_5_0=g_navNode_2_0_5.addNode('91','Borderline products',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/index.htm');
g_navNode_2_0_5_0_0=g_navNode_2_0_5_0.addNode('100012','Advisory Committee on Borderline Substances',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/AdvisoryCommitteeonBorderlineSubstances/index.htm');
g_navNode_2_0_5_0_0_0=g_navNode_2_0_5_0_0.addNode('100344','Advisory Committee on Borderline Substances Certificate Request Form',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/AdvisoryCommitteeonBorderlineSubstances/AdvisoryCommitteeonBorderlineSubstancesCertificateRequestForm/index.htm');
g_navNode_2_0_5_0_1=g_navNode_2_0_5_0.addNode('588','Final Determinations',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/FinalDeterminations/index.htm');
g_navNode_2_0_5_0_2=g_navNode_2_0_5_0.addNode('611','Medicines Borderline Advice Form',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/BorderlineAdviceForm/index.htm','AliasTitle==Borderline Advice Form');
g_navNode_2_0_5_0_3=g_navNode_2_0_5_0.addNode('100147','Medical devices and medicinal products borderline',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/Medicaldevicesandmedicinalproductsborderline/index.htm');
g_navNode_2_0_5_1=g_navNode_2_0_5.addNode('92','Medicines that do not need a licence',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Medicinesthatdonotneedalicence/index.htm','AliasTitle==Exemptions from licensing','OverrideTitle==Medicines that do not need a licence \x28Exemptions from licensing\x29');
g_navNode_2_0_7=g_navNode_2_0.addNode('98','Homeopathic medicines',ssUrlPrefix + 'Howweregulate/Medicines/Homeopathicmedicines/index.htm');
g_navNode_2_0_8=g_navNode_2_0.addNode('100708','Herbal medicines regulation',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/index.htm');
g_navNode_2_0_8_2=g_navNode_2_0_8.addNode('100713','Traditional Herbal Medicines Registration Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/index.htm','DynamicListQuery==xWebsiteObjectType \x3csubstring\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a100727\x60','OverrideTitle==Herbal medicines regulation\x3a Registered traditional herbal medicines');
g_navNode_2_0_8_2_0=g_navNode_2_0_8_2.addNode('100727','Traditional Herbal Medicines Registration Scheme application numbers and latest news',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/TraditionalHerbalMedicinesRegistrationSchemelatestnewsandapplicationnumbers/index.htm','DynamicListQuery==\x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60con114435\x60\x29  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100727\x60','OverrideTitle==Herbal medicines regulation\x3a Traditional Herbal Medicines Registration Scheme application numbers and latest news','secondaryUrlVariableField==region1');
g_navNode_2_0_8_2_1=g_navNode_2_0_8_2.addNode('100728','How to register your product under the Traditional Herbal Medicines Registration Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/index.htm','OverrideTitle==Herbal medicines regulation\x3a How to register your product under the Traditional Herbal Medicines Registration Scheme');
g_navNode_2_0_8_2_1_1=g_navNode_2_0_8_2_1.addNode('100738','Overview and scope of the EU Directive 2004 2004/24/EC on Traditional Herbal Medicinal Products',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/OverviewandscopeoftheEUDirective2004200424EConTraditionalHerbalMedicinalProducts/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Overview and scope of the EU Directive 2004 2004/24/EC on Traditional Herbal Medicinal Products');
g_navNode_2_0_8_2_1_2=g_navNode_2_0_8_2_1.addNode('100743','Traditional use',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Traditionaluse/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Traditional use');
g_navNode_2_0_8_2_1_3=g_navNode_2_0_8_2_1.addNode('100741','Registration and fees',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Registration/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Registration and fees');
g_navNode_2_0_8_2_1_4=g_navNode_2_0_8_2_1.addNode('100737','Manufacturing and quality requirements',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Manufacturingandqualityrequirements/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Manufacturing and quality requirements');
g_navNode_2_0_8_2_1_5=g_navNode_2_0_8_2_1.addNode('100740','Qualified and Responsible Persons',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/QualifiedandResponsiblePersons/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Qualified and Responsible Persons');
g_navNode_2_0_8_2_1_6=g_navNode_2_0_8_2_1.addNode('100742','Safety and pharmacovigilance',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/SafetyandPharmacovigilance/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Safety and pharmacovigilance');
g_navNode_2_0_8_2_1_7=g_navNode_2_0_8_2_1.addNode('100739','Product information',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Productinformation/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Product information');
g_navNode_2_0_8_2_1_8=g_navNode_2_0_8_2_1.addNode('100735','Distribution and importation',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Distributionandimportation/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Distribution and importation');
g_navNode_2_0_8_2_1_9=g_navNode_2_0_8_2_1.addNode('100736','Inspections and enforcement',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/Inspectionsandenforcement/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a Inspections and enforcement');
g_navNode_2_0_8_2_1_10=g_navNode_2_0_8_2_1.addNode('100744','The positive list and Committee for Herbal Medicinal Products',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/HowtoregisteryourproductundertheTraditionalHerbalMedicinesRegistrationScheme/ThepositivelistandCommiteeforHerbalMedicinalProducts/index.htm','OverrideTitle==How to register your product under the Traditional Herbal Medicines Registration Scheme\x3a The positive list and Committee for Herbal Medicinal Products');
g_navNode_2_0_8_2_2=g_navNode_2_0_8_2.addNode('100729','Public Assessment reports for products registered under the Traditional Herbal Registration Scheme ',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/InformationonproductsregisteredundertheTHRschemethisschemecanbefoundinthepublicassessmentreportsforherbalmedicines/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Herbal UKPAR\x60','DynamicListTitle==Latest Public Assessment Reports for herbal medicines','ExcludeFromAtoZ==TRUE','OverrideTitle==Herbal medicines regulation\x3a Public Assessment Reports for products registered under the Traditional Herbal Registration Scheme ');
g_navNode_2_0_8_2_3=g_navNode_2_0_8_2.addNode('100764','List of products granted a Traditional Herbal Registration \x28THR\x29',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/LIstofproductsgrantedaTraditionalHerbalRegistrationTHR/index.htm');
g_navNode_2_0_8_2_4=g_navNode_2_0_8_2.addNode('100266','Forms and procedures',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/Formsandprocedures/index.htm','OverrideTitle==Herbal medicines regulation\x3a Forms and procedures');
g_navNode_2_0_8_2_5=g_navNode_2_0_8_2.addNode('602','Guidance notes',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/Guidancenotes/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Guidance notes');
g_navNode_2_0_8_2_6=g_navNode_2_0_8_2.addNode('100270','Further advice',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/RegisteredTraditionalHerbalMedicines/Furtheradvice/index.htm','OverrideTitle==Herbal medicines regulation\x3a Further advice');
g_navNode_2_0_8_3=g_navNode_2_0_8.addNode('100714','Licensed herbal medicines',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/Licensedherbalmedicines/index.htm','OverrideTitle==Herbal medicines regulation\x3a Licensed herbal medicines');
g_navNode_2_0_8_3_1=g_navNode_2_0_8_3.addNode('100725','The review and transfer of certain herbal product licences \x28marketing authorisations\x29 to traditional herbal registration status',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/Licensedherbalmedicines/Thereviewandtransferofcertainherbalproductlicencesmarketingauthorisationstotraditionalherbalregistrationstatus/index.htm','OverrideTitle==Herbal medicines regulation\x3a The review and transfer of certain herbal product licences \x28marketing authorisations\x29 to traditional herbal registration status');
g_navNode_2_0_8_4=g_navNode_2_0_8.addNode('100750','Prohibited or restricted herbal ingredients',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/Prohibitedorrestrictedherbalingredients/index.htm');
g_navNode_2_0_8_7=g_navNode_2_0_8.addNode('100733','Unlicensed herbal medicines supplied by a practitioner following a one-to-one consultation',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicinesregulation/Unlicensedherbalmedicinessuppliedbyapractitionerfollowingaonetooneconsultation/index.htm','OverrideTitle==Herbal medicines regulation\x3a Unlicensed herbal medicines supplied by a practitioner following a one-to-one consultation');
g_navNode_2_0_9=g_navNode_2_0.addNode('99','Licensing of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/index.htm');
g_navNode_2_0_9_0=g_navNode_2_0_9.addNode('101','Clinical trials for medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/index.htm','OverrideTitle==Clinical trials for medicines ');
g_navNode_2_0_9_0_0=g_navNode_2_0_9_0.addNode('100378','About clinical trials for medicinal products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Clinicaltrialsformedicinalproducts/index.htm','secondaryUrlVariableField==region1');
g_navNode_2_0_9_0_1=g_navNode_2_0_9_0.addNode('100401','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Hottopics/index.htm','OverrideTitle==Clinical trials for medicines\x3a Hot topics');
g_navNode_2_0_9_0_2=g_navNode_2_0_9_0.addNode('100377','Is a clinical trial authorisation \x28CTA\x29 required?',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/IsaclinicaltrialauthorisationCTArequired/index.htm','OverrideTitle==Clinical trials for medicines\x3a Is a clinical trial authorisation \x28CTA\x29 required?');
g_navNode_2_0_9_0_3=g_navNode_2_0_9_0.addNode('100250','Applying to conduct a clinical trial',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/index.htm','OverrideTitle==Clinical trials for medicines\x3a Applying to conduct a clinical trial');
g_navNode_2_0_9_0_3_0=g_navNode_2_0_9_0_3.addNode('723','General information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/Generalinformation/index.htm','DynamicListQuery==\x28\x28\x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e \x28xKeywords \x3csubstring\x3e \\x27inclhpt\\x27\x29 \x3cOR\x3e  \x28dDocName \x3cmatches\x3e \x60CON079071\x60\x29 \x3cOR\x3e  \x28dDocName \x3cmatches\x3e \x60CON093892\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON093857\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON091068\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON087827\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON084841\x60\x29  \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON087997\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088191\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON071111\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON090803\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON071362\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON076283\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON059933\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088227\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON088056\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON082083\x60\x29 \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType ','OverrideTitle==Applying to conduct a clinical trial\x3a General information');
g_navNode_2_0_9_0_3_1=g_navNode_2_0_9_0_3.addNode('1123','What to send',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/Whattosend/index.htm','OverrideTitle==Applying to conduct a clinical trial\x3a What to send');
g_navNode_2_0_9_0_3_2=g_navNode_2_0_9_0_3.addNode('100260','Fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/Howmuchdoesitcost/index.htm','OverrideTitle==Applying to conduct a clinical trial\x3a Fees');
g_navNode_2_0_9_0_3_3=g_navNode_2_0_9_0_3.addNode('100264','Applications requiring expert advice',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/ApplicationsrequiringExpertadvice/index.htm','OverrideTitle==Applying to conduct a clinical trial\x3a Applications requiring expert advice');
g_navNode_2_0_9_0_3_4=g_navNode_2_0_9_0_3.addNode('100385','Additional information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/Additionalinformation/index.htm','OverrideTitle==Applying to conduct a clinical trial\x3a Additional information');
g_navNode_2_0_9_0_3_5=g_navNode_2_0_9_0_3.addNode('100577','Withdrawal of a Clinical Trial Authorisation',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/WithdrawalofaClinicalTrialAuthorisation/index.htm');
g_navNode_2_0_9_0_3_6=g_navNode_2_0_9_0_3.addNode('100578','Changes to the submitted documentation during evaluation',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingforaclinicaltrialauthorisation/Changestothesubmitteddocumentationduringevaluation/index.htm');
g_navNode_2_0_9_0_4=g_navNode_2_0_9_0.addNode('100715','Risk adapted approaches to management of clinical trials',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Submittinganotificationforatrial/index.htm','OverrideTitle==Clinical trials for medicines\x3a Risk adapted approaches to management of clinical trials ');
g_navNode_2_0_9_0_4_0=g_navNode_2_0_9_0_4.addNode('100088','Submitting a notification for a trial',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Submittinganotificationforatrial/Submittinganotificationforatrial/index.htm','OverrideTitle==Clinical trials for medicines\x3a Submitting a notification for a trial');
g_navNode_2_0_9_0_4_0_0=g_navNode_2_0_9_0_4_0.addNode('100716','General information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Submittinganotificationforatrial/Submittinganotificationforatrial/Generalinformation/index.htm','OverrideTitle==Submitting a notification for a trial\x3a General information');
g_navNode_2_0_9_0_4_0_1=g_navNode_2_0_9_0_4_0.addNode('100717','What to send',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Submittinganotificationforatrial/Submittinganotificationforatrial/Whattosend/index.htm','OverrideTitle==Submitting a notification for a trial\x3a What to send');
g_navNode_2_0_9_0_4_0_2=g_navNode_2_0_9_0_4_0.addNode('100719','Additional information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Submittinganotificationforatrial/Submittinganotificationforatrial/Additionalinformation/index.htm','OverrideTitle==Submitting a notification for a trial\x3a Additional information');
g_navNode_2_0_9_0_5=g_navNode_2_0_9_0.addNode('100379','Managing your clinical trial authorisation',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/index.htm','OverrideTitle==Clinical trials for medicines\x3a Managing your clinical trial authorisation');
g_navNode_2_0_9_0_5_0=g_navNode_2_0_9_0_5.addNode('100386','Substantial amendments',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Amendments/index.htm','OverrideTitle==Managing your clinical trial authorisation\x3a Substantial amendments');
g_navNode_2_0_9_0_5_0_0=g_navNode_2_0_9_0_5_0.addNode('100390','General information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Amendments/Generalinformation/index.htm','OverrideTitle==Substantial amendments to your clinical trial authorisation\x3a General information');
g_navNode_2_0_9_0_5_0_1=g_navNode_2_0_9_0_5_0.addNode('100391','What to send',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Amendments/Whattosend/index.htm','OverrideTitle==Amendments to your clinical trial authorisation\x3a What to send');
g_navNode_2_0_9_0_5_0_2=g_navNode_2_0_9_0_5_0.addNode('100392','Fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Amendments/Fees/index.htm','OverrideTitle==Amendments to your clinical trial authorisation\x3a Fees');
g_navNode_2_0_9_0_5_0_3=g_navNode_2_0_9_0_5_0.addNode('100393','Additional information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Amendments/Additionalinformation/index.htm','OverrideTitle==Amendments to your clinical trial authorisation\x3a Additional information');
g_navNode_2_0_9_0_5_1=g_navNode_2_0_9_0_5.addNode('100387','End of trial',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Endoftrial/index.htm','OverrideTitle==Managing your clinical trial authorisation\x3a End of trial');
g_navNode_2_0_9_0_5_2=g_navNode_2_0_9_0_5.addNode('100575','Changes to the contact person or the contact details',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/Changestothecontactpersonorthecontactdetails/index.htm');
g_navNode_2_0_9_0_5_3=g_navNode_2_0_9_0_5.addNode('100576','Annual Service Fee',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ManagingyourCTA/AnnualServiceFee/index.htm');
g_navNode_2_0_9_0_6=g_navNode_2_0_9_0.addNode('100380','Safety reporting - SUSARs and ASRs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Safetyreporting-SUSARsandASRs/index.htm','OverrideTitle==Clinical trials for medicines\x3a Safety reporting - SUSARs and ASRs ');
g_navNode_2_0_9_0_7=g_navNode_2_0_9_0.addNode('100381','Special Interest Groups',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/index.htm','OverrideTitle==Clinical trials for medicines\x3a Special Interest Groups');
g_navNode_2_0_9_0_7_0=g_navNode_2_0_9_0_7.addNode('100421','Academic trials',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/Academictrials/index.htm','OverrideTitle==Clinical trials for medicines\x3a Academic trials');
g_navNode_2_0_9_0_7_0_0=g_navNode_2_0_9_0_7_0.addNode('100422','Academic trials\x3a General information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/Academictrials/Generalinformation/index.htm');
g_navNode_2_0_9_0_7_0_1=g_navNode_2_0_9_0_7_0.addNode('100423','Academic trials\x3a Additional information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/Academictrials/Additionalinformation/index.htm');
g_navNode_2_0_9_0_7_1=g_navNode_2_0_9_0_7.addNode('100424','PET trials',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/PET/index.htm','OverrideTitle==Clinical trials for medicines\x3a PET trials');
g_navNode_2_0_9_0_7_1_0=g_navNode_2_0_9_0_7_1.addNode('100425','PET trials\x3a General information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/PET/PETGeneralinformation/index.htm');
g_navNode_2_0_9_0_7_1_1=g_navNode_2_0_9_0_7_1.addNode('100426','PET trials\x3a Additional information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/SpecialInterestGroups/PET/PETAdditionalinformation/index.htm');
g_navNode_2_0_9_0_8=g_navNode_2_0_9_0.addNode('100353','UK clinical trial authorisation assessment performance',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/UKclinicaltrialauthorisationassessmentperformance/index.htm','OverrideTitle==Clinical trials for medicines\x3a UK clinical trial authorisation assessment performance');
g_navNode_2_0_9_0_9=g_navNode_2_0_9_0.addNode('100383','Legislation',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Legislation/index.htm','OverrideTitle==Clinical trials for medicines\x3a Legislation');
g_navNode_2_0_9_0_9_0=g_navNode_2_0_9_0_9.addNode('100293','Implementation of the Clinical Trials Directive in the UK',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Legislation/ImplementationofClinicalTrialsDirectiveintheUK/index.htm','OverrideTitle==Clinical trials for medicines\x3a Implementation of the Clinical Trials Directive in the UK');
g_navNode_2_0_9_0_9_1=g_navNode_2_0_9_0_9.addNode('100294','Legislation',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Legislation/Legislation/index.htm','OverrideTitle==Clinical trials for medicines\x3a Legislation');
g_navNode_2_0_9_0_10=g_navNode_2_0_9_0.addNode('100402','FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/FAQs/index.htm','OverrideTitle==Clinical trials for medicines\x3a FAQs');
g_navNode_2_0_9_1=g_navNode_2_0_9.addNode('102','Marketing authorisations',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/index.htm');
g_navNode_2_0_9_1_0=g_navNode_2_0_9_1.addNode('100352','Types of application',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Typesofapplication/index.htm','OverrideTitle==Marketing authorisations\x3a Types of application');
g_navNode_2_0_9_1_1=g_navNode_2_0_9_1.addNode('806','New active substances',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Newactivesubstances/index.htm');
g_navNode_2_0_9_1_2=g_navNode_2_0_9_1.addNode('807','Abridged products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Abridgedproducts/index.htm');
g_navNode_2_0_9_1_3=g_navNode_2_0_9_1.addNode('808','Biological and biotechnology products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Biologicalandbiotechnologyproducts/index.htm','AliasTitle==Biotechnology products');
g_navNode_2_0_9_1_4=g_navNode_2_0_9_1.addNode('103','Renewal of licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Renewaloflicences/index.htm');
g_navNode_2_0_9_1_5=g_navNode_2_0_9_1.addNode('104','Variations to licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/index.htm');
g_navNode_2_0_9_1_5_0=g_navNode_2_0_9_1_5.addNode('100314','FAQs for variations submitted after 1 January 2010',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/index.htm','AliasTitle==Variations to licences - FAQs for variations submitted after 1 January 2010','AliasTitle1==Frequently asked questions\x3a variations submitted after 1 Janary 2010','ExcludeFromAtoZ==FALSE');
g_navNode_2_0_9_1_5_0_0=g_navNode_2_0_9_1_5_0.addNode('100315','General',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Administrativechanges/index.htm','AliasTitle==Variations to licences - FAQs - General','OverrideTitle==Variations to licences\x3a General FAQs');
g_navNode_2_0_9_1_5_0_1=g_navNode_2_0_9_1_5_0.addNode('100369','Administrative',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Administrative/index.htm','AliasTitle==Variations to licences - FAQs - Administrative','OverrideTitle==Variations to licences\x3a Administrative FAQs');
g_navNode_2_0_9_1_5_0_2=g_navNode_2_0_9_1_5_0.addNode('100316','Quality changes',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Qualitychanges/index.htm','AliasTitle==Variations to licences - FAQs - Quality changes','OverrideTitle==Variations to licences\x3a Quality changes FAQs');
g_navNode_2_0_9_1_5_0_3=g_navNode_2_0_9_1_5_0.addNode('100317',' Safety, efficacy, pharmacovigilance changes',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Safetyefficacypharmacovigilancechanges/index.htm','OverrideTitle==Variations to licenses\x3a Safety, efficacy, pharmacovigilance changes FAQs');
g_navNode_2_0_9_1_5_0_4=g_navNode_2_0_9_1_5_0.addNode('700','FAQs for variations submitted before 1 January 2010',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Frequentlyaskedquestions/index.htm','AliasTitle==Variations to licences - FAQs for variations submitted before 1 January 2010','OverrideTitle==FAQs for variations submitted before 1 January 2010');
g_navNode_2_0_9_1_5_0_4_0=g_navNode_2_0_9_1_5_0_4.addNode('1032','General queries',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Frequentlyaskedquestions/Generalqueries/index.htm','AliasTitle==Variations to licences - FAQs - General queries');
g_navNode_2_0_9_1_5_0_4_1=g_navNode_2_0_9_1_5_0_4.addNode('1033','Type I notifications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Frequentlyaskedquestions/TypeInotifications/index.htm','AliasTitle==Variations to licences - FAQs - Type I notifications');
g_navNode_2_0_9_1_5_0_4_2=g_navNode_2_0_9_1_5_0_4.addNode('1034','Type II variations',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Frequentlyaskedquestions/TypeIInotifications/index.htm','AliasTitle==Variations to licences - FAQs - Type II variations');
g_navNode_2_0_9_1_5_0_4_3=g_navNode_2_0_9_1_5_0_4.addNode('1035','Extension applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Frequentlyaskedquestions/Extensionapplications/index.htm','AliasTitle==Variations to licences - FAQs - Extension applications');
g_navNode_2_0_9_1_5_1=g_navNode_2_0_9_1_5.addNode('100493','Experience to date',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Experiencetodate/index.htm','OverrideTitle==Variations to licences\x3a Experience to date');
g_navNode_2_0_9_1_5_2=g_navNode_2_0_9_1_5.addNode('100495','Audit of new Type IA variations ',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/QualityAuditReportofNewTIANotifications/index.htm','OverrideTitle==Variations to licences\x3a Audit of new Type IA variations');
g_navNode_2_0_9_1_6=g_navNode_2_0_9_1.addNode('100027','Change of ownership applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Changeofownershipapplications/index.htm');
g_navNode_2_0_9_1_8=g_navNode_2_0_9_1.addNode('100948','Decentralised Procedure \x28DCP\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/DecentralisedProcedureDCP/index.htm');
g_navNode_2_0_9_1_8_0=g_navNode_2_0_9_1_8.addNode('100949','Requests for the UK to act as Reference Member State',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/DecentralisedProcedureDCP/RequestsfortheUKtoactasReferenceMemberState/index.htm');
g_navNode_2_0_9_1_8_1=g_navNode_2_0_9_1_8.addNode('100962','Book a slot',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/DecentralisedProcedureDCP/Bookaslot/index.htm');
g_navNode_2_0_9_2=g_navNode_2_0_9.addNode('105','Parallel import licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Parallelimportlicences/index.htm');
g_navNode_2_0_9_3=g_navNode_2_0_9.addNode('106','Manufacturer\'s and wholesale dealer\'s licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Manufacturersandwholesaledealerslicences/index.htm','AliasTitle==Wholesale Dealer\\x27s licences','AliasTitle1==Importing of licensed medicines');
g_navNode_2_0_9_4=g_navNode_2_0_9.addNode('107','Legal status and reclassification',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/index.htm','AliasTitle==Reclassification of medicines');
g_navNode_2_0_9_4_0=g_navNode_2_0_9_4.addNode('728','Lists of substances',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/Listsofsubstances/index.htm','CheckinProfile==WebsiteResources','DynamicListSortOrder==Asc','secondaryUrlVariableField==region1');
g_navNode_2_0_9_4_1=g_navNode_2_0_9_4.addNode('729','Recent reclassifications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/Recentreclassifications/index.htm','secondaryUrlVariableField==region1');
g_navNode_2_0_9_4_2=g_navNode_2_0_9_4.addNode('100963','FAQs on reclassification',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/FAQsonreclassification/index.htm');
g_navNode_2_0_9_5=g_navNode_2_0_9.addNode('1020','Better Regulation of Medicines Initiative \x28BROMI\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/BetterRegulationofMedicines/index.htm','AliasTitle==BROMI \x28Better Regulation of Medicines Initiative\x29','OverrideTitle==Better Regulation of Medicines Initiative \x28BROMI\x29');
g_navNode_2_0_9_5_0=g_navNode_2_0_9_5.addNode('1025','National informed consent \x28Article 10c, \'\'simple abridged\'\'\x29 applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/BetterRegulationofMedicines/Nationalinformedconsent\x28Article10csimpleabridged\x29applications/index.htm','OverrideTitle==Better Regulation of Medicines\x3a National informed consent  \x28Article 10c, \\x27simple abridged\\x27\x29 applications');
g_navNode_2_0_9_6=g_navNode_2_0_9.addNode('100148','Licensing time-based performance measures',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Licensingtime-basedperformancemeasures/index.htm');
g_navNode_2_0_9_7=g_navNode_2_0_9.addNode('110','Fees for medicines, blood establishments and blood banks',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/index.htm');
g_navNode_2_0_9_7_0=g_navNode_2_0_9_7.addNode('100013','Fees for appeals to Persons Appointed \x28PA\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Appealtopersonsappointed/index.htm');
g_navNode_2_0_9_7_1=g_navNode_2_0_9_7.addNode('1057','Drug - device combination products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Drug-devicecombinationproducts/index.htm','AliasTitle==Drug-device combination products - Fees','OverrideTitle==Fees for drug - device combination products');
g_navNode_2_0_9_7_2=g_navNode_2_0_9_7.addNode('1058','Scientific advice meetings',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Scientificadvicemeetings/index.htm','OverrideTitle==Fees for scientific advice meetings');
g_navNode_2_0_9_7_3=g_navNode_2_0_9_7.addNode('1062','Licence renewal applications, reclassifications and assessments of labels and leaflets',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Licencerenewalapplicationsreclassificationsandassessmentsoflabelsandleaflets/index.htm','OverrideTitle==Fees for licence renewals, reclassifications and assessment of labels and leaflets');
g_navNode_2_0_9_7_4=g_navNode_2_0_9_7.addNode('1065','Licence variations applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Licencevariationsapplications/index.htm','OverrideTitle==Fees for licence variations applications');
g_navNode_2_0_9_7_5=g_navNode_2_0_9_7.addNode('1066','Inspection fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Inspectionfees/index.htm','OverrideTitle==Fees for inspection');
g_navNode_2_0_9_7_6=g_navNode_2_0_9_7.addNode('1068','Fees for Traditional Herbal Medicinal Products \x28THMP\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/OtherfeesforTraditionalHerbalMedicinalProducts\x28THMP\x29/index.htm','OverrideTitle==Fees for Traditional Herbal Medicinal Products \x28THMP\x29');
g_navNode_2_0_9_7_7=g_navNode_2_0_9_7.addNode('1072','Homoeopathic National Rules Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/HomoeopathicNationalRulesScheme/index.htm','OverrideTitle==Fees for Homoeopathic National Rules Scheme');
g_navNode_2_0_9_7_8=g_navNode_2_0_9_7.addNode('1069','Periodic fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Periodicfees/index.htm');
g_navNode_2_0_9_7_9=g_navNode_2_0_9_7.addNode('1070','Fees for safety and quality vetting of unlicensed imported medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Feesforsafetyandqualityvettingofunlicensedimportedmedicines/index.htm','OverrideTitle==Fees for safety and quality vetting of unlicensed imported medicines');
g_navNode_2_0_9_7_10=g_navNode_2_0_9_7.addNode('1071','Fees for blood establishments and hospital blood banks',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Feesforbloodbanksandotherbloodestablishments/index.htm','OverrideTitle==Fees for blood banks and other blood establishments');
g_navNode_2_0_9_7_11=g_navNode_2_0_9_7.addNode('1103','Bank account details',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Bankaccountdetails/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Bank account details');
g_navNode_2_0_9_7_12=g_navNode_2_0_9_7.addNode('953','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Feesformedicinesbloodestablishmentsandbloodbanks/Frequentlyaskedquestions/index.htm','OverrideTitle==Fees\x3a Frequently asked questions');
g_navNode_2_0_9_8=g_navNode_2_0_9.addNode('108','Information for licence holders',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/index.htm');
g_navNode_2_0_9_8_0=g_navNode_2_0_9_8.addNode('109','Licence application forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/index.htm','AliasTitle==Application forms for medicines licences','secondaryUrlVariableField==region1');
g_navNode_2_0_9_8_0_0=g_navNode_2_0_9_8_0.addNode('100653','Marketing authorisation application forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/Marketingauthorisationapplicationforms/index.htm');
g_navNode_2_0_9_8_0_1=g_navNode_2_0_9_8_0.addNode('100654','Wholesale dealer\'s licences application forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/Wholesaledealerslicencesapplicationforms/index.htm');
g_navNode_2_0_9_8_0_2=g_navNode_2_0_9_8_0.addNode('100655','Manufacturer\u2019s licence forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/Manufacturer\u2019slicenceforms/index.htm');
g_navNode_2_0_9_8_0_3=g_navNode_2_0_9_8_0.addNode('100656','Summary of Product Characteristics templates and fragments',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/SummaryofProductCharacteristicstemplatesandfragments/index.htm');
g_navNode_2_0_9_8_0_4=g_navNode_2_0_9_8_0.addNode('100657','Import, export, and labelling and leaflet forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/Importexportandlabellingandleafletforms/index.htm');
g_navNode_2_0_9_8_0_5=g_navNode_2_0_9_8_0.addNode('100658','Other licence application forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/Otherlicenceapplicationforms/index.htm');
g_navNode_2_0_9_8_1=g_navNode_2_0_9_8.addNode('1096','Fast tracking of marketing authorisation applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Fasttrackingofmarketingauthorisationapplications/index.htm');
g_navNode_2_0_9_8_2=g_navNode_2_0_9_8.addNode('100037','Changing the name of a company',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Changingthenameofacompany/index.htm','AliasTitle==Company names - changing the name of a company for authorisations held under Medicines Regulations','OverrideTitle==Changing the name of a company for authorisations held under Medicines Regulations');
g_navNode_2_0_9_8_3=g_navNode_2_0_9_8.addNode('115','Reporting suspected adverse drug reactions',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Reportingsuspectedadversedrugreactions/index.htm','AliasTitle==Information for licence holders on reporting suspected adverse drug reactions','ExcludeFromAtoZ==TRUE');
g_navNode_2_0_9_8_4=g_navNode_2_0_9_8.addNode('1075','Periodic Safety Update Reports',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/PeriodicSafetyUpdateReports/index.htm','AliasTitle==PSURs \x28Periodic Safety Update Reports\x29','AliasTitle1==Periodic Safety Update Reports\x3a Medicines','ExcludeFromAtoZ==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_0_9_8_5=g_navNode_2_0_9_8.addNode('114','Provisions to which the marketing authorisation is granted',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Provisionstowhichthemarketingauthorisationisgranted/index.htm','AliasTitle==Marketing Authorisation\x3a Provisions to which it is granted');
g_navNode_2_0_9_8_7=g_navNode_2_0_9_8.addNode('116','Guidance',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/index.htm','OverrideTitle==Guidance for licence applicants');
g_navNode_2_0_9_8_7_0=g_navNode_2_0_9_8_7.addNode('117','Naming policy',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/Namingpolicy/index.htm');
g_navNode_2_0_9_8_7_0_0=g_navNode_2_0_9_8_7_0.addNode('778','Changes to medicines names\x3a BANs to rINNs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/Namingpolicy/ChangestomedicinesnamesBANstorINNs/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_0_9_8_7_1=g_navNode_2_0_9_8_7.addNode('779','Labelling\x3a Vitamin C',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/LabellingVitaminC/index.htm','AliasTitle==Vitamin C\x3a labelling ');
g_navNode_2_0_9_8_7_2=g_navNode_2_0_9_8_7.addNode('118','Child resistant packaging',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/Childresistantpackaging/index.htm');
g_navNode_2_0_9_8_7_3=g_navNode_2_0_9_8_7.addNode('119','Overdose sections of SPCs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/index.htm');
g_navNode_2_0_9_8_7_3_0=g_navNode_2_0_9_8_7_3.addNode('780','\'Generic\' overdose sections',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/index.htm');
g_navNode_2_0_9_8_7_3_0_0=g_navNode_2_0_9_8_7_3_0.addNode('781','Aminophylline and theophylline',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Aminophyllineandtheophylline/index.htm','OverrideTitle==Aminophylline and theophylline overdose');
g_navNode_2_0_9_8_7_3_0_1=g_navNode_2_0_9_8_7_3_0.addNode('782','Amitriptyline',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Amitriptyline/index.htm','OverrideTitle==Amitriptyline overdose');
g_navNode_2_0_9_8_7_3_0_2=g_navNode_2_0_9_8_7_3_0.addNode('783','Citalopram',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Citalopram/index.htm','OverrideTitle==Citalopram overdose');
g_navNode_2_0_9_8_7_3_0_3=g_navNode_2_0_9_8_7_3_0.addNode('784','Codeine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Codeine/index.htm','OverrideTitle==Codeine overdose');
g_navNode_2_0_9_8_7_3_0_4=g_navNode_2_0_9_8_7_3_0.addNode('785','Co-proxamol',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Co-proxamol/index.htm','OverrideTitle==Co-proxamol overdose');
g_navNode_2_0_9_8_7_3_0_5=g_navNode_2_0_9_8_7_3_0.addNode('786','Diazepam and temazepam',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Diazepamandtemazepam/index.htm','OverrideTitle==Diazepam and temazepam overdose');
g_navNode_2_0_9_8_7_3_0_6=g_navNode_2_0_9_8_7_3_0.addNode('787','Fluoxetine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Fluoxetine/index.htm','OverrideTitle==Fluoxetine overdose');
g_navNode_2_0_9_8_7_3_0_7=g_navNode_2_0_9_8_7_3_0.addNode('788','Ibuprofen',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Ibuprofen/index.htm','OverrideTitle==Ibuprofen overdose');
g_navNode_2_0_9_8_7_3_0_8=g_navNode_2_0_9_8_7_3_0.addNode('789','Lithium',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Lithium/index.htm','OverrideTitle==Lithium overdose');
g_navNode_2_0_9_8_7_3_0_9=g_navNode_2_0_9_8_7_3_0.addNode('790','Paracetamol',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Paracetamol/index.htm','OverrideTitle==Paracetamol overdose');
g_navNode_2_0_9_8_7_3_0_10=g_navNode_2_0_9_8_7_3_0.addNode('791','Paroxetine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Paroxetine/index.htm','OverrideTitle==Paroxetine overdose');
g_navNode_2_0_9_8_7_3_0_11=g_navNode_2_0_9_8_7_3_0.addNode('792','Salicylates and aspirin',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Salicylatesandaspirin/index.htm','OverrideTitle==Salicylates and aspirin overdose');
g_navNode_2_0_9_8_7_3_0_12=g_navNode_2_0_9_8_7_3_0.addNode('793','Zopiclone',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Zopiclone/index.htm','OverrideTitle==Zopiclone overdose');
g_navNode_2_0_9_8_7_4=g_navNode_2_0_9_8_7.addNode('1201','SPCs for NSAIDs and ibuprofen',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/SPCsforNSAIDsandibuprofen/index.htm','AliasTitle==NSAIDs and ibuprofen\x3a SPCs','AliasTitle1==Ibuprofen and NSAIDs\x3a SPCs','AliasTitle2==Non-steroidal anti-inflammatory drugs \x28NSAIDs\x29 and ibuprofen\x3a SPCs','OverrideTitle==Summaries of product characteristics \x28SmPCs\x29 of prescription only \x28POM\x29 non-selective non-steroidal anti-inflammatory drugs \x28NSAIDs\x29 and over-the-counter \x28OTC\x29 ibuprofen, for systemic administration');
g_navNode_2_0_9_8_8=g_navNode_2_0_9_8.addNode('120','Other useful services and information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/index.htm');
g_navNode_2_0_9_8_8_0=g_navNode_2_0_9_8_8.addNode('1181','Pharmacovigilance Service Desk',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/PharmacovigilanceServiceDesk/index.htm');
g_navNode_2_0_9_8_8_1=g_navNode_2_0_9_8_8.addNode('121','Scientific advice for licence applicants',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Scientificadviceforlicenceapplicants/index.htm');
g_navNode_2_0_9_8_8_1_0=g_navNode_2_0_9_8_8_1.addNode('617','Request for scientific advice form',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Scientificadviceforlicenceapplicants/Requestforscientificadviceform/index.htm','AliasTitle==Scientific advice request form');
g_navNode_2_0_9_8_8_2=g_navNode_2_0_9_8_8.addNode('123','Lists of approved products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Listsofapprovedproducts/index.htm');
g_navNode_2_0_9_8_8_2_0=g_navNode_2_0_9_8_8_2.addNode('124','Marketing authorisations',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Listsofapprovedproducts/Marketingauthorisations/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60Licensing\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Marketing authorisations\x60','DynamicListTitle==Latest granted marketing authorisations','OverrideTitle==Marketing authorisations\x3a lists of granted licences','secondaryUrlVariableField==region1');
g_navNode_2_0_9_8_8_2_1=g_navNode_2_0_9_8_8_2.addNode('125','Parallel import licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Listsofapprovedproducts/Parallelimportlicences/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60Licensing\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Parallel import licences\x60','DynamicListTitle==Latest granted parallel import licences','OverrideTitle==Parallel import licences\x3a lists of granted licences','secondaryUrlVariableField==region1');
g_navNode_2_0_9_8_8_3=g_navNode_2_0_9_8_8.addNode('1028','Licensing time-based performance measures',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Licensingtime-basedperformancemeasures/index.htm','secondaryUrlVariableField==region1');
g_navNode_2_0_9_8_8_4=g_navNode_2_0_9_8_8.addNode('100003','RamaXL',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/RamaXL/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_0_9_8_8_5=g_navNode_2_0_9_8_8.addNode('100808','Portal',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Portal/index.htm');
g_navNode_2_0_9_8_8_6=g_navNode_2_0_9_8_8.addNode('1119','Requests for MHRA to act as Reference Member State \x28RMS\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/RequestsforMHRAtoactasReferenceMemberState\x28RMS\x29/index.htm','AliasTitle==Reference Member State \x28RMS\x29\x3a Request for MHRA to act as');
g_navNode_2_0_10=g_navNode_2_0.addNode('132','Medicines for children',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/index.htm','AliasTitle==Children\x3a Medicines for ','AliasTitle1==Paediatric medicines');
g_navNode_2_0_10_0=g_navNode_2_0_10.addNode('100395','What\'s new',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/Whatsnew/index.htm','OverrideTitle==Medicines for children\x3a What\\x27s new');
g_navNode_2_0_10_1=g_navNode_2_0_10.addNode('608','Q\x26A on UK strategy',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/QAonUKstrategy/index.htm','AliasTitle==UK strategy on children\\x27s medicines\x3a Questions and Answers','ExcludeFromAtoZ==TRUE','OverrideTitle==Questions and answers on UK strategy');
g_navNode_2_0_10_2=g_navNode_2_0_10.addNode('1173','Requirements for submission of paediatric information required by EU Paediatric Regulation',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/RequirementsforsubmissionofpaediatricinformationrequiredbyEUPaediatricRegulation/index.htm','AliasTitle==Paediatric information\x3a Requirements for submitting','OverrideTitle==Requirements for submission of paediatric information required by EU Paediatric Regulation');
g_navNode_2_0_10_3=g_navNode_2_0_10.addNode('100108','Guidance on requirements for \'compliance checks\' during validation',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/Guidanceonrequirementsfor\'compliancechecks\'duringvalidation/index.htm');
g_navNode_2_0_10_4=g_navNode_2_0_10.addNode('100107','Variations to implement changes to product information following European paediatric work-sharing procedures',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/Variations to implement changes to product information following European paediatric work-sharing procedures/index.htm');
g_navNode_2_0_11=g_navNode_2_0.addNode('133','Naming of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Namingofmedicines/index.htm');
g_navNode_2_0_11_0=g_navNode_2_0_11.addNode('609','Changes to medicines names\x3a BANs to rINNs',ssUrlPrefix + 'Howweregulate/Medicines/Namingofmedicines/ChangestomedicinesnamesBANstorINNs/index.htm','AliasTitle==BANs to rINNs\x3a Changes to medicines names','ContentIndexTitle==BANs to rINNS','OverrideTitle==Changes to medicines names\x3a BANs to rINNs');
g_navNode_2_0_11_0_0=g_navNode_2_0_11_0.addNode('610','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Namingofmedicines/ChangestomedicinesnamesBANstorINNs/Frequentlyaskedquestions/index.htm','OverrideTitle==BANs to rINNs\x3a Frequently asked questions');
g_navNode_2_0_12=g_navNode_2_0.addNode('134','Inspection and standards',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/index.htm');
g_navNode_2_0_12_0=g_navNode_2_0_12.addNode('613','Good Manufacturing Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/index.htm');
g_navNode_2_0_12_0_0=g_navNode_2_0_12_0.addNode('100076','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/News/index.htm','ASDDocType==RegulatoryNews','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60GMP news\x60 \x3cor\x3e xKeywords \x3ccontains\x3e \x60gmpnews\x60 \x3cor\x3e xKeywords \x3csubstring\x3e \x60incgmpnews\x60 ','OverrideTitle==Good Manufacturing Practice\x3a News and hot topics','secondaryUrlVariableField==region1');
g_navNode_2_0_12_0_1=g_navNode_2_0_12_0.addNode('100473','Background',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Background/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Background');
g_navNode_2_0_12_0_2=g_navNode_2_0_12_0.addNode('100645','GMP-GDP Consultative Committee',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/GMP-GDPConsultativeCommittee/index.htm');
g_navNode_2_0_12_0_3=g_navNode_2_0_12_0.addNode('100079','Guidance and legislation',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/index.htm','AliasTitle==Active pharmaceutic ingredients \x28API\x29 - Good Manufacturing Practice\x3a Guidance and legislation','OverrideTitle==Good Manufacturing Practice\x3a Guidance and legislation');
g_navNode_2_0_12_0_4=g_navNode_2_0_12_0.addNode('100084','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Risk-basedinspections/index.htm','AliasTitle==Risk-based inspections\x3a Good Manufacturing Practice','OverrideTitle==Good Manufacturing Practice\x3a Risk-based inspections');
g_navNode_2_0_12_0_4_0=g_navNode_2_0_12_0_4.addNode('100174','Risk based inspections FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Risk-basedinspections/RiskbasedinspectionsFAQs/index.htm','AliasTitle==Risk-based inspections\x3a Good Manufacturing Practice - Questions and answers','OverrideTitle==Good Manufacturing Practice \x28GMP\x29 risk-based inspections\x3a Questions and answers');
g_navNode_2_0_12_0_5=g_navNode_2_0_12_0.addNode('100080','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Theinspectionprocess/index.htm','OverrideTitle==Good Manufacturing Practice\x3a The inspection process');
g_navNode_2_0_12_0_6=g_navNode_2_0_12_0.addNode('100077','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Frequently asked questions');
g_navNode_2_0_12_0_6_0=g_navNode_2_0_12_0_6.addNode('100404','Investigational medicinal products \x28IMP\x29 FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/IMP/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Investigational medicinal products \x28IMP\x29 FAQs');
g_navNode_2_0_12_0_6_1=g_navNode_2_0_12_0_6.addNode('100405','Active pharmaceutical ingredient \x28API\x29 FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/API/index.htm','AliasTitle==Active pharmaceutical ingredient \x28API\x29 FAQs - Good Manufacturing Practice','AliasTitle1==API FAQs - Good Manufacturing Practice','OverrideTitle==Good Manufacturing Practice\x3a Active pharmaceutical ingredient \x28API\x29 FAQs');
g_navNode_2_0_12_0_6_2=g_navNode_2_0_12_0_6.addNode('100406','Importation FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/Importation/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Importation FAQs');
g_navNode_2_0_12_0_6_3=g_navNode_2_0_12_0_6.addNode('100407','Pharmacovigilance FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/Pharmacovigilance/index.htm','OverrideTitle== Good Manufacturing Practice\x3a Pharmacovigilance FAQs');
g_navNode_2_0_12_0_6_4=g_navNode_2_0_12_0_6.addNode('100408','General FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/General/index.htm','OverrideTitle==Good Manufacturing Practice\x3a General FAQs');
g_navNode_2_0_12_0_6_5=g_navNode_2_0_12_0_6.addNode('100580','Out of specification \x28OOS\x29 FAQs',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/OOSFAQs/index.htm');
g_navNode_2_0_12_0_6_6=g_navNode_2_0_12_0_6.addNode('100092','Common deficiencies',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/Commondeficiencies/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Common deficiencies');
g_navNode_2_0_12_0_6_7=g_navNode_2_0_12_0_6.addNode('100475','Quality risk management',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/QualityRiskManagement/index.htm','OverrideTitle==Good Manufacturing Practice \x28GMP\x29 - Quality risk management\x3a Frequently asked questions');
g_navNode_2_0_12_1=g_navNode_2_0_12.addNode('100070','Good Distribution Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/index.htm');
g_navNode_2_0_12_1_0=g_navNode_2_0_12_1.addNode('100071','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/News/index.htm','ASDDocType==RegulatoryNews','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60GDP news\x60\x3cor\x3e xKeywords \x3csubstring\x3e \x60incgdpnews\x60','DynamicListTitle==News and hot topics','OverrideTitle==Good Distribution Practice\x3a News and hot topics','secondaryUrlVariableField==region1');
g_navNode_2_0_12_1_1=g_navNode_2_0_12_1.addNode('100477','Background',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Background/index.htm');
g_navNode_2_0_12_1_2=g_navNode_2_0_12_1.addNode('100074','Guidance and legislation',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Guidanceandlegislation/index.htm','OverrideTitle==Good Distribution Practice\x3a Guidance and legislation');
g_navNode_2_0_12_1_3=g_navNode_2_0_12_1.addNode('100099','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Risk-basedinspections/index.htm','AliasTitle==Risk-based inspections\x3a Good Distribution Practice','ExcludeFromAtoZ==TRUE','OverrideTitle==Good Distribution Practice\x3a Risk-based inspections');
g_navNode_2_0_12_1_4=g_navNode_2_0_12_1.addNode('100075','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Theinspectionprocess/index.htm','OverrideTitle==Good Distribution Practice\x3a The inspection process');
g_navNode_2_0_12_1_5=g_navNode_2_0_12_1.addNode('100072','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/FAQ/index.htm','OverrideTitle==Good Distribution Practice\x3a Frequently asked questions');
g_navNode_2_0_12_2=g_navNode_2_0_12.addNode('136','Good Clinical Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/index.htm','AliasTitle==Phase I Accreditation Scheme','AliasTitle1==Clinical trials\x3a Phase I Accreditation Scheme','secondaryUrlVariableField==region1');
g_navNode_2_0_12_2_0=g_navNode_2_0_12_2.addNode('981','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/News/index.htm','ASDDocType==RegulatoryNews','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60GCP news\x60\x3cor\x3e xKeywords \x3csubstring\x3e \x60incgcpnews\x60','DynamicListTitle==Latest news and hot topics','OverrideTitle==Good Clinical Practice\x3a News and hot topics','secondaryUrlVariableField==region1');
g_navNode_2_0_12_2_1=g_navNode_2_0_12_2.addNode('100478','Background',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Background/index.htm','OverrideTitle==Good Clinical Practice\x3a Background');
g_navNode_2_0_12_2_2=g_navNode_2_0_12_2.addNode('100347','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Theinspectionprocess/index.htm','OverrideTitle==Good Clinical Practice\x3a The inspection process');
g_navNode_2_0_12_2_3=g_navNode_2_0_12_2.addNode('100168','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Riskbasedinspections/index.htm','AliasTitle==Risk-based inspections\x3a Good Clinical Practice \x28GCP\x29','OverrideTitle==Good Clinical Practice\x3a Risk-based inspections');
g_navNode_2_0_12_2_4=g_navNode_2_0_12_2.addNode('100116','Discussion forum and frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Frequentlyaskedquestions/index.htm','OverrideTitle==Good Clinical Practice\x3a Discussion forum and frequently asked questions');
g_navNode_2_0_12_3=g_navNode_2_0_12.addNode('100129','Good Clinical Practice for Clinical Laboratories',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPracticeforClinicalLaboratories/index.htm','AliasTitle==Clinical Laboratories\x3a Good Clinical Practice \x28GCP\x29');
g_navNode_2_0_12_4=g_navNode_2_0_12.addNode('614','Good Laboratory Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/index.htm');
g_navNode_2_0_12_4_0=g_navNode_2_0_12_4.addNode('100015','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Newsandhottopics/index.htm','ASDDocType==RegulatoryNews','AliasTitle==Good Laboratory Practice\x3a What\\x27s new','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60GLP news\x60\x3cor\x3e xKeywords \x3csubstring\x3e \x60incglpnews\x60','ExcludeFromAtoZ==FALSE','secondaryUrlVariableField==region1');
g_navNode_2_0_12_4_1=g_navNode_2_0_12_4.addNode('1110','Background ',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Structure/index.htm','OverrideTitle==Good Laboratory Practice\x3a Background and structure');
g_navNode_2_0_12_4_2=g_navNode_2_0_12_4.addNode('100494','The UK GLP compliance monitoring programme',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/TheUKGLPcompliancemonitoringprogramme/index.htm','OverrideTitle==Good Laboratory Practice\x3a The UK GLP compliance monitoring programme');
g_navNode_2_0_12_4_3=g_navNode_2_0_12_4.addNode('100358','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/TheGLPinspectionprocess/index.htm');
g_navNode_2_0_12_4_4=g_navNode_2_0_12_4.addNode('100141','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Riskbasedinspections/index.htm','AliasTitle==Risk based inspections\x3a Good Laboratory Practice','OverrideTitle==Good Laboratory Practice\x3a Risk-based inspections');
g_navNode_2_0_12_4_5=g_navNode_2_0_12_4.addNode('1112','Guidance and legislation',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Guidance/index.htm','OverrideTitle==Good Laboratory Practice\x3a Guidance and legislation');
g_navNode_2_0_12_4_6=g_navNode_2_0_12_4.addNode('1117','Useful links',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Contactsandlinks/index.htm','OverrideTitle==Good Laboratory Practice\x3a Useful links');
g_navNode_2_0_12_4_12=g_navNode_2_0_12_4.addNode('100486','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Frequentlyaskedquestions/index.htm','OverrideTitle==Good Laboratory Practice\x3a Frequently asked questions');
g_navNode_2_0_12_5=g_navNode_2_0_12.addNode('826','Good Pharmacovigilance Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/index.htm');
g_navNode_2_0_12_5_1=g_navNode_2_0_12_5.addNode('964','News and hot topics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/News/index.htm','ASDDocType==RegulatoryNews','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60GPvP news\x60\x3cor\x3e xKeywords \x3csubstring\x3e \x60incgpvpnews\x60','DynamicListTitle==Latest pharmacovigilance news','OverrideTitle==Good Pharmacovigilance Practice\x3a News','secondaryUrlVariableField==region1');
g_navNode_2_0_12_5_2=g_navNode_2_0_12_5.addNode('100467','Background',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Background/index.htm');
g_navNode_2_0_12_5_3=g_navNode_2_0_12_5.addNode('100348','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Theinspectionprocess/index.htm','OverrideTitle==Good Pharmacovigilance Practice\x3a The inspection process');
g_navNode_2_0_12_5_4=g_navNode_2_0_12_5.addNode('100150','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Riskbasedinspections/index.htm','AliasTitle==Risk based inspections\x3a Good Pharmacovigilance Practice','OverrideTitle==Good Pharmacovigilance Practice\x3a Risk-based inspections');
g_navNode_2_0_12_5_5=g_navNode_2_0_12_5.addNode('1086','Good Pharmacovigilance Practice Consultative Committee',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/GoodPharmacovigilancePracticeConsultativeCommittee/index.htm');
g_navNode_2_0_12_5_6=g_navNode_2_0_12_5.addNode('100464','Pharmacovigilance inspection metrics',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Pharmacovigilanceinspectionmetrics/index.htm','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100464\x60','DynamicListTitle==Pharmacovigilance inspection metrics');
g_navNode_2_0_12_5_7=g_navNode_2_0_12_5.addNode('827','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Frequentlyaskedquestions/index.htm','OverrideTitle==Frequently asked questions for Good Pharmacovigilance Practice');
g_navNode_2_0_12_6=g_navNode_2_0_12.addNode('100246','Risk-based inspection programme for good practice inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Risk-basedInspectionProgrammeforgoodpracticeinspections/index.htm');
g_navNode_2_0_12_7=g_navNode_2_0_12.addNode('141','British Pharmacopoeia',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/BritishPharmacopoeia/index.htm');
g_navNode_2_0_12_8=g_navNode_2_0_12.addNode('142','Medicines testing',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Medicinestesting/index.htm','AliasTitle==Testing of medicines');
g_navNode_2_0_12_8_0=g_navNode_2_0_12_8.addNode('844','MHRA laboratory',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Medicinestesting/MHRAlaboratory/index.htm','AliasTitle==Laboratory\x3a MHRA','ExcludeFromAtoZ==TRUE','OverrideTitle==Laboratory');
g_navNode_2_0_12_9=g_navNode_2_0_12.addNode('100800','Inspection Action Group',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/InspectionActionGroup/index.htm');
g_navNode_2_0_13=g_navNode_2_0.addNode('144','Availability, prescribing, selling and supplying of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/index.htm','AliasTitle==Prescribing of medicines','AliasTitle1==Selling and supply of medicines');
g_navNode_2_0_13_0=g_navNode_2_0_13.addNode('145','Availability of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Availabilityofmedicines/index.htm');
g_navNode_2_0_13_1=g_navNode_2_0_13.addNode('146','Exemptions from Medicines Act restrictions',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/index.htm','AliasTitle==Medicines Act restrictions\x3a Exemptions from');
g_navNode_2_0_13_1_0=g_navNode_2_0_13_1.addNode('147','Patient Group Directions in the private, prison and police sectors',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/PatientGroupDirectionsintheprivatesector/index.htm');
g_navNode_2_0_13_1_1=g_navNode_2_0_13_1.addNode('148','Patient Group Directions in the NHS',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/PatientGroupDirectionsintheNHS/index.htm');
g_navNode_2_0_13_1_2=g_navNode_2_0_13_1.addNode('151','Chiropodists and podiatrists',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Chiropodists/index.htm','AliasTitle==Chiropodists\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE','OverrideTitle==Chiropodists and podiatrists\x3a Exemptions');
g_navNode_2_0_13_1_3=g_navNode_2_0_13_1.addNode('153','Midwives',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Midwives/index.htm','AliasTitle==Midwives\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE','OverrideTitle==Midwives\x3a Exemptions');
g_navNode_2_0_13_1_4=g_navNode_2_0_13_1.addNode('149','Nurse and pharmacist independent prescribing',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Nurseandpharmacistindependentprescribing/index.htm','AliasTitle==Pharmacist independent prescribing','OverrideTitle==Nurse and pharmacist independent prescribing');
g_navNode_2_0_13_1_5=g_navNode_2_0_13_1.addNode('100965','Occupational health',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Occupationalhealth/index.htm');
g_navNode_2_0_13_1_6=g_navNode_2_0_13_1.addNode('152','Optometrists',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Optometrists/index.htm','AliasTitle==Optometrists\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE','OverrideTitle==Optometrists\x3a Exemptions');
g_navNode_2_0_13_1_7=g_navNode_2_0_13_1.addNode('150','Paramedics',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Paramedics/index.htm','AliasTitle==Paramedics\x3a exemptions from Medicines Act Restrictions','ExcludeFromAtoZ==TRUE','OverrideTitle==Paramedics\x3a Exemptions');
g_navNode_2_0_13_1_8=g_navNode_2_0_13_1.addNode('154','Supplementary prescribing',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Supplementaryprescribing/index.htm');
g_navNode_2_0_13_2=g_navNode_2_0_13.addNode('155','Frequently raised issues',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/index.htm','AliasTitle==Availability, prescribing, selling and supplying of medicines\x3a Frequently raised issues');
g_navNode_2_0_13_2_0=g_navNode_2_0_13_2.addNode('156','Supply and administration of Botox\xae, Vistabel\xae, Dysport\xae and other injectable medicines outside their licensed medicinal uses such as in cosmetic procedures',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/BotoxVistabelDysportandotherinjectablemedicinesincosmeticprocedures/index.htm','AliasTitle==Botox\x3a Supply and administration in cosmetic procedures','AliasTitle1==Vistabel\x3a Supply and administration in cosmetic procedures','AliasTitle2==Dysport\x3a Supply and administration is cosmetic procedures','AliasTitle3==Cosmetic procedures\x3a Supply and administration of injectable medicines');
g_navNode_2_0_13_2_1=g_navNode_2_0_13_2.addNode('157','Market stalls and car boot sales',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/Marketstallsandcarbootsales/index.htm','AliasTitle==Car boot sales\x3a availability of medicines');
g_navNode_2_0_13_2_2=g_navNode_2_0_13_2.addNode('158','Vending machines',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/Vendingmachines/index.htm');
g_navNode_2_0_13_2_3=g_navNode_2_0_13_2.addNode('100061','Palliative care',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/Palliativecare/index.htm','AliasTitle==Mixing medicines in palliative care','OverrideTitle==Non-medical prescribing and mixing medicines in palliative care and other areas of clinical practice');
g_navNode_2_0_13_2_4=g_navNode_2_0_13_2.addNode('159','The Internet',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/TheInternet/index.htm','AliasTitle==Internet\x3a availability of medicines, frequently raised issues','ExcludeFromAtoZ==TRUE');
g_navNode_2_0_13_2_5=g_navNode_2_0_13_2.addNode('731','Retinal screening',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/Retinalscreening/index.htm','AliasTitle==Retinal screening programmes\x3a Advice on administering eye drops','ExcludeFromAtoZ==TRUE','OverrideTitle==Advice on administering eye drops in retinal screening programmes');
g_navNode_2_0_14=g_navNode_2_0.addNode('160','Importing and exporting medicines',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/index.htm');
g_navNode_2_0_14_0=g_navNode_2_0_14.addNode('161','Importing unlicensed medicines',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/Importingunlicensedmedicines/index.htm','AliasTitle==Unlicensed medicines\x3a importing of ','AliasTitle1==Importation of unlicensed medicines\x3a Report on ','AliasTitle2==Talc preparations for pleurodesis\x3a Statement on');
g_navNode_2_0_14_1=g_navNode_2_0_14.addNode('162','Exporting medicines',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/Exportingmedicines/index.htm','AliasTitle==Export certificate application forms');
g_navNode_2_0_14_2=g_navNode_2_0_14.addNode('163','TSE Regulations',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/TSERegulations/index.htm','AliasTitle==Transmissible Spongiform Encephalopathies\x3a Regulations');
g_navNode_2_0_15=g_navNode_2_0.addNode('164','Labels, patient information leaflets and packaging',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/index.htm','AliasTitle==Patient information leaflets','AliasTitle1==Packaging for medicines','OverrideTitle==Labels, patient information leaflets and packaging for medicines');
g_navNode_2_0_15_0=g_navNode_2_0_15.addNode('1088','Legislation and guidelines',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Legislationandguidelines/index.htm','AliasTitle==Patient information leaflets\x3a Legislation and guidelines','AliasTitle1==Packaging for medicines\x3a Legislation and guidelines','OverrideTitle==Labels, patient information leaflets and packaging of medicines\x3a Legislation and guidelines');
g_navNode_2_0_15_1=g_navNode_2_0_15.addNode('1089','Applications for assessment',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Applicationsforassessment/index.htm','AliasTitle==Patient information leaflets\x3a Applications for assessment','OverrideTitle==Labels and leaflets\x3a Applications for assessment');
g_navNode_2_0_15_2=g_navNode_2_0_15.addNode('1090','Notification scheme ',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Notificationscheme/index.htm','OverrideTitle==Changes to labelling and patient information leaflets for all medicines subject to self certification by the applicant and formal notification to the MHRA');
g_navNode_2_0_15_3=g_navNode_2_0_15.addNode('1091','Braille on labelling and in patient information leaflets             ',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Brailleonlabellingandinpatientinformationleaflets/index.htm','OverrideTitle==Braille on labelling and in patient information leaflets\x3a New provisions from 30 October 2005');
g_navNode_2_0_15_4=g_navNode_2_0_15.addNode('1092','User testing of patient information leaflets',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Usertestingofpatientinformationleaflets/index.htm','AliasTitle==Patient information leaflets\x3a User testing');
g_navNode_2_0_15_5=g_navNode_2_0_15.addNode('1170','Patient information leaflet \x28PIL\x29 of the month',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Patientinformationleaflet\x28PIL\x29ofthemonth/index.htm');
g_navNode_2_0_15_6=g_navNode_2_0_15.addNode('1093','Complaints about labelling and packaging of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Complaintsaboutlabellingandpackagingofmedicines/index.htm','AliasTitle==Complaints about labelling and packaging of medicines','OverrideTitle==Labelling and packaging of medicines\x3a Complaints');
g_navNode_2_0_15_7=g_navNode_2_0_15.addNode('100010','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Frequentlyaskedquestions/index.htm','AliasTitle==Patient information leaflets\x3a Frequently asked questions','AliasTitle1==Packaging for medicines\x3a Frequently asked questions','OverrideTitle==Labels, patient information leaflets and packaging for medicines\x3a Frequently asked questions');
g_navNode_2_0_15_8=g_navNode_2_0_15.addNode('100301','Patient Information Quality Unit performance figures',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/PIQUperformancefigures/index.htm','OverrideTitle==Patient Information Quality Unit \x28PIQU\x29 performance figures');
g_navNode_2_0_16=g_navNode_2_0.addNode('165','Advertising of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/index.htm','ASDDocType==AdvertisingComplaints');
g_navNode_2_0_16_0=g_navNode_2_0_16.addNode('948','The legislative framework',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/Thelegislativeframework/index.htm','OverrideTitle==Advertising of medicines\x3a The legislative framework');
g_navNode_2_0_16_1=g_navNode_2_0_16.addNode('166','Advertising investigations',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/Advertisinginvestigations/index.htm','ASDDocType==AdvertisingComplaints','AliasTitle==Advertising complaints\x3a Results of investigations','AliasTitle1==Complaints about advertising of medicines\x3a Results of investigations','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==AdvertisingComplaints','DynamicListQuery==dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_0_16_1_0=g_navNode_2_0_16_1.addNode('618','Advertising complaint form',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/Advertisinginvestigations/Advertisingcomplaintform/index.htm');
g_navNode_2_0_17=g_navNode_2_0.addNode('167','Enforcing the law',ssUrlPrefix + 'Howweregulate/Medicines/Enforcingthelaw/index.htm','AliasTitle==Enforcement \x26 Intelligence Group \x28E\x26I\x29');
g_navNode_2_0_17_0=g_navNode_2_0_17.addNode('169','Our prosecutions',ssUrlPrefix + 'Howweregulate/Medicines/Enforcingthelaw/Ourprosecutions/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a169\x60  \x3cAND\x3e \x3cNOT\x3e dDocName \x3cmatches\x3e \\x27CON009782\\x27','DynamicListTitle==Latest prosecutions','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Prosecutions \x28medicines\x29','secondaryUrlVariableField==region1');
g_navNode_2_0_18=g_navNode_2_0.addNode('100134','Dealing with disputes over regulation of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Dealingwithdisputesoverregulationofmedicines/index.htm');
g_navNode_2_0_18_1=g_navNode_2_0_18.addNode('100136','Members',ssUrlPrefix + 'Howweregulate/Medicines/Dealingwithdisputesoverregulationofmedicines/Members/index.htm','OverrideTitle==Regulation of Medicines Review Panel\x3a Members');
g_navNode_2_0_19=g_navNode_2_0.addNode('1043','MISG New Technologies Advisory Panel',ssUrlPrefix + 'Howweregulate/Medicines/MISGNewTechnologiesAdvisoryPanel/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 New Technologies Advisory Panel');
g_navNode_2_0_19_0=g_navNode_2_0_19.addNode('1200','Minutes',ssUrlPrefix + 'Howweregulate/Medicines/MISGNewTechnologiesAdvisoryPanel/Minutes/index.htm','ASDDocType==WebsiteResources','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest minutes','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 New Technologies Advisory Panel\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_2_0_19_1=g_navNode_2_0_19.addNode('1094','Forums',ssUrlPrefix + 'Howweregulate/Medicines/MISGNewTechnologiesAdvisoryPanel/Forums/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Forums\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest Forums','ExcludeFromAtoZ==TRUE','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 Forums','secondaryUrlVariableField==region1');
g_navNode_2_0_19_2=g_navNode_2_0_19.addNode('100313','Earlier access to new medicines in the UK',ssUrlPrefix + 'Howweregulate/Medicines/MISGNewTechnologiesAdvisoryPanel/Earlieraccesstonewmedicinesintheuk/index.htm');
g_navNode_2_0_20=g_navNode_2_0.addNode('1024','Review of EU medicines legislation \x28\'2001 Review\'\x29',ssUrlPrefix + 'Howweregulate/Medicines/ReviewofEUmedicineslegislation\x282001Review\x29/index.htm');
g_navNode_2_1=g_navNode_2.addNode('48','Devices',ssUrlPrefix + 'Howweregulate/Devices/index.htm','AliasTitle==Devices - How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate devices');
g_navNode_2_1_0=g_navNode_2_1.addNode('100275','Devices regulatory news',ssUrlPrefix + 'Howweregulate/Devices/Devicesregulatorynews/index.htm','AliasTitle==Regulatory news for devices','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==RegulatoryNews','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60','DynamicListTitle==Latest devices regulatory news','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_1_1=g_navNode_2_1.addNode('172','Active Implantable Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/ActiveImplantableMedicalDevicesDirective/index.htm');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('174','How does a manufacturer comply with requirements?',ssUrlPrefix + 'Howweregulate/Devices/ActiveImplantableMedicalDevicesDirective/Howdoesamanufacturercomplywithrequirements/index.htm','AliasTitle==Active Implantable Medical Devices Directive - Complying with requirements','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_2=g_navNode_2_1.addNode('175','Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/index.htm');
g_navNode_2_1_2_0=g_navNode_2_1_2.addNode('177','How does a manufacturer comply with requirements?',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Howdoesamanufacturercomplywithrequirements/index.htm','AliasTitle==Medical Devices Directive - Complying with requirements','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_2_1=g_navNode_2_1_2.addNode('178','Borderline with medicines',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Borderlinewithmedicines/index.htm','AliasTitle==Devices\x3a Borderline with medicines','AliasTitle1==Borderline between medical devices and medicines','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_2_2=g_navNode_2_1_2.addNode('179','Other borderlines',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Otherborderlines/index.htm','AliasTitle==Borderlines between medical devices and other products','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_2_3=g_navNode_2_1_2.addNode('180','Classification',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Classification/index.htm','OverrideTitle==Medical Devices Classification');
g_navNode_2_1_2_4=g_navNode_2_1_2.addNode('181','Conformity assessment',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Conformityassessment/index.htm','AliasTitle==Conformity assessment for medical devices','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_2_5=g_navNode_2_1_2.addNode('182','Custom made devices',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Custommadedevices/index.htm');
g_navNode_2_1_2_6=g_navNode_2_1_2.addNode('183','Dental laboratories',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Dentallaboratories/index.htm');
g_navNode_2_1_2_7=g_navNode_2_1_2.addNode('976','Devices incorporating an ancillary medicinal substance',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Drug-deviceconsultations/index.htm','AliasTitle==Drug-device consultations','AliasTitle1==Devices regulatory guidance','AliasTitle2==Guidance on the EC Medical Devices Directives');
g_navNode_2_1_2_8=g_navNode_2_1_2.addNode('184','Manufacturers of orthoses and prostheses',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Manufacturersoforthosesandprostheses/index.htm','AliasTitle==Orthoses and prostheses\x3a Manufacturers','AliasTitle1==Prostheses\x3a Manufacturers');
g_navNode_2_1_2_9=g_navNode_2_1_2.addNode('185','Ophthalmic products',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Ophthalmicproducts/index.htm');
g_navNode_2_1_2_10=g_navNode_2_1_2.addNode('186','Devices using materials from TSE susceptible animals',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/DevicesusingmaterialsfromTSEsusceptibleanimals/index.htm');
g_navNode_2_1_3=g_navNode_2_1.addNode('100312','Revisions to the Medical Devices and Active Implantable Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/RevisionstothemedicaldevicesandAIMDDirectives/index.htm');
g_navNode_2_1_4=g_navNode_2_1.addNode('187','In Vitro Diagnostic Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/index.htm');
g_navNode_2_1_4_0=g_navNode_2_1_4.addNode('189','How does a manufacturer comply with requirements?',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Howdoesamanufacturercomplywithrequirements/index.htm','AliasTitle== In Vitro Diagnostic Medical Devices Directive - Complying with requirements','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_4_1=g_navNode_2_1_4.addNode('190','Borderlines',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Borderlines/index.htm','AliasTitle==Borderlines between IVDs and other products','AliasTitle1==In vitro diagnostic medical devices\x3a Borderlines with other products','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_4_2=g_navNode_2_1_4.addNode('191','Classification',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Classification/index.htm','OverrideTitle==In vitro diagnostic medical devices classification');
g_navNode_2_1_4_3=g_navNode_2_1_4.addNode('192','Conformity assessment',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Conformityassessment/index.htm','AliasTitle==Conformity assessment for in vitro diagnostic medical devices ','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_4_4=g_navNode_2_1_4.addNode('193','Research use only products',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Researchuseonlyproducts/index.htm','AliasTitle==Research use only products \x28devices\x29','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_5=g_navNode_2_1.addNode('194','Clinical trials',ssUrlPrefix + 'Howweregulate/Devices/Clinicaltrials/index.htm','AliasTitle==Clinical investigations for medical devices','AliasTitle1==Medical devices\x3a Clinical investigations','OverrideTitle==Clinical trials for medical devices');
g_navNode_2_1_6=g_navNode_2_1.addNode('195','Notified Bodies',ssUrlPrefix + 'Howweregulate/Devices/NotifiedBodies/index.htm','AliasTitle==Notified Bodies\x3a Devices','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_6_0=g_navNode_2_1_6.addNode('733','UK Notified Bodies under the Medical Devices Directives',ssUrlPrefix + 'Howweregulate/Devices/NotifiedBodies/UKNotifiedBodiesundertheMedicalDevicesDirectives/index.htm');
g_navNode_2_1_7=g_navNode_2_1.addNode('196','Registration of medical devices',ssUrlPrefix + 'Howweregulate/Devices/Registrationofmedicaldevices/index.htm','AliasTitle==Medical devices\x3a Registration');
g_navNode_2_1_7_0=g_navNode_2_1_7.addNode('100366','Registration of medical devices\x3a Frequently asked questions',ssUrlPrefix + 'Howweregulate/Devices/Registrationofmedicaldevices/RegistrationofmedicaldevicesFrequentlyaskedquestions/index.htm');
g_navNode_2_1_8=g_navNode_2_1.addNode('100489','Reporting a non-compliant Medical Device',ssUrlPrefix + 'Howweregulate/Devices/Reportinganon-compliantMedicalDevice/index.htm');
g_navNode_2_1_9=g_navNode_2_1.addNode('197','Vigilance',ssUrlPrefix + 'Howweregulate/Devices/Vigilance/index.htm','AliasTitle==Vigilance \x28devices\x29','AliasTitle1==Devices vigilance','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_10=g_navNode_2_1.addNode('198','In house manufacture',ssUrlPrefix + 'Howweregulate/Devices/Inhousemanufacture/index.htm','AliasTitle==In house manufacture of devices','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_11=g_navNode_2_1.addNode('199','Own brand labelling',ssUrlPrefix + 'Howweregulate/Devices/Ownbrandlabelling/index.htm','AliasTitle==Own brand labelling of devices','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_12=g_navNode_2_1.addNode('200','Parallel imports',ssUrlPrefix + 'Howweregulate/Devices/Parallelimports/index.htm','AliasTitle==Parallel imports \x28devices\x29','ExcludeFromAtoZ==TRUE');
g_navNode_2_1_13=g_navNode_2_1.addNode('202','Standards and common technical specifications',ssUrlPrefix + 'Howweregulate/Devices/Standardsandcommontechnicalspecifications/index.htm','AliasTitle==Common technical specifications');
g_navNode_2_1_14=g_navNode_2_1.addNode('912','Details of harmonised standards under the medical devices directives',ssUrlPrefix + 'Howweregulate/Devices/Detailsofharmonisedstandardsunderthemedicaldevicesdirectives/index.htm','AliasTitle==Harmonised standards under the medical devices directives');
g_navNode_2_1_15=g_navNode_2_1.addNode('203','Exceptional use of non complying devices',ssUrlPrefix + 'Howweregulate/Devices/Exceptionaluseofnoncomplyingdevices/index.htm','AliasTitle==Non-complying devices\x3a Exceptional use');
g_navNode_2_1_16=g_navNode_2_1.addNode('204','Enforcement policy - Compliance inspection and action - Your rights',ssUrlPrefix + 'Howweregulate/Devices/Enforcementpolicy-Complianceinspectionandaction-Yourrights/index.htm','AliasTitle==Compliance inspection and action\x3a Your rights');
g_navNode_2_1_17=g_navNode_2_1.addNode('892','Medical device appeals',ssUrlPrefix + 'Howweregulate/Devices/Medicaldeviceappeals/index.htm','AliasTitle==Appeals \x28medical devices\x29');
g_navNode_2_1_20=g_navNode_2_1.addNode('1084','Regulatory advice contact list',ssUrlPrefix + 'Howweregulate/Devices/Regulatoryadvicecontactlist/index.htm','AliasTitle==Contact list\x3a Regulatory advice for devices','OverrideTitle==Regulatory advice contact list for devices');
g_navNode_2_1_21=g_navNode_2_1.addNode('100306','Market Surveillance and Accreditation Regulations \x28EC\x29 NO 765/2008',ssUrlPrefix + 'Howweregulate/Devices/MarketSurveillanceandAccreditationRegulationsECNO7652008/index.htm');
g_navNode_2_2=g_navNode_2.addNode('207','Advanced therapy medicinal products',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/index.htm','AliasTitle==Tissue engineering','AliasTitle1==Advanced therapy medicinal products','ExcludeFromAtoZ==TRUE','OverrideTitle==Advanced therapy medicinal products');
g_navNode_2_2_0=g_navNode_2_2.addNode('100307','How we regulate advanced therapy medicinal products',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/Aboutadvancedtherapymedicinalproducts/index.htm');
g_navNode_2_2_1=g_navNode_2_2.addNode('100308','Advanced therapy medicinal products advice form',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/Advancedtherapymedicinalproductsadviceform/index.htm');
g_navNode_2_2_2=g_navNode_2_2.addNode('100367','Links to relevant websites',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/Linkstootherwebsites/index.htm','OverrideTitle==Advanced therapy medicinal products\x3a Links to relevant websites');
g_navNode_2_2_3=g_navNode_2_2.addNode('100309','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/FAQs/index.htm');
g_navNode_2_3=g_navNode_2.addNode('208','Nanotechnology',ssUrlPrefix + 'Howweregulate/Nanotechnology/index.htm','AliasTitle==Nanotechnology\x3a How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate nanotechnology');
g_navNode_2_4=g_navNode_2.addNode('209','Blood',ssUrlPrefix + 'Howweregulate/Blood/index.htm','AliasTitle==Blood\x3a How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate blood');
g_navNode_2_6=g_navNode_2.addNode('100018','New Technologies Forums',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/index.htm');
g_navNode_2_6_0=g_navNode_2_6.addNode('100019','Medicines New Technologies Forum',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/MedicinesNewTechnologiesForum/index.htm','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 New Technologies Advisory Panel');
g_navNode_2_6_0_0=g_navNode_2_6_0.addNode('100021','Minutes',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/MedicinesNewTechnologiesForum/Minutes/index.htm','ASDDocType==WebsiteResources','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest minutes','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 New Technologies Advisory Panel\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_2_6_0_1=g_navNode_2_6_0.addNode('100022','Forums',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/MedicinesNewTechnologiesForum/Forums/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Forums\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest Forums','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE','OverrideTitle==Ministerial Industry Strategy Group \x28MISG\x29 Forum - May 2007','secondaryUrlVariableField==region1');
g_navNode_2_6_1=g_navNode_2_6.addNode('100020','Devices New Technology Forum',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/DevicesNewTechnologyForum/index.htm','OverrideTitle==Medical Device Technology Forum');
g_navNode_2_6_1_0=g_navNode_2_6_1.addNode('100100','Minutes',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/DevicesNewTechnologyForum/Minutes/index.htm','ASDDocType==WebsiteResources','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Devices\x60','DynamicListTitle==Latest minutes','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Medical Device Technology Forum\x3a Minutes');
g_navNode_2_6_1_1=g_navNode_2_6_1.addNode('100120','Forums',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/DevicesNewTechnologyForum/Forums/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60MISG\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Forums\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Devices\x60','OverrideTitle==Medical Device Technology Forum\x3a Forums','secondaryUrlVariableField==region1');
g_navNode_2_6_1_2=g_navNode_2_6_1.addNode('100453','New and emerging technologies for medical devices',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/DevicesNewTechnologyForum/Newandemergingtechnologies/index.htm');
g_navNode_2_7=g_navNode_2.addNode('100082','How we develop policy',ssUrlPrefix + 'Howweregulate/Howwedevelopolicy/index.htm','OverrideTitle==Policy development and delivery');
g_navNode_2_8=g_navNode_2.addNode('212','Our international activities',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/index.htm','AliasTitle==International activities','ExcludeFromAtoZ==TRUE');
g_navNode_2_8_0=g_navNode_2_8.addNode('100373','Our work with Europe',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/OurworkwithEurope/index.htm');
g_navNode_2_8_0_0=g_navNode_2_8_0.addNode('213','General overview',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/OurworkwithEurope/OurnegotiationsinEurope/index.htm','AliasTitle==Negotiations in Europe','AliasTitle1==Europe\x3a Our negotiations','ExcludeFromAtoZ==TRUE','OverrideTitle==Our work with Europe\x3a General overview');
g_navNode_2_8_0_1=g_navNode_2_8_0.addNode('100374','EU legislative proposals',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/OurworkwithEurope/EUlegislativeproposals/index.htm','OverrideTitle==Our work with Europe\x3a EU legislative proposals');
g_navNode_2_8_0_2=g_navNode_2_8_0.addNode('100376','Links to EU consultations and UK responses',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/OurworkwithEurope/LinkstoEUconsultationsandUKresponses/index.htm','OverrideTitle==Our work with Europe\x3a Links to EU consultations and UK responses');
g_navNode_2_8_1=g_navNode_2_8.addNode('214','Mutual Recognition Agreements',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/MutualRecognitionAgreements/index.htm');
g_navNode_2_8_2=g_navNode_2_8.addNode('805','Global Harmonization Task Force',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/GlobalHarmonizationTaskForce/index.htm','OverrideTitle==Global Harmonization Task Force \x28GHTF\x29');
g_navNode_3=g_navNode_Root.addNode('51','Safety information',ssUrlPrefix + 'Safetyinformation/index.htm','sectionID==safety');
g_navNode_3_0=g_navNode_3.addNode('217','Safety warnings, alerts and recalls',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/index.htm','ASDDocType==Publication','AliasTitle==Recalls','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60DrugAlert\x60 \x29 \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60 \x29  \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Medical Device Alert\x60\x29 \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Medical Device Alert\x60\x29','DynamicListTitle==Latest safety warnings, alerts and recalls');
g_navNode_3_0_0=g_navNode_3_0.addNode('220','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/MedicalDeviceAlerts/index.htm','ASDDocType==MedicalDeviceAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Medical Device Alert\x60','DynamicListTitle==Latest Medical Device Alerts','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_1=g_navNode_3_0.addNode('100683','Field Safety Notices \x28FSNs\x29',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/fieldsafetynotices/index.htm','ASDDocType==WebsiteResources','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100683\x60','DynamicListTitle==Weekly lists of Field Safety Notices','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_1_0=g_navNode_3_0_1.addNode('967','Field Safety Notices from 2006 \u2013 January 2011',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/fieldsafetynotices/FieldSafetyNoticesformedicaldevices/index.htm','AliasTitle==Medical devices\x3a Field Safety Notices','CheckinProfile==FieldSafetyNotice','DynamicListQuery==dDocType \x3cmatches\x3e \x60FieldSafetyNotice\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','DynamicListTitle==Field Safety Notices from 2006 \u2013 January 2011','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','TargetNodeId==967','secondaryUrlVariableField==region1');
g_navNode_3_0_1_1=g_navNode_3_0_1.addNode('978','Background',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/fieldsafetynotices/Background/index.htm','AliasTitle==Field Safety Notices for medical devices\x3a Background','ExcludeFromAtoZ==TRUE','OverrideTitle==Background to Field Safety Notices for medical devices');
g_navNode_3_0_2=g_navNode_3_0.addNode('219','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/DrugAlerts/index.htm','ASDDocType==DrugAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==DrugAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugAlert\x60  \x3cor\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100705\x60 ','DynamicListTitle==Latest Drug Alerts','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_3_0_2_0=g_navNode_3_0_2.addNode('100705','Company-led recalls',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/DrugAlerts/Company-ledrecalls/index.htm','DynamicListQuery==xWebsiteSection \x3cmatches\x3e \x605\x3a100705\x60 ','secondaryUrlVariableField==region1');
g_navNode_3_0_3=g_navNode_3_0.addNode('221','Safety warnings and messages for medicines',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/index.htm','ASDDocType==DrugSafetyMessage','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==DrugSafetyMessage','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','DynamicListTitle==Latest safety warnings and messages for medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_3_0=g_navNode_3_0_3.addNode('846','Safety warnings and messages for herbal medicines',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/Safetywarningsandmessagesforherbalmedicines/index.htm','AliasTitle==Herbal medicines\x3a Safety warnings and messages','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3csubstring\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100693\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','TargetNodeId==663');
g_navNode_3_0_3_1=g_navNode_3_0_3.addNode('984','Monthly lists of letters for healthcare professionals on the safety of medicines',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/Monthlylistsofinformationforhealthcareprofessionalsonthesafetyofmedicines/index.htm','CheckinProfile==DrugSafetyMessage','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Monthly list\x60','secondaryUrlVariableField==region1');
g_navNode_3_0_3_1_0=g_navNode_3_0_3_1.addNode('100181','Guidance on letter drafting for market authorisation holders',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/Monthlylistsofinformationforhealthcareprofessionalsonthesafetyofmedicines/Guidanceondraftingformarketauthorisationholders/index.htm','AliasTitle==Letter drafting for market authorisation holders','ExcludeFromAtoZ==TRUE','OverrideTitle==Guidance on letter drafting for market authorisation holders');
g_navNode_3_0_3_2=g_navNode_3_0_3.addNode('100004','DrugSafetyUpdate',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/DrugSafetyUpdate/index.htm','ASDDocType==DrugSafetyUpdate','CheckinProfile==DrugSafetyUpdate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Desc','secondaryUrlVariableField==region1');
g_navNode_3_0_3_2_0=g_navNode_3_0_3_2.addNode('100008','DrugSafetyUpdatePDFarchive',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/DrugSafetyUpdate/DrugSafetyUpdatePDFarchive/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60 \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60 \x3cOR\x3e  xFifthLevel \x3cmatches\x3e \x60PDF Version\x60 ');
g_navNode_3_1=g_navNode_3.addNode('222','General safety information and advice',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/index.htm');
g_navNode_3_1_0=g_navNode_3_1.addNode('223','Product-specific information and advice',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/index.htm','AliasTitle==Information and advice\x3a Product-specific','AliasTitle1==Advice\x3a Product-specific');
g_navNode_3_1_0_2=g_navNode_3_1_0.addNode('100496','Product-specific information and advice A - F',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/index.htm');
g_navNode_3_1_0_2_0=g_navNode_3_1_0_2.addNode('1079','Alpha-adrenoceptor antagonists and intraoperative floppy iris syndrome',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Intraoperativefloppyirissyndrome/index.htm');
g_navNode_3_1_0_2_1=g_navNode_3_1_0_2.addNode('1126','Anaesthesia and ventilation',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Anaesthesiaandventilation/index.htm');
g_navNode_3_1_0_2_2=g_navNode_3_1_0_2.addNode('100036','Antiepileptics ',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Antiepileptics/index.htm');
g_navNode_3_1_0_2_3=g_navNode_3_1_0_2.addNode('224','Antipsychotic drugs',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Antipsychoticdrugs/index.htm');
g_navNode_3_1_0_2_4=g_navNode_3_1_0_2.addNode('100025','Antiretroviral drugs for HIV',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/AntiretroviraldrugsforHIV/index.htm');
g_navNode_3_1_0_2_5=g_navNode_3_1_0_2.addNode('100966','Assistive technology',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Assistivetechnology/index.htm');
g_navNode_3_1_0_2_6=g_navNode_3_1_0_2.addNode('1016','Asthma',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Asthma/index.htm','OverrideTitle==Asthma\x3a Long-acting \xdf\x3csub\x3e2\x3c/sub\x3e agonists');
g_navNode_3_1_0_2_7=g_navNode_3_1_0_2.addNode('100518','Bisphosphonates',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Bisphosphonates/index.htm');
g_navNode_3_1_0_2_7_0=g_navNode_3_1_0_2_7.addNode('100519','Questions and answers on the study by Green and co-workers \x282010\x29 on oral bisphosphonates and oesophageal cancer',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Bisphosphonates/QuestionsandanswersonthestudybyGreenandco-workers2010onoralbisphosphonatesandoesophagealcancer/index.htm');
g_navNode_3_1_0_2_8=g_navNode_3_1_0_2.addNode('957','Blood glucose meters',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Bloodglucosemeters/index.htm');
g_navNode_3_1_0_2_9=g_navNode_3_1_0_2.addNode('225','Breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/index.htm');
g_navNode_3_1_0_2_9_0=g_navNode_3_1_0_2_9.addNode('100782','Types of breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/Typesofbreastimplants/index.htm');
g_navNode_3_1_0_2_9_1=g_navNode_3_1_0_2_9.addNode('100783','Safety issues',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/Safetyissues/index.htm');
g_navNode_3_1_0_2_9_2=g_navNode_3_1_0_2_9.addNode('100784','Reviews of literature',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/Reviewsofliterature/index.htm');
g_navNode_3_1_0_2_9_3=g_navNode_3_1_0_2_9.addNode('100785','Publications',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/Publications/index.htm');
g_navNode_3_1_0_2_9_4=g_navNode_3_1_0_2_9.addNode('100786','Regulations',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Breastimplants/Regulations/index.htm');
g_navNode_3_1_0_2_10=g_navNode_3_1_0_2.addNode('918','Cardiac pacemakers and defibrillators \x28implantable\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/index.htm');
g_navNode_3_1_0_2_10_0=g_navNode_3_1_0_2_10.addNode('919','Reporting problems with implantable pacemakers and defibrillators',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/Reportingproblemswithimplantablepacemakersanddefibrillators/index.htm');
g_navNode_3_1_0_2_10_1=g_navNode_3_1_0_2_10.addNode('920','What are implantable pacemakers and defibrillators?',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/Whatareimplantablepacemakersanddefibrillators/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_1_0_2_10_2=g_navNode_3_1_0_2_10.addNode('921','General implantable cardioverter defibrillators - pacemaker safety information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/Generalimplantablecardioverterdefibrillators-pacemakersafetyinformation/index.htm','OverrideTitle==General implantable cardioverter defibrillators \x28ICDs\x29 - pacemaker safety information');
g_navNode_3_1_0_2_10_3=g_navNode_3_1_0_2_10.addNode('922','Boston Scientific \x28Guidant\x29 implantable cardioverter defibrillators \x28ICDs\x29 - cardiac resynchronization therapy defibrillators \x28CRT-Ds\x29 - pacemaker information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/BostonScientific\x28Guidant\x29implantablecardioverterdefibrillators\x28ICDs\x29-cardiacresynchronizationtherapydefibrillators\x28CRT-Ds\x29-pacemakerinformation/index.htm');
g_navNode_3_1_0_2_10_4=g_navNode_3_1_0_2_10.addNode('923','Guidelines for implantable cardioverter defibrillators - pacemaker perioperative management',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cardiacpacemakersanddefibrillators\x28implantable\x29/Guidelinesforimplantablecardioverterdefibrillators-pacemakerperioperativemanagement/index.htm','OverrideTitle==Guidelines for implantable cardioverter defibrillators \x28ICDs\x29 - pacemaker perioperative management');
g_navNode_3_1_0_2_11=g_navNode_3_1_0_2.addNode('227','Cardiovascular safety of Cox-2 inhibitors and non-selective NSAIDs',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/CardiovascularsafetyofCOX-2inhibitorsandnon-selectiveNSAIDs/index.htm');
g_navNode_3_1_0_2_12=g_navNode_3_1_0_2.addNode('226','Cochlear implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Cochlearimplants/index.htm');
g_navNode_3_1_0_2_13=g_navNode_3_1_0_2.addNode('992','Coronary stents',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Coronarystents/index.htm');
g_navNode_3_1_0_2_14=g_navNode_3_1_0_2.addNode('100034','Dialysis',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Dialysis/index.htm');
g_navNode_3_1_0_2_15=g_navNode_3_1_0_2.addNode('1076','Dopamine agonists for Parkinson\'s disease',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/DopamineagonistsforParkinson146sdisease/index.htm');
g_navNode_3_1_0_2_16=g_navNode_3_1_0_2.addNode('228','Endovascular prostheses',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-A-F/Endovascularprostheses/index.htm');
g_navNode_3_1_0_3=g_navNode_3_1_0.addNode('100497','Product-specific information and advice G - L',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/index.htm');
g_navNode_3_1_0_3_0=g_navNode_3_1_0_3.addNode('1185','Glitazones for diabetes',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/glitazonesfordiabetes/index.htm','AliasTitle==Rosiglitazone','AliasTitle1==Pioglitazone');
g_navNode_3_1_0_3_1=g_navNode_3_1_0_3.addNode('1105','Heart valves and conduits',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Heartvalvesandconduits/index.htm');
g_navNode_3_1_0_3_2=g_navNode_3_1_0_3.addNode('238','Hormonal contraceptives',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Hormonalcontraceptives/index.htm');
g_navNode_3_1_0_3_3=g_navNode_3_1_0_3.addNode('230','Hormone replacement therapy \x28HRT\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Hormonereplacementtherapy\x28HRT\x29/index.htm');
g_navNode_3_1_0_3_4=g_navNode_3_1_0_3.addNode('100050','Human papillomavirus \x28HPV\x29 vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/HumanpapillomavirusHPVvaccine/index.htm');
g_navNode_3_1_0_3_5=g_navNode_3_1_0_3.addNode('231','In vitro diagnostic medical devices \x28IVDs\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Invitrodiagnosticmedicaldevices\x28IVDs\x29/index.htm');
g_navNode_3_1_0_3_6=g_navNode_3_1_0_3.addNode('233','Infusion systems and pumps',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Infusionsystemsandpumps/index.htm');
g_navNode_3_1_0_3_7=g_navNode_3_1_0_3.addNode('1127','Invasive access devices and affiliated disposables',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Invasiveaccessdevicesandaffiliateddisposables/index.htm','OverrideTitle==Invasive access devices and affiliated disposables \x28including urinary catheters, drains and blood bags\x29');
g_navNode_3_1_0_3_8=g_navNode_3_1_0_3.addNode('1104','Isotretinoin for severe acne',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Isotretinoinforsevereacne/index.htm');
g_navNode_3_1_0_3_9=g_navNode_3_1_0_3.addNode('234','Latex reactions \x28allergies\x29 and medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice-G-L/Latexreactions\x28allergies\x29andmedicaldevices/index.htm');
g_navNode_3_1_0_4=g_navNode_3_1_0.addNode('100498','Product-specific information and advice M - Z',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/index.htm');
g_navNode_3_1_0_4_0=g_navNode_3_1_0_4.addNode('235','Mercury in medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Mercuryinmedicaldevices/index.htm');
g_navNode_3_1_0_4_1=g_navNode_3_1_0_4.addNode('237','MMR vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/MMRvaccine/index.htm','OverrideTitle==Measles, mumps and rubella \x28MMR\x29 vaccine');
g_navNode_3_1_0_4_2=g_navNode_3_1_0_4.addNode('232','Orthopaedic implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/index.htm','OverrideTitle==Implants for orthopaedics and trauma');
g_navNode_3_1_0_4_2_0=g_navNode_3_1_0_4_2.addNode('1190','Expert Advisory Group on \'Biological effects of metal wear debris generated from hip implants\x3a genotoxicity\'',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/index.htm');
g_navNode_3_1_0_4_2_0_0=g_navNode_3_1_0_4_2_0.addNode('1191','Scientific background',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Scientificbackground/index.htm','OverrideTitle==Expert Advisory Group on \\x27Biological effects of metal wear debris generated from hip implants\x3a genotoxicity\\x27\x3a Scientific background');
g_navNode_3_1_0_4_2_0_1=g_navNode_3_1_0_4_2_0.addNode('1192','Remit',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Remit/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_1_0_4_2_0_2=g_navNode_3_1_0_4_2_0.addNode('1193','Members',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Members/index.htm','OverrideTitle==Expert Advisory Group on \\x27Biological effects of metal wear debris generated from hip implants\x3a genotoxicity\\x27\x3a Members');
g_navNode_3_1_0_4_2_0_3=g_navNode_3_1_0_4_2_0.addNode('1194','Report',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Report/index.htm','OverrideTitle==Expert Advisory Group on \\x27Biological effects of metal wear debris generated from hip implants\x3agenotoxicity\\x27\x3a Report');
g_navNode_3_1_0_4_2_0_4=g_navNode_3_1_0_4_2_0.addNode('1195','Minutes',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Minutes/index.htm','OverrideTitle==Expert Advisory Group on \\x27Biological effects of metal wear debris generated from hip implants\x3a genotoxicity\\x27\x3a Minutes');
g_navNode_3_1_0_4_3=g_navNode_3_1_0_4.addNode('240','Prostheses \x28endovascular\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Prostheses\x28endovascular\x29/index.htm');
g_navNode_3_1_0_4_4=g_navNode_3_1_0_4.addNode('858','Recall of certain US tissue products',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/RecallofcertainUStissueproducts/index.htm');
g_navNode_3_1_0_4_5=g_navNode_3_1_0_4.addNode('242','Selective serotonin reuptake inhibitors, and serotonin and noradrenaline reuptake inhibitors',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Selectiveserotoninre-uptakeinhibitors/index.htm','OverrideTitle==Selective serotonin reuptake inhibitors and serotonin and noradrenaline reuptake inhibitors ');
g_navNode_3_1_0_4_5_0=g_navNode_3_1_0_4_5.addNode('100780','Patient summary',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Selectiveserotoninre-uptakeinhibitors/Patientsummary/index.htm','OverrideTitle==Selective serotonin reuptake inhibitors and serotonin and noradrenaline reuptake inhibitors  ');
g_navNode_3_1_0_4_5_1=g_navNode_3_1_0_4_5.addNode('100781','Information for healthcare professionals ',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Selectiveserotoninre-uptakeinhibitors/Informationforhealthcareprofessionals/index.htm','OverrideTitle==Selective serotonin reuptake inhibitors and serotonin and noradrenaline reuptake inhibitors ');
g_navNode_3_1_0_4_6=g_navNode_3_1_0_4.addNode('1120','Steroid medicines - Q\x26A',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Steroidmedicines/index.htm');
g_navNode_3_1_0_4_7=g_navNode_3_1_0_4.addNode('100001','\'Stop smoking\' treatments',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Stopsmokingtreatments/index.htm','AliasTitle1==Smoking\x3a Over-the-counter treatments to help smokers quit');
g_navNode_3_1_0_4_8=g_navNode_3_1_0_4.addNode('100149','Swine flu ',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Swinefluinformation/index.htm');
g_navNode_3_1_0_4_8_0=g_navNode_3_1_0_4_8.addNode('100157','MHRA flu response plan',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Swinefluinformation/MHRAfluresponseplan/index.htm','AliasTitle==Flu response plan overview','OverrideTitle==Overview of the MHRA flu response plan');
g_navNode_3_1_0_4_8_3=g_navNode_3_1_0_4_8.addNode('100160','MHRA contacts',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Swinefluinformation/MHRAcontacts/index.htm','AliasTitle==Swine flu\x3a MHRA contacts','AliasTitle1==MHRA contacts for swine flu','AliasTitle2==Agency contacts for swine flu','AliasTitle3==Contacts for swine flu or pandemic flu enquiries','AliasTitle4==Pandemic flu\x3a MHRA contacts','OverrideTitle==MHRA contacts for swine or pandemic flu enquiries');
g_navNode_3_1_0_4_9=g_navNode_3_1_0_4.addNode('100877','Synthetic vaginal tapes for stress incontinence',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Syntheticvaginaltapesforstressincontinence/index.htm');
g_navNode_3_1_0_4_10=g_navNode_3_1_0_4.addNode('243','Testing kits',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Testingkits/index.htm');
g_navNode_3_1_0_4_11=g_navNode_3_1_0_4.addNode('236','Thiomersal \x28ethylmercury\x29 containing vaccines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Thiomersal\x28ethylmercury\x29containingvaccines/index.htm');
g_navNode_3_1_0_4_12=g_navNode_3_1_0_4.addNode('100637','Vaccine safety',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Product-specificinformationandadvice\u2013M\u2013T/Vaccinesafety/index.htm');
g_navNode_3_1_1=g_navNode_3_1.addNode('246','Advice and information for consumers',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/index.htm','AliasTitle==Consumer advice and information');
g_navNode_3_1_1_0=g_navNode_3_1_1.addNode('100419','My medicine\x3a From laboratory to pharmacy shelf',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/index.htm');
g_navNode_3_1_1_0_0=g_navNode_3_1_1_0.addNode('100052','From laboratory to pharmacy shelf',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Fromlaboratorytopharmacyshelf/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a From laboratory to pharmacy shelf');
g_navNode_3_1_1_0_1=g_navNode_3_1_1_0.addNode('100053','Drug discovery',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Drugdiscovery/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Drug discovery');
g_navNode_3_1_1_0_2=g_navNode_3_1_1_0.addNode('100054','Pre-clinical research',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Pre-clinicalresearch/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Pre-clinical research');
g_navNode_3_1_1_0_3=g_navNode_3_1_1_0.addNode('100055','Clinical trials',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Clinicaltrials/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Clinical trials');
g_navNode_3_1_1_0_4=g_navNode_3_1_1_0.addNode('100056','Licensing \x28marketing authorisation\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Licensingmarketingauthorisation/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Licensing \x28marketing authorisation\x29');
g_navNode_3_1_1_0_5=g_navNode_3_1_1_0.addNode('100057','Monitoring medicines after licensing',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Monitoringmedicinesafterlicensing/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Monitoring medicines after licensing');
g_navNode_3_1_1_0_6=g_navNode_3_1_1_0.addNode('100058','Changes in the use of a medicine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Changesintheuseofamedicine/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Changes in the use of a medicine');
g_navNode_3_1_1_0_7=g_navNode_3_1_1_0.addNode('100059','The availability of medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/MymedicineFromlaboratorytopharmacyshelf/Theavailabilityofmedicines/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a The availability of medicines');
g_navNode_3_1_1_2=g_navNode_3_1_1.addNode('247','Side effects of medicines - FAQ',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Sideeffectsofmedicines/index.htm');
g_navNode_3_1_1_3=g_navNode_3_1_1.addNode('250','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/index.htm','ASDDocType==SentinelDocuments','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60All DAPs\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_3_1_1_3_2=g_navNode_3_1_1_3.addNode('649','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm');
g_navNode_3_1_1_3_3=g_navNode_3_1_1_3.addNode('829','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_1_1_4=g_navNode_3_1_1.addNode('252','Counterfeit medicines and devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Counterfeitmedicinesanddevices/index.htm');
g_navNode_3_1_1_5=g_navNode_3_1_1.addNode('254','Risks of buying medicines over the internet',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/BuyingmedicinesovertheInternet/index.htm','AliasTitle1==Internet\x3a Buying medicines');
g_navNode_3_1_1_6=g_navNode_3_1_1.addNode('255','Buying medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Buyingmedicaldevices/index.htm');
g_navNode_3_1_1_7=g_navNode_3_1_1.addNode('256','Leaving hospital with a medical device',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Leavinghospitalwithamedicaldevice/index.htm','AliasTitle==Medical devices\x3a Leaving hospital with a medical device','AliasTitle1==Hospitals\x3a Leaving hospital with a medical device');
g_navNode_3_1_1_8=g_navNode_3_1_1.addNode('100342','Medicines and your family',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Medicinesandyourfamily/index.htm');
g_navNode_3_1_2=g_navNode_3_1.addNode('257','Technical information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/index.htm');
g_navNode_3_1_2_0=g_navNode_3_1_2.addNode('258','Benchtop steam sterilizers',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Benchtopsteamsterilizers/index.htm');
g_navNode_3_1_2_1=g_navNode_3_1_2.addNode('259','Computer connectivity issues',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Computerconnectivityissues/index.htm');
g_navNode_3_1_2_2=g_navNode_3_1_2.addNode('990','Contrast media injectors\x3a risk of air embolism',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Contrastmediainjectorsriskofairembolism/index.htm');
g_navNode_3_1_2_3=g_navNode_3_1_2.addNode('828','Decontamination and infection control',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Decontaminationandinfectioncontrol/index.htm');
g_navNode_3_1_2_4=g_navNode_3_1_2.addNode('852','Display device image quality',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Displaydeviceimagequality/index.htm');
g_navNode_3_1_2_6=g_navNode_3_1_2.addNode('848','Electrical safety in medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/index.htm','AliasTitle==Medical devices\x3a Electrical safety');
g_navNode_3_1_2_6_0=g_navNode_3_1_2_6.addNode('100103','MEIGaN - Medical Electrical Installation Guidance',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/index.htm','AliasTitle==Medical Electrical Installation Guidance \x28MEIGaN\x29');
g_navNode_3_1_2_6_0_0=g_navNode_3_1_2_6_0.addNode('100144','Interconnecting medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Interconnectingmedicaldevices/index.htm');
g_navNode_3_1_2_6_0_1=g_navNode_3_1_2_6_0.addNode('100145','Measuring cable resistance',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Measuringcableresistance/index.htm');
g_navNode_3_1_2_6_0_2=g_navNode_3_1_2_6_0.addNode('100146','Pendant supplies',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Pendantsupplies/index.htm');
g_navNode_3_1_2_6_0_3=g_navNode_3_1_2_6_0.addNode('100143','Resistance of copper cables',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Resistanceofcoppercables/index.htm');
g_navNode_3_1_2_6_0_4=g_navNode_3_1_2_6_0.addNode('100142','Room warning lights for dual purpose rooms',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Roomwarninglightsfordualpurposerooms/index.htm','AliasTitle==Dual purpose rooms\x3a Room warning lights','AliasTitle1==Warning lights for dual purpose rooms');
g_navNode_3_1_2_6_1=g_navNode_3_1_2_6.addNode('100104','IEC connectors',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/Pendantsupplies/index.htm','AliasTitle==Electrical safety in medical devices\x3a IEC connectors');
g_navNode_3_1_2_6_2=g_navNode_3_1_2_6.addNode('100182','Switch mode power supplies \x28SMPS\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/SwitchmodepowersuppliesSMPS/index.htm','AliasTitle==Electrical safety in medical devices\x3a Switch mode power supplies \x28SMPS\x29');
g_navNode_3_1_2_7=g_navNode_3_1_2.addNode('100343','Electromagnetic interference',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electromagneticinterference/index.htm');
g_navNode_3_1_2_8=g_navNode_3_1_2.addNode('261','Mobile communications interference',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Mobilecommunicationsinterference/index.htm','AliasTitle==Mobile phones','AliasTitle1==Cellphones \x28mobile phones\x29');
g_navNode_3_1_2_8_0=g_navNode_3_1_2_8.addNode('952','Frequently asked questions',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Mobilecommunicationsinterference/Frequentlyaskedquestions/index.htm','OverrideTitle==Mobile phones in hospitals\x3a Frequently asked questions');
g_navNode_3_1_2_9=g_navNode_3_1_2.addNode('996','Nanotechnology',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Nanotechnology/index.htm');
g_navNode_3_1_2_11=g_navNode_3_1_2.addNode('260','Non-active cardiovascular implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Non-activecardiovascularimplants/index.htm','AliasTitle==Cardiovascular implants, non-active');
g_navNode_3_1_2_12=g_navNode_3_1_2.addNode('1006','Phthalates in PVC medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/PhthalatesinPVCmedicaldevices/index.htm','AliasTitle==DEHP/Phthalates in PVC medical devices','AliasTitle1==PVC medical devices\x3a presence of phthalates/DEHP','OverrideTitle==Phthalates/DEHP in PVC medical devices');
g_navNode_3_1_2_13=g_navNode_3_1_2.addNode('263','Radiation dose issues in digital radiography systems',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Radiationdoseissuesindigitalradiographysystems/index.htm','AliasTitle==Digital radiography systems\x3a Radiation dose issues');
g_navNode_3_1_2_14=g_navNode_3_1_2.addNode('100128','Radiofrequency identification',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Radiofrequencyidentification/index.htm');
g_navNode_3_1_2_15=g_navNode_3_1_2.addNode('991','Radiology PACS \x28Picture Archiving and Communications System\x29 - IT security',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/RadiologyPACS\x28PictureArchivingandCommunicationsSystem\x29-ITsecurity/index.htm');
g_navNode_3_1_2_17=g_navNode_3_1_2.addNode('265','Sterilization and decontamination of medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Sterilizationanddecontaminationofmedicaldevices/index.htm','AliasTitle==Decontamination of medical devices');
g_navNode_3_1_2_18=g_navNode_3_1_2.addNode('266','Surgical gowns, drapes and coverings',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Surgicalgownsdrapesandcoverings/index.htm');
g_navNode_3_1_2_19=g_navNode_3_1_2.addNode('267','Video conferencing equipment',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Videoconferencingequipment/index.htm');
g_navNode_3_1_2_20=g_navNode_3_1_2.addNode('873','Weighing instruments',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Weighinginstruments/index.htm');
g_navNode_3_1_3=g_navNode_3_1.addNode('271','Medical Device Liaison Officer information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/index.htm','AliasTitle==Liaison Officer \x28medical devices\x29 information');
g_navNode_3_1_3_0=g_navNode_3_1_3.addNode('841','Liaison Officer Focus Group',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerFocusGroup/index.htm');
g_navNode_3_1_3_1=g_navNode_3_1_3.addNode('842','Liaison Officer conference',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerconference/index.htm');
g_navNode_3_1_3_2=g_navNode_3_1_3.addNode('843','Liaison Officer helpful publications',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerhelpfulpublications/index.htm');
g_navNode_3_1_4=g_navNode_3_1.addNode('100687','Herbal medicines\x3a Advice for consumers',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/index.htm');
g_navNode_3_1_4_0=g_navNode_3_1_4.addNode('100770','Stay safe using natural remedies campaign',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/index.htm','DynamicListQuery==xKeywords \x3ccontains\x3e \x60hercam\x60');
g_navNode_3_1_4_0_0=g_navNode_3_1_4_0.addNode('100771','Is it safe just because it\u2019s natural?',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/Isitsafejustbecauseit\u2019snatural/index.htm');
g_navNode_3_1_4_0_1=g_navNode_3_1_4_0.addNode('100772','What if I think I\u2019ve had a bad reaction?',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/WhatifIthinkI\u2019vehadabadreaction/index.htm');
g_navNode_3_1_4_0_2=g_navNode_3_1_4_0.addNode('100773','Risks of buying herbal remedies online',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/Risksofbuyingherbalremediesonline/index.htm');
g_navNode_3_1_4_0_3=g_navNode_3_1_4_0.addNode('100774','Top tips for buying herbal remedies online',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/Toptipsforbuyingherbalremediesonline/index.htm');
g_navNode_3_1_4_0_4=g_navNode_3_1_4_0.addNode('100775','Latest updates',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Staysafeusingnaturalremedies/Latestupdates/index.htm','DynamicListQuery==xKeywords \x3ccontains\x3e \x60hercam\x60','secondaryUrlVariableField==region1');
g_navNode_3_1_4_1=g_navNode_3_1_4.addNode('100688','Using herbal medicines safely',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Usingherbalmedicinessafely/index.htm');
g_navNode_3_1_4_1_0=g_navNode_3_1_4_1.addNode('100704','Advice for consumers on using Traditional Chinese Medicines \x28TCMs\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Usingherbalmedicinessafely/AdviceforconsumersonusingTradionalChineseMedicinesTCMs/index.htm');
g_navNode_3_1_4_2=g_navNode_3_1_4.addNode('100692','Traditional Herbal Registration certification mark',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/TheTHRscheme/index.htm');
g_navNode_3_1_4_3=g_navNode_3_1_4.addNode('100689','Herbal safety updates',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/index.htm','DynamicListQuery==dDocType \x3csubstring\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100693\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60');
g_navNode_3_1_4_3_0=g_navNode_3_1_4_3.addNode('100693','All herbal safety warnings and alerts',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/Allherbalsafetyupdates/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a100693\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1');
g_navNode_3_1_4_3_1=g_navNode_3_1_4_3.addNode('100694','Herbal slimming warnings and alerts',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/Herbalslimmingalerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \\x27hersli\\x27');
g_navNode_3_1_4_3_2=g_navNode_3_1_4_3.addNode('100695','Herbal sexual dysfunction products warnings and alerts',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/Herbalerectilesexualdysfunctionproductswarningsandalerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \\x27hereredys\\x27');
g_navNode_3_1_4_3_3=g_navNode_3_1_4_3.addNode('100696','Herbal skin creams warnings and alerts',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/Herbalskincreamswarningsandalerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \\x27herskicre\\x27');
g_navNode_3_1_4_3_4=g_navNode_3_1_4_3.addNode('100697','A-Z of herbal medicine ingredients and subjects',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Herbalsafetyupdates/A-Zofingredients/index.htm');
g_navNode_3_1_4_4=g_navNode_3_1_4.addNode('100690','Reporting problems with herbal medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Herbalmedicines/Reportingproblemswithherbalmedicines/index.htm');
g_navNode_3_2=g_navNode_3.addNode('273','How we monitor the safety of products',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/index.htm','AliasTitle==Safety of products\x3a How we monitor','AliasTitle1==Product safety\x3a How we monitor','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_0=g_navNode_3_2.addNode('100368','Overview',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Overview/index.htm','OverrideTitle==How we monitor the safety of products\x3a Overview');
g_navNode_3_2_1=g_navNode_3_2.addNode('274','Medicines',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/index.htm','OverrideTitle==Medicines safety monitoring');
g_navNode_3_2_1_0=g_navNode_3_2_1.addNode('810','Pharmacovigilance',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Pharmacovigilance/index.htm','OverrideTitle==Pharmacovigilance - how we monitor the safety of medicines');
g_navNode_3_2_1_1=g_navNode_3_2_1.addNode('276','The Yellow Card Scheme',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/index.htm','OverrideTitle==Yellow Card Scheme');
g_navNode_3_2_1_1_0=g_navNode_3_2_1_1.addNode('625','Protecting patient confidentiality',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/Protectingpatientconfidentiality/index.htm','AliasTitle==Patient confidentiality','AliasTitle1==Confidentiality');
g_navNode_3_2_1_1_1=g_navNode_3_2_1_1.addNode('623','What happens to a Yellow Card',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/WhathappenstoaYellowCard/index.htm','AliasTitle==Yellow Card\x3a What happens to it','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_1_1_2=g_navNode_3_2_1_1.addNode('100766','Impact of the Yellow Card Scheme',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/ImpactoftheYellowCardScheme/index.htm');
g_navNode_3_2_1_1_3=g_navNode_3_2_1_1.addNode('100767','Looking for potential drug safety issues in Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/LookingforpotentialdrugsafetyissuesinYellowCarddata/index.htm');
g_navNode_3_2_1_1_4=g_navNode_3_2_1_1.addNode('741','Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/YellowCarddata/index.htm');
g_navNode_3_2_1_1_4_0=g_navNode_3_2_1_1_4.addNode('742','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/YellowCarddata/Druganalysisprints/index.htm','ASDDocType==SentinelDocuments','AliasTitle==DAPs \x28Drug Analysis Prints\x29','AliasTitle1==Adverse drug reaction listings','AliasTitle2==Drug Analysis Prints \x28DAPs\x29','ArchiveSearchMetaDataField==xCreationDate','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60All DAPs\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','DynamicListQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60 \x3cAND\x3e xSecondLevel \x3cmatches\x3e\x60DAP\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_3_2_1_1_4_1=g_navNode_3_2_1_1_4.addNode('743','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/YellowCarddata/DetailedDrugAnalysisPrintinterpretationguide/index.htm','AliasTitle==Drug Analysis Print \x28DAP\x29 interpretation guide','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_1_1_4_2=g_navNode_3_2_1_1_4.addNode('744','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/YellowCarddata/QuestionsandanswersonYellowCarddata/index.htm','AliasTitle==Yellow Card data\x3a Questions and answers','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_1_1_5=g_navNode_3_2_1_1.addNode('619','Changes to the Scheme',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/ChangestotheScheme/index.htm','AliasTitle==Changes to the Yellow Card Scheme','AliasTitle1==Yellow Card Scheme\x3a Changes to the Scheme','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_1_1_5_0=g_navNode_3_2_1_1_5.addNode('740','Access to Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/ChangestotheScheme/AccesstoYellowCarddata/index.htm','AliasTitle==Yellow Card Scheme\x3a Access to Yellow Card data');
g_navNode_3_2_1_2=g_navNode_3_2_1.addNode('278','Black Triangle products',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/BlackTriangleproducts/index.htm','AliasTitle==Black Triangle Scheme','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Black triangle IMS\x60','DynamicListTitle==Previous drugs under intensive surveillance \x28Black Triangle List\x29','HasArchiveSearchOption==TRUE','OverrideTitle==New drugs and vaccines under intensive surveillance');
g_navNode_3_2_1_3=g_navNode_3_2_1.addNode('279','Defective Medicines Report Centre',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/DefectiveMedicinesReportCentre/index.htm');
g_navNode_3_2_1_4=g_navNode_3_2_1.addNode('906','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Druganalysisprints/index.htm','ASDDocType==SentinelDocuments','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60All DAPs\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_3_2_1_4_0=g_navNode_3_2_1_4.addNode('998','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_1_4_1=g_navNode_3_2_1_4.addNode('999','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_2_2=g_navNode_3_2.addNode('280','Devices',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Devices/index.htm','AliasTitle==Medical devices\x3a How we monitor safety','OverrideTitle==Devices\x3a Adverse incidents - our role');
g_navNode_3_2_3=g_navNode_3_2.addNode('282','Blood',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Blood/index.htm','AliasTitle==Blood\x3a How we monitor safety','OverrideTitle==Blood\x3a How we monitor the safety of blood and blood components');
g_navNode_3_3=g_navNode_3.addNode('285','Reporting safety problems',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/index.htm','AliasTitle==Safety problems\x3a Reporting');
g_navNode_3_3_0=g_navNode_3_3.addNode('287','Adverse drug reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/index.htm','AliasTitle==Adverse reactions to medicines,  suspected \x3a Reporting of');
g_navNode_3_3_0_0=g_navNode_3_3_0.addNode('745','Healthcare professional reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/index.htm','OverrideTitle==Healthcare professional reporting of suspected adverse drug reactions');
g_navNode_3_3_0_0_0=g_navNode_3_3_0_0.addNode('750','What to report',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Whattoreport/index.htm','AliasTitle==Healthcare professional reporting of suspected adverse drug reactions\x3a What to report','ExcludeFromAtoZ==TRUE','OverrideTitle==Healthcare professional reporting\x3a What to report');
g_navNode_3_3_0_0_0_0=g_navNode_3_3_0_0_0.addNode('751','Areas of special interest',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Whattoreport/Areasofspecialinterest/index.htm','OverrideTitle==Healthcare professional reporting of adverse drug reactions\x3a Areas of special interest');
g_navNode_3_3_0_0_1=g_navNode_3_3_0_0.addNode('749','How to report',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Howtoreport/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Healthcare professional reporting\x3a How to report ');
g_navNode_3_3_0_0_3=g_navNode_3_3_0_0.addNode('754','Points to consider when assessing causality',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Causality/index.htm','AliasTitle==Reporting suspected adverse drug reactions\x3a Causality','ExcludeFromAtoZ==TRUE','OverrideTitle==Healthcare professional reporting\x3a Points to consider when assessing causality');
g_navNode_3_3_0_0_4=g_navNode_3_3_0_0.addNode('100170','Adverse drug reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Adversedrugreactions/index.htm','AliasTitle==Adverse drug reactions - Healthcare professional reporting','OverrideTitle==Healthcare professional reporting\x3a Adverse drug reactions');
g_navNode_3_3_0_0_5=g_navNode_3_3_0_0.addNode('752','Serious and severe reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Seriousorsevere/index.htm','OverrideTitle==Healthcare professional reporting\x3a Serious and severe reactions');
g_navNode_3_3_0_0_6=g_navNode_3_3_0_0.addNode('747','Frequently asked questions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Frequentlyaskedquestions/index.htm','OverrideTitle==Healthcare professional reporting\x3a Frequently asked questions');
g_navNode_3_3_0_1=g_navNode_3_3_0.addNode('755','Patient reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Patientreporting/index.htm','OverrideTitle==Patient reporting of suspected adverse drug reactions');
g_navNode_3_3_0_1_0=g_navNode_3_3_0_1.addNode('756','Frequently asked questions on patient reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Patientreporting/Patientinformation/index.htm','OverrideTitle==Yellow Card Scheme\x3a Frequently asked questions on patient reporting');
g_navNode_3_3_0_2=g_navNode_3_3_0.addNode('905','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Druganalysisprints/index.htm','ASDDocType==SentinelDocuments','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60All DAPs\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ContentIndexTitle==Drug Analysis Prints','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_3_3_0_2_0=g_navNode_3_3_0_2.addNode('1000','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm');
g_navNode_3_3_0_2_1=g_navNode_3_3_0_2.addNode('1001','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_3_0_4=g_navNode_3_3_0.addNode('1008','Information for the pharmaceutical industry',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/index.htm','OverrideTitle==Adverse drug reactions\x3a Information for the pharmaceutical industry');
g_navNode_3_3_0_4_0=g_navNode_3_3_0_4.addNode('1010','Anonymised Single Patient Reports',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/AnonymisedSinglePatientReports/index.htm');
g_navNode_3_3_0_4_2=g_navNode_3_3_0_4.addNode('1199','E2B reporting with the MHRA',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/E2BreportingwiththeMHRA/index.htm','OverrideTitle==E2B reporting with the MHRA');
g_navNode_3_3_0_4_2_0=g_navNode_3_3_0_4_2.addNode('1080','Questions and answers on E2B reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/E2BreportingwiththeMHRA/QuestionsandanswersonE2Breporting/index.htm','AliasTitle==E2B reporting\x3a Questions and answers','ExcludeFromAtoZ==TRUE');
g_navNode_3_3_0_4_3=g_navNode_3_3_0_4.addNode('100169','Adverse drug reaction \x28ADR\x29 literature reports list',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/AdversedrugreactionADRliteraturereportslist/index.htm','AliasTitle==Literature articles\x3a Reports of adverse drug reactions \x28ADRs\x29','AliasTitle1==Scientific literature\x3a Reports of adverse drug reactions \x28ADRs\x29','OverrideTitle==Adverse drug reaction \x28ADR\x29 reports received by the MHRA from literature articles');
g_navNode_3_3_0_5=g_navNode_3_3_0.addNode('100005','Download reporting forms and promotional material',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Downloadreportingformsandpromotionalmaterial/index.htm','AliasTitle==Yellow Card Scheme\x3a downloadable reporting forms, promotional material and information','OverrideTitle==Download reporting forms and promotional material for the Yellow Card Scheme','secondaryUrlVariableField==region1');
g_navNode_3_3_0_6=g_navNode_3_3_0.addNode('100487','Information in other languages',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspectedadversedrugreactions/Informationinotherlanguages/index.htm');
g_navNode_3_3_1=g_navNode_3_3.addNode('290','Defective medicines',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspecteddefectsinmedicines/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_3_3_1_0=g_navNode_3_3_1.addNode('809','Suspected defect online form',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Reportingsuspecteddefectsinmedicines/Suspecteddefectonlineform/index.htm');
g_navNode_3_3_3=g_navNode_3_3.addNode('291','Devices',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Devices/index.htm','AliasTitle==MORE\x3a Manufacturers\\x27 Online Reporting Environment for medical devices','AliasTitle1==Adverse incident reporting for medical devices','AliasTitle2==Manufacturers\\x27 Online Reporting Environment \x28MORE\x29 for medical devices','ExcludeFromAtoZ==FALSE','OverrideTitle==Reporting adverse incidents involving medical devices');
g_navNode_3_3_3_0=g_navNode_3_3_3.addNode('100291','Medical device adverse incident reporting forms',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Devices/Medicaldeviceadverseincidentreportingforms/index.htm');
g_navNode_3_3_4=g_navNode_3_3.addNode('295','Blood',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Blood/index.htm','AliasTitle==Blood\x3a Reporting safety problems','AliasTitle1==SABRE','OverrideTitle==Serious Adverse Blood Reactions \x26 Events \x28SABRE\x29');
g_navNode_3_3_4_0=g_navNode_3_3_4.addNode('949','Frequently asked questions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Blood/Frequentlyaskedquestions/index.htm','AliasTitle==SABRE\x3a Frequently asked questions','OverrideTitle==Frequently asked questions relating to SABRE');
g_navNode_3_3_4_1=g_navNode_3_3_4.addNode('100106','SABRE communications',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Blood/SABREcommunications/index.htm');
g_navNode_3_4=g_navNode_3.addNode('100006','Information for healthcare professional specialties ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/index.htm','AliasTitle==Healthcare professional groups');
g_navNode_3_4_0=g_navNode_3_4.addNode('100177','Anaesthetics ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Anaesthetics/index.htm','AliasTitle==Anaesthetists\x3a Information for','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthAnaessplash\x60  \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','DynamicListTitle==Anaesthetics-related guidance and publications','OverrideTitle==Anaesthetics - a one-stop resource for anaesthetists');
g_navNode_3_4_0_0=g_navNode_3_4_0.addNode('100502','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Anaesthetics/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthAnaesmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relating to anaesthetics','OverrideTitle==Anaesthetics\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_0_1=g_navNode_3_4_0.addNode('100503','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Anaesthetics/Publications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthAnaespub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Anaesthetics-related guidance and publications','OverrideTitle==Anaesthetics\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_1=g_navNode_3_4.addNode('100029','Cardiology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthCardssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','ExcludeFromAtoZ==TRUE','OverrideTitle==Cardiology - a one-stop resource for cardiology practitioners');
g_navNode_3_4_1_0=g_navNode_3_4_1.addNode('100506','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthCardsDrug\x60','DynamicListTitle==Recent Drug Alerts relating to cardiology.','OverrideTitle==Cardiology\x3a Drug Alerts');
g_navNode_3_4_1_1=g_navNode_3_4_1.addNode('100684','Drug Safety Update',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/DrugSafetyUpdate/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthCardsupdate\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallupdate\x60','OverrideTitle==Cardiology\x3a Drug Safety Update');
g_navNode_3_4_1_2=g_navNode_3_4_1.addNode('100504','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthCardsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relating to cardiology','OverrideTitle==Cardiology\x3a Medical Device Alerts');
g_navNode_3_4_1_3=g_navNode_3_4_1.addNode('100505','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealtCardspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications relating to cardiology','OverrideTitle==Cardiology\x3a Guidance and publications');
g_navNode_3_4_2=g_navNode_3_4.addNode('100310','Care home staff ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Carehomestaff/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcaresssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==Care home staff - a one-stop resource for care home staff');
g_navNode_3_4_2_1=g_navNode_3_4_2.addNode('100508','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Carehomestaff/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcaresmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Care home staff-related Medical Device Alerts','OverrideTitle==Care home staff\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_2_2=g_navNode_3_4_2.addNode('100507','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Carehomestaff/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcarespub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications for care home staff','OverrideTitle==Care home staff\x3a Guidance and publications');
g_navNode_3_4_3=g_navNode_3_4.addNode('100175','Critical care ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Criticalcarepractitioners/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcritssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==Critical care - a one-stop resource for critical care practitioners');
g_navNode_3_4_3_0=g_navNode_3_4_3.addNode('100535','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Criticalcarepractitioners/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcritsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Critical care-related Medical Device Alerts','OverrideTitle==Critical care\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_3_1=g_navNode_3_4_3.addNode('100536','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Criticalcarepractitioners/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthcritspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Critical care-related guidance and publications','OverrideTitle==Critical care\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_4=g_navNode_3_4.addNode('100642','Dentistry',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Dentistry/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthdentsplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==Dentistry - a one-stop resource for dental practitioners');
g_navNode_3_4_4_0=g_navNode_3_4_4.addNode('100685','Drug Safety Update',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Dentistry/DrugSafetyUpdate/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthdentupdate\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallupdate\x60');
g_navNode_3_4_4_1=g_navNode_3_4_4.addNode('100643','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Dentistry/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthdentmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relevant to dentistry','OverrideTitle==Dentistry\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_4_2=g_navNode_3_4_4.addNode('100644','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Dentistry/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthdentpub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications relevant to dentistry','OverrideTitle==Dentistry\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_5=g_navNode_3_4.addNode('100639','General practice',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Generalpractice/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGPsplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==General practice - a one-stop resource for general practice');
g_navNode_3_4_5_0=g_navNode_3_4_5.addNode('100640','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Generalpractice/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGPmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relevant to general practice','OverrideTitle==General practice\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_5_1=g_navNode_3_4_5.addNode('100641','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Generalpractice/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGPpub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications relevant to general practice','OverrideTitle==Guidance and publications\x3a General practice','secondaryUrlVariableField==region1');
g_navNode_3_4_6=g_navNode_3_4.addNode('100760','General surgery',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/GeneralSurgery/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGsursplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60');
g_navNode_3_4_6_0=g_navNode_3_4_6.addNode('100761','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/GeneralSurgery/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGsurmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','ExcludeFromAtoZ==TRUE');
g_navNode_3_4_6_1=g_navNode_3_4_6.addNode('100762','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/GeneralSurgery/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthGsurpub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60');
g_navNode_3_4_7=g_navNode_3_4.addNode('100796','Infection prevention',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Infectionprevention/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthIPsplash\x60');
g_navNode_3_4_7_1=g_navNode_3_4_7.addNode('100798','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Infectionprevention/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthIPmdas\x60');
g_navNode_3_4_7_2=g_navNode_3_4_7.addNode('100799','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Infectionprevention/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthIPpub\x60');
g_navNode_3_4_8=g_navNode_3_4.addNode('100038','Obstetrics and gynaecology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthObstssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==Obstetrics and gynaecology  - a one-stop resource for obstetrics and gynaecology practitioners ');
g_navNode_3_4_8_0=g_navNode_3_4_8.addNode('100537','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthObstsDrug\x60 ','DynamicListTitle==Obstetrics and gynaecology-related Drug Alerts','OverrideTitle==Obstetrics and gynaecology\x3a Drug Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_8_1=g_navNode_3_4_8.addNode('100538','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthObstsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Obstetrics and gynaecology-related Medical Device Alerts','OverrideTitle==Obstetrics and gynaecology\x3a Medical Device Alerts');
g_navNode_3_4_8_2=g_navNode_3_4_8.addNode('100539','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthObstspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Obstetrics and gynaecology-related guidance and publications','OverrideTitle==Obstetrics and gynaecology\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_9=g_navNode_3_4.addNode('100007','Ophthalmology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/index.htm','AliasTitle==Ophthalmology','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthOphtssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','ExcludeFromAtoZ==TRUE','OverrideTitle==Ophthalmology - a one-stop resource for ophthalmology practitioners');
g_navNode_3_4_9_0=g_navNode_3_4_9.addNode('100546','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthOphtsDrug\x60','DynamicListTitle==Recent Drug Alerts relating to ophthalmology','OverrideTitle==Ophthalmology\x3a Drug Alerts');
g_navNode_3_4_9_1=g_navNode_3_4_9.addNode('100547','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthOphtsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relating to ophthalmology','OverrideTitle==Ophthalmology\x3a Medical Device Alerts');
g_navNode_3_4_9_2=g_navNode_3_4_9.addNode('100548','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthOphtspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Recent guidance and publications relating to ophthalmology','OverrideTitle==Ophthalmology\x3a Guidance and publications');
g_navNode_3_4_10=g_navNode_3_4.addNode('100031','Orthopaedics',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthorthssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','ExcludeFromAtoZ==FALSE','OverrideTitle==Orthopaedics - a one-stop resource for orthopaedic practitioners');
g_navNode_3_4_10_0=g_navNode_3_4_10.addNode('100549','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthorthsDrug\x60','DynamicListTitle==Recent Drug Alerts relating to orthopaedics','OverrideTitle==Orthopaedics\x3a Drug Alerts');
g_navNode_3_4_10_1=g_navNode_3_4_10.addNode('100550','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthorthsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relating to orthopaedics','OverrideTitle==Orthopaedics\x3a Medical Device Alerts');
g_navNode_3_4_10_2=g_navNode_3_4_10.addNode('100551','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthorthspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Recent guidance and publications relating to orthopaedics','OverrideTitle==Orthopaedics\x3a Guidance and publications');
g_navNode_3_4_11=g_navNode_3_4.addNode('100510','Paediatrics',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Paediatrics/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthpaedssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60');
g_navNode_3_4_11_0=g_navNode_3_4_11.addNode('100520','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Paediatrics/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthpaedsDrug\x60 ','DynamicListTitle==Recent Drug Alerts relating to paediatrics','OverrideTitle==Paediatrics\x3a Drug Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_11_1=g_navNode_3_4_11.addNode('100521','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Paediatrics/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthpaedsmdas\x60','DynamicListTitle==Recent Medical Device Alerts relating to paediatrics','OverrideTitle==Paediatrics\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_11_2=g_navNode_3_4_11.addNode('100524','Drug Safety Update',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Paediatrics/DrugSafetyUpdate/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthpaedsupdate\x60','DynamicListTitle==Drug Safety Update articles relating to paediatics','OverrideTitle==Paediatrics\x3a Drug Safety Update');
g_navNode_3_4_11_4=g_navNode_3_4_11.addNode('100523','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Paediatrics/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60Healthpaedspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Paediatrics-related guidance and publications','OverrideTitle==Paediatrics\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_12=g_navNode_3_4.addNode('100109','Pathology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pathology/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPathssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','ExcludeFromAtoZ==TRUE','OverrideTitle==Pathology - a one-stop resource for pathologists');
g_navNode_3_4_12_0=g_navNode_3_4_12.addNode('100553','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pathology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPathsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Pathology-related Medical Device Alerts','OverrideTitle==Pathology\x3a Medical Device Alerts');
g_navNode_3_4_12_1=g_navNode_3_4_12.addNode('100554','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pathology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPathspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Pathology-related guidance and publications','OverrideTitle==Pathology');
g_navNode_3_4_13=g_navNode_3_4.addNode('100102','Pharmacy',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/index.htm','AliasTitle==What should I report \x28pharmacy\x29','DynamicListQuery==\x28xKeywords \x3csubstring\x3e \x60HealthPharssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \\x27con117425\\x27\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Pharmacy - a one-stop resource for pharmacists');
g_navNode_3_4_13_0=g_navNode_3_4_13.addNode('100555','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/DrugAlert/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPharsDrug\x60','DynamicListTitle==Recent Drug Alerts relevant to pharmacists','OverrideTitle==Pharmacy\x3a  Drug Alerts');
g_navNode_3_4_13_1=g_navNode_3_4_13.addNode('100556','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/MedicalDeviceAlerts/index.htm','DynamicListQuery==\x28xKeywords \x3csubstring\x3e \x60HealthPharsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \\x27con117425\\x27\x29','OverrideTitle==Pharmacy\x3a Medical Device Alerts');
g_navNode_3_4_13_2=g_navNode_3_4_13.addNode('100557','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPharspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Recent guidance and publications relevant to pharmacists','OverrideTitle==Pharmacy\x3a Guidance and publications');
g_navNode_3_4_14=g_navNode_3_4.addNode('100472','Physiotherapy and occupational therapy ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Physiotherapyandoccupationaltherapy/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPhyssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60\x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \\x27CON120253\\x27\x29','OverrideTitle==Physiotherapy and occupational therapy - a one-stop resource');
g_navNode_3_4_14_0=g_navNode_3_4_14.addNode('100559','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Physiotherapyandoccupationaltherapy/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPhyssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60\x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \\x27CON120253\\x27\x29','DynamicListTitle==Medical Device Alerts relevant to physiotherapists and occupational therapists','OverrideTitle==Physiotherapy and occupational therapy\x3a Medical Device Alerts');
g_navNode_3_4_14_1=g_navNode_3_4_14.addNode('100560','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Physiotherapyandoccupationaltherapy/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthPhysspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications relevant to physiotherapists and occupational therapists','OverrideTitle==Physiotherapy and occupational therapy\x3a Guidance and publications');
g_navNode_3_4_15=g_navNode_3_4.addNode('100126','Radiology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/index.htm','AliasTitle==Radiologists\x3a Information for','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthRadissplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','ExcludeFromAtoZ==FALSE','OverrideTitle==Radiology - a one-stop resource for radiology practitioners');
g_navNode_3_4_15_0=g_navNode_3_4_15.addNode('100565','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthRadisDrug\x60','DynamicListTitle==Recent Drug Alerts relevant to radiologists','OverrideTitle==Radiology\x3a Drug Alerts');
g_navNode_3_4_15_1=g_navNode_3_4_15.addNode('100562','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthRadismdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Recent Medical Device Alerts relevant to radiologists','OverrideTitle==Radiology\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_15_2=g_navNode_3_4_15.addNode('100563','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealtRadispub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Recent guidance and publications relevant to radiologists','OverrideTitle==Radiology\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_16=g_navNode_3_4.addNode('100101','Theatre practitioners',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthTheassplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60','OverrideTitle==Theatre practitioners - a one-stop resource for theatre practitioners');
g_navNode_3_4_16_0=g_navNode_3_4_16.addNode('100534','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/DrugAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthTheasDrug\x60','DynamicListTitle==Drug Alerts relating to theatre practitioners','OverrideTitle==Theatre practitioners\x3a Drug Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_16_1=g_navNode_3_4_16.addNode('100532','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthTheasmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','DynamicListTitle==Medical Device Alerts related to theatre practitioners','OverrideTitle==Theatre practitioners\x3a Medical Device Alerts','secondaryUrlVariableField==region1');
g_navNode_3_4_16_2=g_navNode_3_4_16.addNode('100533','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealtTheaspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60','DynamicListTitle==Guidance and publications related to theatre practitioners','OverrideTitle==Theatre practitioners\x3a Guidance and publications','secondaryUrlVariableField==region1');
g_navNode_3_4_17=g_navNode_3_4.addNode('100757','Urology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Urology/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthUrolssplash\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallsplash\x60');
g_navNode_3_4_17_0=g_navNode_3_4_17.addNode('100758','Medical Device Alerts',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Urology/MedicalDeviceAlerts/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealthUrolsmdas\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallmdas\x60','ExcludeFromAtoZ==TRUE');
g_navNode_3_4_17_1=g_navNode_3_4_17.addNode('100759','Guidance and publications',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Urology/Guidanceandpublications/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60HealtUrolspub\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60Healthallpub\x60');
g_navNode_3_4_21=g_navNode_3_4.addNode('100673','Medical Students Elective Prize',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/medicalstudentelectiveprize/index.htm');
g_navNode_3_5=g_navNode_3.addNode('100456','Drug Safety Update',ssUrlPrefix + 'Safetyinformation/DrugSafetyUpdate/index.htm','ASDDocType==DrugSafetyUpdate','CheckinProfile==DrugSafetyUpdate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Desc','secondaryUrlVariableField==region1');
g_navNode_3_5_0=g_navNode_3_5.addNode('100457','Drug Safety Update PDF archive',ssUrlPrefix + 'Safetyinformation/DrugSafetyUpdate/DrugSafetyUpdatePDFarchive/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60 \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60 \x3cOR\x3e  xFifthLevel \x3cmatches\x3e \x60PDF Version\x60 ');
g_navNode_4=g_navNode_Root.addNode('297','Committees',ssUrlPrefix + 'Committees/index.htm','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Members\x60\x29','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==committees');
g_navNode_4_0=g_navNode_4.addNode('298','Medicines advisory bodies',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60\x29 \x3cOR\x3e \x28xKeywords \x3csubstring\x3e \x60ar1968ab\x60\x29','DynamicListTitle==Latest Committee documents for medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_0=g_navNode_4_0.addNode('863','Commission on Human Medicines ',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/index.htm');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('864','Members',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/Members/index.htm','AliasTitle==Commission on Human Medicines\x3a Members','OverrideTitle==Membership of the Commission on Human Medicines');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('896','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/Minutes/index.htm','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==xKeywords \x3csubstring\x3e \x60chmmins\x60','DynamicListTitle==Latest minutes for the Commission on Human Medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Commission on Human Medicines');
g_navNode_4_0_0_2=g_navNode_4_0_0.addNode('907','Expert Advisory Groups',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/index.htm','AliasTitle==Commission on Human Medicines\x3a Expert Advisory Groups','OverrideTitle==Expert Advisory Groups of the Commission on Human Medicines');
g_navNode_4_0_0_2_0=g_navNode_4_0_0_2.addNode('951','Anti-infectives, HIV and Hepatology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Anti-infectivesHIVandHepatology/index.htm','DynamicListQuery==dDocName \x3cmatches\x3e \x60CON028400\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60CON2030665\x60','OverrideTitle==Anti-infectives, HIV and Hepatology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_0_0=g_navNode_4_0_0_2_0.addNode('1074','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Anti-infectivesHIVandHepatology/Minutes/index.htm','ASDDocType==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Anti-infectives, HIV and Hepatology\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Anti-infectives, HIV and Hepatology Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Anti-infectives, HIV and Hepatology Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_2_1=g_navNode_4_0_0_2.addNode('908','Biologicals and Vaccines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/BiologicalsandVaccines/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Biologicals and Vaccines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Biologicals and Vaccines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_1_0=g_navNode_4_0_0_2_1.addNode('935','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/BiologicalsandVaccines/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','ContentIndexRequireTOC==FALSE','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Biologicals and Vaccines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Biologicals and Vaccines Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Biologicals and Vaccines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_2=g_navNode_4_0_0_2.addNode('927','Cardiovascular, Diabetes, Renal, Respiratory and Allergy',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/CardiovascularDiabetesRenalRespiratoryandAllergy/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Cardiovascular, Diabetes, Renal, Respiratory and Allergy\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Cardiovascular, Diabetes, Renal, Respiratory and Allergy Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_2_0=g_navNode_4_0_0_2_2.addNode('941','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/CardiovascularDiabetesRenalRespiratoryandAllergy/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Cardiovascular, Diabetes, Renal, Respiratory and Allergy\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Cardiovascular, Diabetes, Renal, Respiratory and Allergy Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Cardiovascular, Diabetes, Renal, Respiratory and Allergy Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_3=g_navNode_4_0_0_2.addNode('913','Chemistry, Pharmacy and Standards',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ChemistryPharmacyandStandards/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Chemistry, Pharmacy and Standards\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Chemistry, Pharmacy and Standards Expert Advisory  Group \x28CPSEAG\x29 of the Commission on Human Medicines');
g_navNode_4_0_0_2_3_0=g_navNode_4_0_0_2_3.addNode('942','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ChemistryPharmacyandStandards/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Chemistry, Pharmacy and Standards\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Chemistry, Pharmacy and Standards Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Chemistry, Pharmacy and Standards Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_4=g_navNode_4_0_0_2.addNode('1039','Clinical Trials',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ClinicalTrials/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Clinical Trials\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Clinical Trials Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_4_0=g_navNode_4_0_0_2_4.addNode('1040','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ClinicalTrials/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Clinical Trials\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Clinical Trials Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Clinical Trials Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_2_5=g_navNode_4_0_0_2.addNode('1044','Gastroenterology, Rheumatology, Immunology and Dermatology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/DermatologyRheumatologyImmunologyandGastroenterology/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Dermatology, Rheumatology, Immunology and Gastroenterology\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Gastroenterology, Rheumatology, Immunology and Dermatology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_5_0=g_navNode_4_0_0_2_5.addNode('1049','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/DermatologyRheumatologyImmunologyandGastroenterology/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Dermatology, Rheumatology, Immunology and Gastroenterology\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Dermatology, Rheumatology, Immunology and Gastroenterology Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Dermatology, Rheumatology, Immunology and Gastroenterology Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_2_6=g_navNode_4_0_0_2.addNode('917','Medicines for Women\'s Health',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/MedicinesforWomensHealth/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Medicines for Women\\x27s Health\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Medicines for Women\\x27s Health Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_6_0=g_navNode_4_0_0_2_6.addNode('947','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/MedicinesforWomensHealth/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3csubstring\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Medicines for Women\\x27s Health\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Medicines for Women\\x27s Health Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Medicines for Women\\x27s Health Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_7=g_navNode_4_0_0_2.addNode('1047','Neurology, Pain and Psychiatry',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/NeurologyPainandPsychiatry/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Neurology, Pain and Psychiatry\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Neurology, Pain and Psychiatry Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_7_0=g_navNode_4_0_0_2_7.addNode('1052','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/NeurologyPainandPsychiatry/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Neurology, Pain and Psychiatry\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Neurology, Pain and Psychiatry Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Neurology, Pain and Psychiatry Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_2_10=g_navNode_4_0_0_2.addNode('940','Oncology and Haematology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/OncologyandHaematology/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Oncology and Haematology\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Oncology and Haematology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_10_0=g_navNode_4_0_0_2_10.addNode('943','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/OncologyandHaematology/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Oncology and Haematology\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Oncology and Haematology Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Oncology and Haematology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_11=g_navNode_4_0_0_2.addNode('924','Paediatric Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PaediatricMedicines/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Paediatric Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Paediatric Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_11_0=g_navNode_4_0_0_2_11.addNode('944','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PaediatricMedicines/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Paediatric Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Paediatric Medicines Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Paediatric Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_12=g_navNode_4_0_0_2.addNode('100777','Patient and Public Engagement ',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PatientandPublicEngagement/index.htm','OverrideTitle==Patient and Public Engagement Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_12_0=g_navNode_4_0_0_2_12.addNode('962','Patient Information',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PatientandPublicEngagement/PatientInformation/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Information\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Patient Information Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_12_0_0=g_navNode_4_0_0_2_12_0.addNode('1026','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PatientandPublicEngagement/PatientInformation/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Information\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Patient Information Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Patient Information Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_2_13=g_navNode_4_0_0_2.addNode('926','Pharmacovigilance',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Pharmacovigilance/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Pharmacovigilance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','OverrideTitle==Pharmacovigilance Expert Advisory Group of the Commission on Human Medicines');
g_navNode_4_0_0_2_13_0=g_navNode_4_0_0_2_13.addNode('945','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Pharmacovigilance/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Pharmacovigilance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Pharmacovigilance Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Pharmacovigilance Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_0_3=g_navNode_4_0_0.addNode('1073','Commission on Human Medicines and Industry Forum meetings',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/CommissiononHumanMedicinesandIndustryForummeetings/index.htm','AliasTitle==Commission on Human Medicines and the Industry Forum\x3a Minutes of meetings','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Industry Forum\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the meetings between the Commission on Human Medicines and Industry Forum','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the meetings between the Commission on Human Medicines and Industry Forum','secondaryUrlVariableField==region1');
g_navNode_4_0_1=g_navNode_4_0.addNode('302','Advisory Board on the Registration of Homeopathic Products',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/AdvisoryBoardontheRegistrationofHomoeopathicProducts/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Homoeopathic Products\x3a Advisory Board on the Registration of Homoeopathic Products','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Advisory Board on the Registration of Homoeopathic Products\x60','DynamicListTitle==Latest documents for the Advisory Board on the Registration of Homoeopathic Products','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_1_0=g_navNode_4_0_1.addNode('530','Members',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/AdvisoryBoardontheRegistrationofHomoeopathicProducts/Members/index.htm','OverrideTitle==Membership of the Advisory Board on the Registration of Homoeopathic Products');
g_navNode_4_0_1_1=g_navNode_4_0_1.addNode('531','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/AdvisoryBoardontheRegistrationofHomoeopathicProducts/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3csubstring\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Advisory Board on the Registration of Homoeopathic Products\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Advisory Board on the Registration of Homoeopathic Products','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Advisory Board on the Registration of Homoeopathic Products','secondaryUrlVariableField==region1');
g_navNode_4_0_1_2=g_navNode_4_0_1.addNode('532','Publication Scheme',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/AdvisoryBoardontheRegistrationofHomoeopathicProducts/PublicationScheme/index.htm','OverrideTitle==Publication Scheme of  Advisory Board on the Registration of Homoeopathic Products');
g_navNode_4_0_2=g_navNode_4_0.addNode('304','British Pharmacopoeia Commission',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/BritishPharmacopoeiaCommission/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_4_0_3=g_navNode_4_0.addNode('925','Herbal Medicines Advisory Committee',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/HerbalMedicinesAdvisoryCommittee/index.htm');
g_navNode_4_0_3_0=g_navNode_4_0_3.addNode('994','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/HerbalMedicinesAdvisoryCommittee/Minutes/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Herbal Medicines Advisory Committee\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes','OverrideTitle==Minutes of the Herbal Medicines Advisory Committee');
g_navNode_4_0_4=g_navNode_4_0.addNode('305','Independent Review Panel for Advertising',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelforAdvertising/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_4_0=g_navNode_4_0_4.addNode('536','Members',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelforAdvertising/Members/index.htm','AliasTitle==Independent Review Panel for Advertising\x3a Members','OverrideTitle==Membership of Independent Review Panel for Advertising');
g_navNode_4_0_5=g_navNode_4_0.addNode('306','Independent Review Panel on the Classification of Borderline Products',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelontheClassificationofBorderlineProducts/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_5_0=g_navNode_4_0_5.addNode('538','Members',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelontheClassificationofBorderlineProducts/Members/index.htm','AliasTitle==Independent Review Panel on the Classification of Borderline Products\x3a Members','OverrideTitle==Membership of Independent Review Panel on the Classification of Borderline Products');
g_navNode_4_0_7=g_navNode_4_0.addNode('301','Committee on Safety of Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60','DynamicListTitle==Latest documents for the Committee on Safety of Medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Committee on Safety of Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_7_2=g_navNode_4_0_7.addNode('492','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60  \x3cAND\x3e xSubgroup \x3cmatches\x3e \x60\x60 ','DynamicListTitle==Latest minutes for Committee on Safety of Medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Committee on Safety of Medicines\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_0_7_3=g_navNode_4_0_7.addNode('759','Annual Report',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/AnnualReport/index.htm','OverrideTitle==Annual report of Committee on Safety of Medicines');
g_navNode_4_0_7_5=g_navNode_4_0_7.addNode('457','Subcommittees',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  \x28xSubgroup \x3ccontains\x3e \x60Subcommittee\x60\x29','DynamicListTitle==Latest Subcommittee documents','OverrideTitle==Subcommittees of Committee on Safety of Medicines');
g_navNode_4_0_7_5_0=g_navNode_4_0_7_5.addNode('454','Chemistry, Pharmacy and Standards',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/ChemistryPharmacyandStandards/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Chemistry, Pharmacy and standards Subcommittee\x60','DynamicListTitle==Latest documents for Chemistry, Pharmacy and Standards subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Chemistry, Pharmacy and Standards subcommittee of Committee on Safety of Medicines');
g_navNode_4_0_7_5_0_1=g_navNode_4_0_7_5_0.addNode('496','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/ChemistryPharmacyandStandards/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Chemistry, Pharmacy and standards Subcommittee\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for Chemistry, Pharmacy and Standards subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of Chemistry, Pharmacy and Standards subcommittee of Committee on Safety of Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_7_5_1=g_navNode_4_0_7_5.addNode('455','Biologicals',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/Biologicals/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Biologicals Subcommittee\x60','DynamicListTitle==Latest documents for Biologicals subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Biologicals subcommittee of Committee on Safety of Medicines');
g_navNode_4_0_7_5_1_1=g_navNode_4_0_7_5_1.addNode('498','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/Biologicals/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Biologicals Subcommittee\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for Biologicals subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of Biologicals subcommittee of Committee on Safety of Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_7_5_2=g_navNode_4_0_7_5.addNode('456','Pharmacovigilance',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/Pharmacovigilance/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Pharmacovigilance Subcommittee\x60','DynamicListTitle==Latest documents for Pharmacovigilance subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Pharmacovigilance subcommittee Committee on Safety of Medicines');
g_navNode_4_0_7_5_2_1=g_navNode_4_0_7_5_2.addNode('459','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/Subcommittees/Pharmacovigilance/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Pharmacovigilance Subcommittee\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for Pharmacovigilance subcommittee','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of Pharmacovigilance Subcommitttee of Committee on Safety of Medicines','secondaryUrlVariableField==region1');
g_navNode_4_0_7_6=g_navNode_4_0_7.addNode('494','Working Groups',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3ccontains\x3e \x60Working Group\x60','DynamicListTitle==Latest Working Group documents','OverrideTitle==Working groups of the Committee on Safety of Medicines');
g_navNode_4_0_7_6_3=g_navNode_4_0_7_6.addNode('509','Paediatric Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PaediatricMedicines/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Paediatric Medicines Working Group\x60','DynamicListTitle==Latest documents for the Paediatric Medicines Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Paediatric Medicines Working Group of the Committee of the Safety of Medicines');
g_navNode_4_0_7_6_3_1=g_navNode_4_0_7_6_3.addNode('517','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PaediatricMedicines/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Paediatric Medicines Working Group\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Paediatric Medicines Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Paediatric Medicines Working Group of the Committee on Safety of Medicines\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_0_7_6_5=g_navNode_4_0_7_6.addNode('511','Patient Information',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PatientInformation/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3ccontains\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Information Working Group\x60','DynamicListTitle==Latest documents for the Patient Information Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Patient Information Working Group of Committee on Safety of Medicines');
g_navNode_4_0_7_6_5_1=g_navNode_4_0_7_6_5.addNode('521','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PatientInformation/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Information Working Group\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Patient Information Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Patient Information Working Group of the Committee on Safety of Medicines\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_0_7_6_6=g_navNode_4_0_7_6.addNode('512','Patient Reporting of Adverse Drug Reactions',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PatientReportingofAdverseDrugReactions/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Reporting of Adverse Drug Reactions Working Group\x60','DynamicListTitle==Latest documents for the Patient Reporting of Adverse Drug Reactions Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Patient Reporting of Adverse Drug Reactions Working Group of the Committee on Safety of Medicines');
g_navNode_4_0_7_6_6_1=g_navNode_4_0_7_6_6.addNode('523','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/PatientReportingofAdverseDrugReactions/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Patient Reporting of Adverse Drug Reactions Working Group\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Patient Reporting of Adverse Drug Reactions Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Patient Reporting of Adverse Drug Reactions Working Group of the Committee on Safety of Medicines\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_0_7_6_8=g_navNode_4_0_7_6.addNode('515','Selective Serotonin Reuptake Inhibitors',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/SelectiveSerotoninReuptakeInhibitors/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Selective Serotonin Reuptake Inhibitors Working Group\x60','DynamicListTitle==Latest documents for the Selective Serotonin Reuptake Inhibitors Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Selective Serotonin Reuptake Inhibitors Working Group of the Committee on Safety of Medicines');
g_navNode_4_0_7_6_8_1=g_navNode_4_0_7_6_8.addNode('529','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/WorkingGroups/SelectiveSerotoninReuptakeInhibitors/Minutes/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Safety of Medicines\x60  \x3cAND\x3e  xSubgroup \x3cmatches\x3e \x60Selective Serotonin Reuptake Inhibitors Working Group\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Selective Serotonin Reuptake Inhibitors Working Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Selective Serotonin Reuptake Inhibitors Working Group of the Committee on Safety of Medicines\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_0_8=g_navNode_4_0.addNode('300','Medicines Commission',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/MedicinesCommission/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Medicines Commission\x60','DynamicListTitle==Latest documents for the Medicines Commission','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_8_1=g_navNode_4_0_8.addNode('488','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/MedicinesCommission/Minutes/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Medicines Commission\x3a Minutes','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Medicines Commission\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Medicines Commission','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Medicines Commission','secondaryUrlVariableField==region1');
g_navNode_4_0_8_2=g_navNode_4_0_8.addNode('758','Annual Report',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/MedicinesCommission/AnnualReport/index.htm','OverrideTitle==Annual report of the Medicines Commission');
g_navNode_4_0_9=g_navNode_4_0.addNode('299','Review of the medicines advisory bodies structure',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/Reviewofthemedicinesadvisorybodiesstructure/index.htm','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE','secondaryUrlVariableField==region1');
g_navNode_4_1=g_navNode_4.addNode('307','Devices',ssUrlPrefix + 'Committees/Devices/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60','DynamicListTitle==Latest Committee documents for devices','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Devices Committees','secondaryUrlVariableField==region1');
g_navNode_4_1_0=g_navNode_4_1.addNode('308','Committee on the Safety of Devices',ssUrlPrefix + 'Committees/Devices/CommitteeontheSafetyofDevices/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on the Safety of Devices\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Members\x60\x29','DynamicListTitle==Latest documents for the Committee on the Safety of Devices','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('100180','Members',ssUrlPrefix + 'Committees/Devices/CommitteeontheSafetyofDevices/Members/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Committee on the Safety of Devices\x3a Members','CheckinProfile==CommitteeDocument','CustomResultCount==35','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on the Safety of Devices\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Members\x60','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Asc','IsDateFieldHidden==TRUE','OverrideTitle==Committee on the Safety of Devices\x3a Members','secondaryUrlVariableField==region1');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('565','Minutes',ssUrlPrefix + 'Committees/Devices/CommitteeontheSafetyofDevices/Minutes/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Committee on the Safety of Devices\x3a Minutes','ArchiveSearchMetaDataField==xMeetingDate','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on the Safety of Devices\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Committee on the Safety of Devices','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Committee on the Safety of Devices\x3a Minutes','secondaryUrlVariableField==region1');
g_navNode_4_1_1=g_navNode_4_1.addNode('309','Committee on Blood Pressure Monitoring in Clinical Practice',ssUrlPrefix + 'Committees/Devices/CommitteeonBloodPressureMonitoringinClinicalPractice/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Blood Pressure Monitoring in Clinical Practice\x3a Committee','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Committee on Blood Pressure Monitoring in Clinical Practice\x60 ','DynamicListTitle==Latest documents for the Committee on Blood Pressure Monitoring in Clinical Practice','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_4_1_2=g_navNode_4_1.addNode('310','In Vitro Diagnostic Advisory Committee \x28IVDAC\x29',ssUrlPrefix + 'Committees/Devices/InVitroDiagnosticAdvisoryCommittee\x28IVDAC\x29/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE');
g_navNode_4_1_3=g_navNode_4_1.addNode('311','Microbiology Advisory Committee \x28MAC\x29',ssUrlPrefix + 'Committees/Devices/MicrobiologyAdvisoryCommittee\x28MAC\x29/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE');
g_navNode_4_1_4=g_navNode_4_1.addNode('1160','Independent Review Group on silicone gel breast implants',ssUrlPrefix + 'Committees/Devices/IndependentReviewGrouponsiliconegelbreastimplants/index.htm','ASDDocType==CommitteeDocument','AliasTitle==Independent Review Group on silicone gel breast implants\x3a Minutes','CheckinProfile==CommitteeDocument','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60Independent Review Group on silicone gel breast implants\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Minutes','secondaryUrlVariableField==region1');
g_navNode_4_1_4_0=g_navNode_4_1_4.addNode('1161','Members',ssUrlPrefix + 'Committees/Devices/IndependentReviewGrouponsiliconegelbreastimplants/Members/index.htm','AliasTitle==Independent Review Group on silicone gel breast implants\x3a Members');
g_navNode_4_2=g_navNode_4.addNode('928','Independent Scientific Advisory Committee for MHRA database research ',ssUrlPrefix + 'Committees/IndependentScientificAdvisoryCommitteeforMHRAdatabaseresearch/index.htm','OverrideTitle==Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29');
g_navNode_4_2_0=g_navNode_4_2.addNode('929','Members',ssUrlPrefix + 'Committees/IndependentScientificAdvisoryCommitteeforMHRAdatabaseresearch/Members/index.htm','AliasTitle==Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29\x3a Members','OverrideTitle==Membership of the Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29');
g_navNode_4_2_1=g_navNode_4_2.addNode('930','Minutes',ssUrlPrefix + 'Committees/IndependentScientificAdvisoryCommitteeforMHRAdatabaseresearch/Minutes/index.htm','AliasTitle==Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29\x3a Minutes','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60ISAC\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60ISAC\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Independent Scientific Advisory Committee for MHRA database research','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29');
g_navNode_4_2_2=g_navNode_4_2.addNode('1171','Annual reports',ssUrlPrefix + 'Committees/IndependentScientificAdvisoryCommitteeforMHRAdatabaseresearch/Annualreports/index.htm','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60ISAC\x60  \x3cAND\x3e  xCommitteeName \x3cmatches\x3e \x60ISAC\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Annual report\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Independent Scientific Advisory Committee for MHRA database research \x28ISAC\x29 annual reports');
g_navNode_5=g_navNode_Root.addNode('313','Conferences and education',ssUrlPrefix + 'ConferencesLearningCentre/index.htm','ASDDocType==ConferenceInfo','ArchiveSearchMetaDataField==xEventDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60ConferenceInfo\x60  \x3cAND\x3e  xWebsiteObjectType \x3csubstring\x3e \x60Data File\x60','DynamicListSortBy==xEventDate','DynamicListSortOrder==Asc','DynamicListTitle==Current events','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==learning');
g_navNode_5_1=g_navNode_5.addNode('314','Conferences',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/index.htm','ASDDocType==ConferenceInfo','ArchiveSearchMetaDataField==xEventDate','CheckinProfile==ConferenceInfo','DynamicListQuery==dDocType \x3cmatches\x3e \x60ConferenceInfo\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','DynamicListSortBy==xEventDate','DynamicListSortOrder==Asc','DynamicListTitle==Forthcoming events','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_5_1_1=g_navNode_5_1.addNode('326','Register for an event',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Registerforanevent/index.htm','ASDDocType==ConferenceInfo');
g_navNode_5_1_2=g_navNode_5_1.addNode('831','Forthcoming events',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Forthcomingevents/index.htm','ASDDocType==ConferenceInfo','ArchiveSearchMetaDataField==xEventDate','CheckinProfile==ConferenceInfo','DynamicListQuery==dDocType \x3cmatches\x3e \x60ConferenceInfo\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','DynamicListSortBy==xEventDate','DynamicListSortOrder==Asc','DynamicListTitle==Forthcoming events','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_5_1_3=g_navNode_5_1.addNode('329','Contact the team',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Contacttheteam/index.htm','AliasTitle==Conferences team contacts','ExcludeFromAtoZ==TRUE');
g_navNode_5_1_4=g_navNode_5_1.addNode('332','Frequently asked questions',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Frequentlyaskedquestions/index.htm','AliasTitle==Conferences \x26 Learning Centre\x3a Frequently asked questions','OverrideTitle==Frequently asked questions for Conferences and Learning Centre');
g_navNode_5_1_5=g_navNode_5_1.addNode('708','Event feedback form',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Eventfeedbackform/index.htm','AliasTitle==Feedback form for events');
g_navNode_5_1_7=g_navNode_5_1.addNode('100011','Conference documentation',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/ConferenceDocumentation/index.htm');
g_navNode_5_1_7_0=g_navNode_5_1_7.addNode('327','Order documentation',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/ConferenceDocumentation/Orderdocumentation/index.htm','AliasTitle==Conference documentation\x3a How to order','ExcludeFromAtoZ==TRUE');
g_navNode_5_2=g_navNode_5.addNode('100185','MHRA speakers',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/index.htm');
g_navNode_5_2_1=g_navNode_5_2.addNode('100500','About the MHRA speakers',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/AbouttheMHRAspeakers/index.htm');
g_navNode_5_2_2=g_navNode_5_2.addNode('100187','Speaker fees',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Speakerfees/index.htm');
g_navNode_5_2_3=g_navNode_5_2.addNode('100188','FAQs',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/FAQs/index.htm','AliasTitle==MHRA speakers\x3a FAQs','AliasTitle1==Speakers\x3a FAQs','ExcludeFromAtoZ==TRUE');
g_navNode_5_2_4=g_navNode_5_2.addNode('100189','Speaker request form',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Speakerrequestform/index.htm');
g_navNode_5_2_5=g_navNode_5_2.addNode('100501','Terms and conditions',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Termsandconditions/index.htm');
g_navNode_5_3=g_navNode_5.addNode('334','Education',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/index.htm');
g_navNode_5_3_1=g_navNode_5_3.addNode('100723','Devices education modules',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/index.htm');
g_navNode_5_3_1_0=g_navNode_5_3_1.addNode('100171','Devices in practice',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/Devicesinpractice/index.htm','OverrideTitle==Devices in practice e-learning module');
g_navNode_5_3_1_1=g_navNode_5_3_1.addNode('100480','Basic observations',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/Basicobservations/index.htm','OverrideTitle==Basic observations e-learning module');
g_navNode_5_3_1_2=g_navNode_5_3_1.addNode('1176','Anaesthetic machines',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/Anaestheticmachines/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Anaesthetic machines e-learning module');
g_navNode_5_3_1_3=g_navNode_5_3_1.addNode('1175','Electrosurgery',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/Electrosurgery/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Electrosurgery e-learning module');
g_navNode_5_3_1_4=g_navNode_5_3_1.addNode('100158','The operating table',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Deviceslearningmodules/Theoperatingtable/index.htm','AliasTitle==Operating table e-learning module','AliasTitle1==E-learning module\x3a The operating table','ExcludeFromAtoZ==TRUE','OverrideTitle==The operating table e-learning module');
g_navNode_5_3_2=g_navNode_5_3.addNode('100861','Medicines education modules',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/index.htm');
g_navNode_5_3_2_0=g_navNode_5_3_2.addNode('100686','Pharmacovigilance learning module',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/index.htm');
g_navNode_5_3_2_0_0=g_navNode_5_3_2_0.addNode('100662','Introduction',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Introduction/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Introduction');
g_navNode_5_3_2_0_1=g_navNode_5_3_2_0.addNode('100663','Adverse drug reactions',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/adversedrugreactions/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Adverse drug reactions');
g_navNode_5_3_2_0_2=g_navNode_5_3_2_0.addNode('100671','Pharmacovigilance',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Pharmacovigilance/index.htm','ContentIndexRequireTOC==TRUE','OverrideTitle==Pharmacovigilance learning module\x3a Pharmacovigilance');
g_navNode_5_3_2_0_2_0=g_navNode_5_3_2_0_2.addNode('100669','Importance of monitoring adverse effects',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Pharmacovigilance/Importanceofmonitoringadverseeffects/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Importance of monitoring adverse effects');
g_navNode_5_3_2_0_2_1=g_navNode_5_3_2_0_2.addNode('100670','Who is responsible for pharmacovigilance?',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Pharmacovigilance/Whoisresponsibleforpharmacovigilance/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Who is responsible for pharmacovigilance?');
g_navNode_5_3_2_0_2_2=g_navNode_5_3_2_0_2.addNode('100672','How is the potential new effect assessed?',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Pharmacovigilance/Howisthepotentialneweffectassessed/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a How is the potential new effect assessed?');
g_navNode_5_3_2_0_3=g_navNode_5_3_2_0.addNode('100664','Information sources on adverse drug reactions',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Informationsourcesonadversedrugreactions/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Information sources on adverse drug reactions');
g_navNode_5_3_2_0_3_0=g_navNode_5_3_2_0_3.addNode('100674','Sources for use in the clinic',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Informationsourcesonadversedrugreactions/Sourcesforuseintheclinic/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Sources for use in the clinic');
g_navNode_5_3_2_0_3_1=g_navNode_5_3_2_0_3.addNode('100675','Sources for emerging information',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Informationsourcesonadversedrugreactions/Sourcesforemerginginformation/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Sources for emerging information');
g_navNode_5_3_2_0_3_2=g_navNode_5_3_2_0_3.addNode('100676','Sources for detailed information on adverse reactions',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Informationsourcesonadversedrugreactions/Sourcesforresearchingadversereactions/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Sources for detailed information on adverse reactions');
g_navNode_5_3_2_0_4=g_navNode_5_3_2_0.addNode('100677','How to report a suspected adverse drug reaction',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Howtoreportasuspectedadversedrugreaction/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a How to report a suspected adverse drug reaction');
g_navNode_5_3_2_0_4_0=g_navNode_5_3_2_0_4.addNode('100678','What is the Yellow Card Scheme?',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Howtoreportasuspectedadversedrugreaction/WhatistheYellowCardScheme/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a What is the Yellow Card Scheme?');
g_navNode_5_3_2_0_4_1=g_navNode_5_3_2_0_4.addNode('100679','What should trigger reporting?',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Howtoreportasuspectedadversedrugreaction/Whatshouldtriggerreporting/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a What should trigger reporting?');
g_navNode_5_3_2_0_4_2=g_navNode_5_3_2_0_4.addNode('100680','Filling out a Yellow Card',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Howtoreportasuspectedadversedrugreaction/FillingoutaYellowCard/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Filling out a Yellow Card');
g_navNode_5_3_2_0_4_3=g_navNode_5_3_2_0_4.addNode('100681','What happens to your Yellow Card submission?',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Howtoreportasuspectedadversedrugreaction/WhathappenstoyourYellowCardsubmission/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a What happens to your Yellow Card submission?');
g_navNode_5_3_2_0_5=g_navNode_5_3_2_0.addNode('100667','Test yourself',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Exerciseandcasestudy/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Test yourself');
g_navNode_5_3_2_0_5_0=g_navNode_5_3_2_0_5.addNode('100698','Exercise 1',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Exerciseandcasestudy/Exercise1/index.htm');
g_navNode_5_3_2_0_5_1=g_navNode_5_3_2_0_5.addNode('100699','Case study 1',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Exerciseandcasestudy/Casestudy1/index.htm');
g_navNode_5_3_2_0_5_2=g_navNode_5_3_2_0_5.addNode('100700','Case study 2',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Exerciseandcasestudy/Casestudy2/index.htm');
g_navNode_5_3_2_0_6=g_navNode_5_3_2_0.addNode('100665','Further reading',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Furtherreading/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Further reading');
g_navNode_5_3_2_0_7=g_navNode_5_3_2_0.addNode('100666','Glossary',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/pharmacovigilancelearningmodule/Glossary/index.htm','OverrideTitle==Pharmacovigilance learning module\x3a Glossary');
g_navNode_5_3_2_1=g_navNode_5_3_2.addNode('100880','Reducing medicine risk',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/index.htm');
g_navNode_5_3_2_1_0=g_navNode_5_3_2_1.addNode('100881','SSRI learning module',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/index.htm');
g_navNode_5_3_2_1_0_0=g_navNode_5_3_2_1_0.addNode('100882','Introduction to SSRIs',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/IntroductiontoSSRIs/index.htm','OverrideTitle==SSRI learning module\x3a Introduction to SSRIs');
g_navNode_5_3_2_1_0_0_0=g_navNode_5_3_2_1_0_0.addNode('100883','Class members and licensed uses',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/IntroductiontoSSRIs/Classmembers/index.htm','OverrideTitle==SSRI learning module\x3a Class members and licensed uses');
g_navNode_5_3_2_1_0_0_1=g_navNode_5_3_2_1_0_0.addNode('100885','Prescribing points',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/IntroductiontoSSRIs/Prescribingpoints/index.htm','OverrideTitle==SSRI learning module\x3a Prescribing points');
g_navNode_5_3_2_1_0_1=g_navNode_5_3_2_1_0.addNode('100886','Principal risks',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Principalrisks/index.htm','OverrideTitle==SSRI learning module\x3a Principal risks');
g_navNode_5_3_2_1_0_2=g_navNode_5_3_2_1_0.addNode('100894','Key points',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Keypoints/index.htm','OverrideTitle==SSRI learning module\x3a Key points');
g_navNode_5_3_2_1_0_3=g_navNode_5_3_2_1_0.addNode('100896','Self-assessment test',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/index.htm','OverrideTitle==SSRI learning module\x3a Self-assessment test');
g_navNode_5_3_2_1_0_3_0=g_navNode_5_3_2_1_0_3.addNode('100920','Exercise 1',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/index.htm','OverrideTitle==SSRI learning module\x3a Exercise 1');
g_navNode_5_3_2_1_0_3_0_0=g_navNode_5_3_2_1_0_3_0.addNode('100921','Question 1',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question1/index.htm');
g_navNode_5_3_2_1_0_3_0_1=g_navNode_5_3_2_1_0_3_0.addNode('100922','Question 2',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question2/index.htm');
g_navNode_5_3_2_1_0_3_0_2=g_navNode_5_3_2_1_0_3_0.addNode('100923','Question 3',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question3/index.htm');
g_navNode_5_3_2_1_0_3_0_3=g_navNode_5_3_2_1_0_3_0.addNode('100924','Question 4',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question4/index.htm');
g_navNode_5_3_2_1_0_3_0_4=g_navNode_5_3_2_1_0_3_0.addNode('100925','Question 5',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question5/index.htm');
g_navNode_5_3_2_1_0_3_0_5=g_navNode_5_3_2_1_0_3_0.addNode('100926','Question 6',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Exercise1/Question6/index.htm');
g_navNode_5_3_2_1_0_3_1=g_navNode_5_3_2_1_0_3.addNode('100913','Case study',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Casestudy/index.htm','OverrideTitle==SSRI learning module\x3a Case study');
g_navNode_5_3_2_1_0_3_1_0=g_navNode_5_3_2_1_0_3_1.addNode('100934','Scenario 1',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Casestudy/Scenario1/index.htm');
g_navNode_5_3_2_1_0_3_1_1=g_navNode_5_3_2_1_0_3_1.addNode('100935','Scenario 2',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Casestudy/Scenario2/index.htm');
g_navNode_5_3_2_1_0_3_1_2=g_navNode_5_3_2_1_0_3_1.addNode('100936','Scenario 3',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Casestudy/Scenario3/index.htm');
g_navNode_5_3_2_1_0_3_1_3=g_navNode_5_3_2_1_0_3_1.addNode('100937','Scenario 4',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Self-assessmenttest/Casestudy/Scenario4/index.htm');
g_navNode_5_3_2_1_0_4=g_navNode_5_3_2_1_0.addNode('100895','Further information',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Furtherinformation/index.htm','OverrideTitle==SSRI learning module\x3a Further information');
g_navNode_5_3_2_1_0_5=g_navNode_5_3_2_1_0.addNode('100947','Glossary',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Medicineslearningmodules/Reducingmedicinerisk/SSRIlearningmodule/Glossary/index.htm','OverrideTitle==SSRI learning module\x3a Glossary');
g_navNode_6=g_navNode_Root.addNode('338','Stay connected',ssUrlPrefix + 'Stayconnected/index.htm','OverrideTitle==Stay connected with the MHRA','sectionID==online');
g_navNode_6_0=g_navNode_6.addNode('340','Email alerting service',ssUrlPrefix + 'Stayconnected/E-mailalertingservice/index.htm','sectionID==online');
g_navNode_6_1=g_navNode_6.addNode('100806','RSS Feeds',ssUrlPrefix + 'Stayconnected/RSSFeeds/index.htm','CustomResultCount==100','xmlQueryText==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Press Release\x60');
g_navNode_6_2=g_navNode_6.addNode('339','Twitter',ssUrlPrefix + 'Stayconnected/Twitter/index.htm','sectionID==online');
g_navNode_7=g_navNode_Root.addNode('362','Publications and consultations',ssUrlPrefix + 'Publications/index.htm','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60Publication\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60DrugAlert\x60 \x3cOR\x3e\x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29\x29 \x3cAND\x3e \x28\x28xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60\x3cAND\x3e \x3cNOT\x3e xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60\x29 \x3cOR\x3e\x28xSecondLevel \x3cmatches\x3e \x60UKPAR\x60 \x3cOR\x3exSecondLevel \x3cmatches\x3e \x60Herbal UKPAR\x60\x29\x29  ','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==publications');
g_navNode_7_0=g_navNode_7.addNode('363','Safety warnings',ssUrlPrefix + 'Publications/Safetywarnings/index.htm','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_0=g_navNode_7_0.addNode('364','Drug Alerts',ssUrlPrefix + 'Publications/Safetywarnings/DrugAlerts/index.htm','ASDDocType==DrugAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==DrugAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugAlert\x60','DynamicListTitle==Latest Drug Alerts','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_0_0=g_navNode_7_0_0.addNode('100707','Company-led recalls',ssUrlPrefix + 'Publications/Safetywarnings/DrugAlerts/Company-ledrecalls/index.htm','DynamicListQuery==xWebsiteSection \x3cmatches\x3e \x605\x3a100705\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60  ');
g_navNode_7_0_1=g_navNode_7_0.addNode('365','Medical Device Alerts',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/index.htm','ASDDocType==MedicalDeviceAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Medical Device Alert\x60','DynamicListTitle==Latest Medical Device Alerts','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_1_0=g_navNode_7_0_1.addNode('416','Advice notices',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Advicenotices/index.htm','ASDDocType==MedicalDeviceAlert','AliasTitle==Advice notices \x28devices\x29','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Advice Notices\x60','DynamicListTitle==Advice notices','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_1_1=g_navNode_7_0_1.addNode('573','Device alerts',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Devicealerts/index.htm','ASDDocType==MedicalDeviceAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Device Alerts\x60','DynamicListTitle==Device alerts','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_1_2=g_navNode_7_0_1.addNode('418','Hazard notices',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Hazardnotices/index.htm','ASDDocType==MedicalDeviceAlert','AliasTitle==Hazard notices \x28devices\x29','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e xDeviceAlertType \x3cmatches\x3e \x60Hazard Notices\x60','DynamicListTitle==Latest hazard notices','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_1_3=g_navNode_7_0_1.addNode('419','Pacemaker technical notes',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Pacemakertechnicalnotes/index.htm','HasArchiveSearchOption==FALSE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_0_1_4=g_navNode_7_0_1.addNode('420','Safety notices',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Safetynotices/index.htm','ASDDocType==MedicalDeviceAlert','AliasTitle==Safety notices \x28devices\x29','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==MedicalDeviceAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xDeviceAlertType \x3cmatches\x3e \x60Safety Notices\x60','DynamicListTitle==Latest safety notices','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1=g_navNode_7.addNode('366','Safety guidance',ssUrlPrefix + 'Publications/Safetyguidance/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60\x29','DynamicListTitle==Latest safety guidance publications','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_0=g_navNode_7_1.addNode('1100','Drug Safety Update',ssUrlPrefix + 'Publications/Safetyguidance/DrugSafetyUpdate/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60 \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60 \x3cOR\x3e  xFifthLevel \x3cmatches\x3e \x60PDF Version\x60','DynamicListTitle==Latest Drug Safety Updates','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_0_0=g_navNode_7_1_0.addNode('100396','NHS Evidence Accreditation',ssUrlPrefix + 'Publications/Safetyguidance/DrugSafetyUpdate/NHSEvidenceAccreditation/index.htm');
g_navNode_7_1_1=g_navNode_7_1.addNode('368','Current Problems in Pharmacovigilance',ssUrlPrefix + 'Publications/Safetyguidance/CurrentProblemsinPharmacovigilance/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Current Problems in Pharmacovigilance\x60','DynamicListTitle==Latest Current Problems in Pharmacovigilance','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_2=g_navNode_7_1.addNode('572','Device Bulletins',ssUrlPrefix + 'Publications/Safetyguidance/DeviceBulletins/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3csubstring\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Device Bulletin\x60','DynamicListTitle==Latest device bulletins','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_3=g_navNode_7_1.addNode('574','One Liners',ssUrlPrefix + 'Publications/Safetyguidance/OneLiners/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60One Liners\x60','DynamicListTitle==Latest One Liners','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_4=g_navNode_7_1.addNode('575','Other device safety guidance',ssUrlPrefix + 'Publications/Safetyguidance/Otherdevicesafetyguidance/index.htm','ASDDocType==Publication','AliasTitle==Device safety guidance, other ','AliasTitle1==Safety guidance on devices, other','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Other\x60','DynamicListTitle==Latest other device safety guidance','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_1_4_0=g_navNode_7_1_4.addNode('377','Devices evaluations',ssUrlPrefix + 'Publications/Safetyguidance/Otherdevicesafetyguidance/Devicesevaluations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE','secondaryUrlVariableField==region1');
g_navNode_7_2=g_navNode_7.addNode('369','Regulatory guidance',ssUrlPrefix + 'Publications/Regulatoryguidance/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60','DynamicListTitle==Latest Regulatory guidance','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_0=g_navNode_7_2.addNode('371','Medicines',ssUrlPrefix + 'Publications/Regulatoryguidance/Medicines/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest medicines regulatory guidance','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Medicines Regulatory Guidance','secondaryUrlVariableField==region1');
g_navNode_7_2_0_0=g_navNode_7_2_0.addNode('379','Newsletters',ssUrlPrefix + 'Publications/Regulatoryguidance/Medicines/Newsletters/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==\x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Newsletter\x60\x29','DynamicListTitle==Newsletters by date','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_0_0_0=g_navNode_7_2_0_0.addNode('380','MAIL',ssUrlPrefix + 'Publications/Regulatoryguidance/Medicines/Newsletters/MAIL/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==\x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Newsletter\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60MAIL\x60\x29','DynamicListTitle==Latest MAIL','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==MAIL\x3a The MHRA updating service for medicines','secondaryUrlVariableField==region1');
g_navNode_7_2_0_1=g_navNode_7_2_0.addNode('579','Guidance notes',ssUrlPrefix + 'Publications/Regulatoryguidance/Medicines/Guidancenotes/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60 \x3cAND\x3e xFourthLevel \x3cmatches\x3e \x60Guidance notes\x60','DynamicListTitle==Latest guidance notes','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Guidance notes for medicines','secondaryUrlVariableField==region1');
g_navNode_7_2_0_2=g_navNode_7_2_0.addNode('580','Other medicines regulatory guidance',ssUrlPrefix + 'Publications/Regulatoryguidance/Medicines/Othermedicinesregulatoryguidance/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60 \x3cAND\x3e xFourthLevel \x3cmatches\x3e \x60Other\x60','DynamicListTitle==Latest other medicines regulatory guidance','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_1=g_navNode_7_2.addNode('370','Devices',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60','DynamicListTitle==Latest devices regulatory guidance','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Devices regulatory guidance','secondaryUrlVariableField==region1');
g_navNode_7_2_1_0=g_navNode_7_2_1.addNode('576','Directives Bulletins',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/DirectivesBulletins/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Directives Bulletins\x60','DynamicListTitle==Latest directives bulletins','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_1_1=g_navNode_7_2_1.addNode('577','Guidance on the EC Medical Devices Directives',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/GuidanceontheECMedicalDevicesDirectives/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Guidance on the EC Medical Devices Directives\x60','DynamicListTitle==Latest guidance on EC Medical Devices Directives','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_1_2=g_navNode_7_2_1.addNode('100113','Vigilance guidance for specific devices',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/Vigilanceguidanceforspecificdevices/index.htm','ASDDocType==Publication','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3ccontains\x3e \x60Vigilance guidance\x60','DynamicListTitle==Latest vigilance guidance','secondaryUrlVariableField==region1');
g_navNode_7_2_1_3=g_navNode_7_2_1.addNode('578','Other devices regulatory guidance',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/Otherdevicesregulatoryguidance/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Regulatory Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Devices\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Other\x60','DynamicListTitle==Latest other devices regulatory guidance','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_2_1_3_0=g_navNode_7_2_1_3.addNode('701','Frequently asked questions',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/Otherdevicesregulatoryguidance/Frequentlyaskedquestions/index.htm','AliasTitle==Devices regulatory guidance\x3a Frequently asked questions','ExcludeFromAtoZ==FALSE','OverrideTitle==Frequently asked questions for other devices regulatory guidance');
g_navNode_7_3=g_navNode_7.addNode('372','Consultations',ssUrlPrefix + 'Publications/Consultations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60','DynamicListTitle==Latest consultations','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_3_0=g_navNode_7_3.addNode('1196','General consultations',ssUrlPrefix + 'Publications/Consultations/Generalconsultations/index.htm','AliasTitle==Consultations\x3a General','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60General consultations\x60','DynamicListTitle==Latest general consultations','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_3_1=g_navNode_7_3.addNode('1019','Medicines consultations',ssUrlPrefix + 'Publications/Consultations/Medicinesconsultations/index.htm','AliasTitle==Consultations\x3a Medicines','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Device consultation\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Other\x60\x29','DynamicListTitle==Latest medicines consultations','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_7_3_1_0=g_navNode_7_3_1.addNode('374','ARMs',ssUrlPrefix + 'Publications/Consultations/Medicinesconsultations/ARMs/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60ARM \x28Medicines\x29\x60','DynamicListTitle==Latest ARMs','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==ARMs\x3a Applications to reclassify medicines consultation letters','secondaryUrlVariableField==region1');
g_navNode_7_3_1_1=g_navNode_7_3_1.addNode('373','MLXs',ssUrlPrefix + 'Publications/Consultations/Medicinesconsultations/MLXs/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60MLX \x28Medicines\x29\x60','DynamicListTitle==Latest MLXs','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==MLXs\x3a Medicines consultation letters','secondaryUrlVariableField==region1');
g_navNode_7_3_1_2=g_navNode_7_3_1.addNode('987','Other medicines consultations',ssUrlPrefix + 'Publications/Consultations/Medicinesconsultations/Othermedicinesconsultations/index.htm','ASDDocType==Publication','AliasTitle==Medicines consultations, other','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Other\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON108854\x60\x29','DynamicListTitle==Latest consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_3_2=g_navNode_7_3.addNode('1018','Device consultations',ssUrlPrefix + 'Publications/Consultations/Deviceconsultations/index.htm','ASDDocType==Publication','AliasTitle==Consultations\x3a Devices','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Device consultation\x60','DynamicListTitle==Latest device consultations','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','TargetNodeId==1018','secondaryUrlVariableField==region1');
g_navNode_7_4=g_navNode_7.addNode('857','Public Assessment Reports',ssUrlPrefix + 'Publications/PublicAssessmentReports/index.htm','AliasTitle==PARs for medicines','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  \x28\x28xSecondLevel \x3cmatches\x3e \x60UKPAR\x60\x29 \x3cOR\x3e  \x28xSecondLevel \x3cmatches\x3e \x60Herbal UKPAR\x60\x29\x29','DynamicListTitle==Latest Public Assessment Reports','ExcludeFromAtoZ==FALSE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Public Assessment Reports for medicines');
g_navNode_7_4_0=g_navNode_7_4.addNode('1037','Public Assessment Reports for herbal medicines',ssUrlPrefix + 'Publications/PublicAssessmentReports/PublicAssessmentReportsforherbalmedicines/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Herbal UKPAR\x60','DynamicListTitle==Latest Public Assessment Reports for herbal medicines','ExcludeFromAtoZ==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_4_1=g_navNode_7_4.addNode('909','A-Z listing',ssUrlPrefix + 'Publications/PublicAssessmentReports/A-Zlisting/index.htm','ContentIndexQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  \x28\x28xSecondLevel \x3cmatches\x3e \x60UKPAR\x60\x29 \x3cOR\x3e  \x28xSecondLevel \x3cmatches\x3e \x60Herbal UKPAR\x60\x29\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Public Assessment Reports for medicines\x3a A-Z listing');
g_navNode_7_5=g_navNode_7.addNode('381','Corporate',ssUrlPrefix + 'Publications/Corporate/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Corporate\x60 ','DynamicListTitle==Latest Corporate Publications','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Corporate Publications','secondaryUrlVariableField==region1');
g_navNode_7_5_0=g_navNode_7_5.addNode('382','Annual Reports',ssUrlPrefix + 'Publications/Corporate/AnnualReports/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==xKeywords \x3csubstring\x3e \x60aaracts\x60','DynamicListTitle==Latest annual reports','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Annual Reports and Accounts','secondaryUrlVariableField==region1');
g_navNode_7_5_0_0=g_navNode_7_5_0.addNode('100805','Annual Report on Devices Adverse Incidents',ssUrlPrefix + 'Publications/Corporate/AnnualReports/AnnualReportsonDevicesAdverseIncidents/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60csdars\x60','HasSubsectionSearch==FALSE');
g_navNode_7_5_0_1=g_navNode_7_5_0.addNode('100802','Annual Report on the regulation of medicines advertising',ssUrlPrefix + 'Publications/Corporate/AnnualReports/annualreportontheregulationofmedicinesadvertising/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60rmaars\x60');
g_navNode_7_5_0_2=g_navNode_7_5_0.addNode('100788','Medicines Act 1968 Advisory Bodies Annual Report',ssUrlPrefix + 'Publications/Corporate/AnnualReports/MedicinesAct1968AdvisoryBodiesAnnualReports/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60medsactars\x60');
g_navNode_7_5_1=g_navNode_7_5.addNode('974','Business Plans',ssUrlPrefix + 'Publications/Corporate/BusinessPlans/index.htm','CheckinProfile==Publication','DynamicListQuery==xWebsiteSection \x3cmatches\x3e \x605\x3a974\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Corporate\x60','secondaryUrlVariableField==region1');
g_navNode_7_5_2=g_navNode_7_5.addNode('975','Corporate Plans',ssUrlPrefix + 'Publications/Corporate/CorporatePlans/index.htm','DynamicListQuery==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3csubstring\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3csubstring\x3e \x60Corporate\x60  \x3cAND\x3e  xThirdLevel \x3csubstring\x3e \x60Corporate Plan\x60  \x3cAND\x3e  xFourthLevel \x3csubstring\x3e \x60Corporate Plan\x60','secondaryUrlVariableField==region1');
g_navNode_7_5_5=g_navNode_7_5.addNode('384','Framework Document',ssUrlPrefix + 'Publications/Corporate/FrameworkDocument/index.htm','ASDDocType==Publication');
g_navNode_7_5_6=g_navNode_7_5.addNode('851','Communication',ssUrlPrefix + 'Publications/Corporate/Communication/index.htm','ASDDocType==Publication','AliasTitle==Communications strategy publications','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3csubstring\x3e \x60Corporate\x60  \x3cAND\x3e  xThirdLevel \x3csubstring\x3e \x60Other corporate publications\x60  \x3cAND\x3e  xFourthLevel \x3csubstring\x3e \x60Communications\x60','DynamicListTitle==Latest publications','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Communication publications');
g_navNode_7_5_7=g_navNode_7_5.addNode('1017','Research',ssUrlPrefix + 'Publications/Corporate/Research/index.htm','OverrideTitle==Research publications');
g_navNode_7_6=g_navNode_7.addNode('1097','Consumer',ssUrlPrefix + 'Publications/Consumer/index.htm','AliasTitle==Publications for consumers','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consumer\x60  \x3cAND\x3e  \x28xFourthLevel \x3cmatches\x3e \x60Consumer only\x60 \x3cOR\x3e xFourthLevel \x3cmatches\x3e \x60Consumer plus posters leaflets\x60\x29','OverrideTitle==Consumer publications','secondaryUrlVariableField==region1');
g_navNode_7_7=g_navNode_7.addNode('386','Posters and leaflets',ssUrlPrefix + 'Publications/Postersandleaflets/index.htm','ASDDocType==Publication','AliasTitle==Leaflets \x28MHRA\x29','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Posters and Leaflets\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60CON105954\x60','DynamicListTitle==Latest posters and leaflets','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_8=g_navNode_Root.addNode('387','Media Centre',ssUrlPrefix + 'NewsCentre/index.htm','ASDDocType==News','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60News\x60 \x3cAND\x3e \x3cNOT\x3e dDocName \x3cmatches\x3e \x60CON091135\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_8_0=g_navNode_8.addNode('388','What\u2019s new',ssUrlPrefix + 'NewsCentre/Whatsnew/index.htm','ASDDocType==News','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  \x28xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60CON091135\x60\x29  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xKeywords \x3csubstring\x3e \\x27exclwn\\x27\x29','DynamicListTitle==What\\x27s new','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_8_0_0=g_navNode_8_0.addNode('901','January',ssUrlPrefix + 'NewsCentre/Whatsnew/January/index.htm','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/01/2012\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/02/2012\x60','DynamicListTitle==New for January','OverrideTitle==What\\x27s new in January 2012');
g_navNode_8_0_1=g_navNode_8_0.addNode('898','December',ssUrlPrefix + 'NewsCentre/Whatsnew/December/index.htm','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/12/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/01/2012\x60','DynamicListTitle==New for December','OverrideTitle==What\\x27s new in December 2011','secondaryUrlVariableField==region1');
g_navNode_8_0_2=g_navNode_8_0.addNode('894','November',ssUrlPrefix + 'NewsCentre/Whatsnew/November/index.htm','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/11/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/12/2011\x60','DynamicListTitle==New for November','OverrideTitle==What\\x27s new in November 2011','secondaryUrlVariableField==region1');
g_navNode_8_0_3=g_navNode_8_0.addNode('865','October',ssUrlPrefix + 'NewsCentre/Whatsnew/October/index.htm','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29\x3cAND\x3e  xCreationDate \x3e\x3d \x6001/10/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/11/2011\x60','DynamicListTitle==New for October','OverrideTitle==What\\x27s new in October 2011');
g_navNode_8_0_4=g_navNode_8_0.addNode('688','September',ssUrlPrefix + 'NewsCentre/Whatsnew/September/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/09/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/010/2011\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for September','OverrideTitle==What\\x27s new in September 2011');
g_navNode_8_0_5=g_navNode_8_0.addNode('689','August',ssUrlPrefix + 'NewsCentre/Whatsnew/August/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/08/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/09/2011\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for August','OverrideTitle==What\\x27s new in August 2011');
g_navNode_8_0_6=g_navNode_8_0.addNode('690','July',ssUrlPrefix + 'NewsCentre/Whatsnew/July/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29  \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/07/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/08/2011\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for July','OverrideTitle==What\\x27s new in July 2011');
g_navNode_8_0_7=g_navNode_8_0.addNode('691','June',ssUrlPrefix + 'NewsCentre/Whatsnew/June/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/06/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/07/2011\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for June','OverrideTitle==What\\x27s new in June 2011');
g_navNode_8_0_8=g_navNode_8_0.addNode('692','May',ssUrlPrefix + 'NewsCentre/Whatsnew/May/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29  \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/05/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/06/2011\x60','DynamicListTitle==New for May','OverrideTitle==What\\x27s new in May 2011');
g_navNode_8_0_9=g_navNode_8_0.addNode('693','April',ssUrlPrefix + 'NewsCentre/Whatsnew/April/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/04/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/05/2011\x60','DynamicListTitle==New for April','OverrideTitle==What\\x27s new in April 2011');
g_navNode_8_0_10=g_navNode_8_0.addNode('694','March',ssUrlPrefix + 'NewsCentre/Whatsnew/March/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/03/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/04/2011\x60','DynamicListTitle==New for March','OverrideTitle==What\\x27s new in March 2011');
g_navNode_8_0_11=g_navNode_8_0.addNode('695','February',ssUrlPrefix + 'NewsCentre/Whatsnew/February/index.htm','ASDDocType==News','DynamicListQuery==\x28\x28dDocType \x3cmatches\x3e \x60AdvertisingComplaints\x60\x29  \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60CommitteeDocument\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60ConferenceInfo\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60DrugSafetyMessage\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Licensing\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60News\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60Publication\x60\x29 \x3cOR\x3e  \x28dDocType \x3cmatches\x3e \x60WebsiteResources\x60 \x3cAND\x3e \x28xSecondLevel \x3cmatches\x3e \x60Other\x60 \x3cOR\x3e xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29\x29\x29 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60\x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60Article data file\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xFifthLevel \x3cmatches\x3e \x60Editors Note\x60  \x3cAND\x3e  \x3cNOT\x3e xFifthLevel \x3cmatches\x3e \x60PDF version\x60\x29 \x3cAND\x3e  xCreationDate \x3e\x3d \x6001/02/2011\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/03/2011\x60','DynamicListTitle==New for February','OverrideTitle==What\\x27s new in February 2011');
g_navNode_8_1=g_navNode_8.addNode('389','Press releases',ssUrlPrefix + 'NewsCentre/Pressreleases/index.htm','ASDDocType==News','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==News','DynamicListQuery==dDocType \x3cmatches\x3e \x60News\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Press Release\x60','DynamicListTitle==Latest press releases','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_8_2=g_navNode_8.addNode('393','Photo and image library',ssUrlPrefix + 'NewsCentre/Photoandimagelibrary/index.htm','AliasTitle==Image library','AliasTitle1==Downloadable images','sectionID==news');
g_navNode_9=g_navNode_Root.addNode('394','Contact us',ssUrlPrefix + 'Contactus/index.htm','secondaryUrlVariableField==region1','sectionID==about');
g_navNode_9_0=g_navNode_9.addNode('100469','Central Enquiry Point',ssUrlPrefix + 'Contactus/CentralEnquiryPoint/index.htm');
g_navNode_9_1=g_navNode_9.addNode('545','Press enquiries',ssUrlPrefix + 'Contactus/Pressenquiries/index.htm','CheckinProfile==WebsiteResources','secondaryUrlVariableField==region1');
g_navNode_9_2=g_navNode_9.addNode('980','Regulatory Information Service \x28RIS\x29 for medicines',ssUrlPrefix + 'Contactus/RegulatoryInformationService\x28RIS\x29formedicines/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_9_3=g_navNode_9.addNode('1182','Pharmacovigilance Service Desk',ssUrlPrefix + 'Contactus/PharmacovigilanceServiceDesk/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_9_4=g_navNode_9.addNode('397','Specific enquiries by MHRA Division',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/index.htm','AliasTitle==Enquiries by MHRA Division','sectionID==about');
g_navNode_9_4_0=g_navNode_9_4.addNode('766','Communications',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Communications/index.htm','OverrideTitle==Communications enquiries');
g_navNode_9_4_1=g_navNode_9_4.addNode('768','Devices',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/DeviceTechnologyandSafety/index.htm','OverrideTitle==Devices enquiries');
g_navNode_9_4_3=g_navNode_9_4.addNode('772','Human Resources',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/HumanResources/index.htm','AliasTitle==HR enquiries','OverrideTitle==Human Resources enquiries');
g_navNode_9_4_4=g_navNode_9_4.addNode('773','Information Management',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/InformationManagement/index.htm','OverrideTitle==Information Management enquiries');
g_navNode_9_4_5=g_navNode_9_4.addNode('776','Inspection, Enforcement and Standards',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/InspectionandStandards/index.htm','AliasTitle==Enforcement enquiries','OverrideTitle==Inspection, Enforcement and Standards enquiries');
g_navNode_9_4_6=g_navNode_9_4.addNode('774','Licensing',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Licensing/index.htm','OverrideTitle==Licensing enquiries');
g_navNode_9_4_7=g_navNode_9_4.addNode('771','Operations and Finance',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/OperationsandFinance/index.htm','AliasTitle==Finance enquiries','OverrideTitle==Operations and Finance enquiries');
g_navNode_9_4_8=g_navNode_9_4.addNode('770','Policy',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Policy/index.htm','OverrideTitle==Policy enquiries');
g_navNode_9_4_9=g_navNode_9_4.addNode('775','Vigilance Risk Management of Medicines',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/VigilanceRiskManagementofMedicines/index.htm','AliasTitle==VRMM enquiries','OverrideTitle==Vigilance Risk Management of Medicines \x28VRMM\x29 enquiries');
g_navNode_9_5=g_navNode_9.addNode('562','Specific enquiries by subject',ssUrlPrefix + 'Contactus/Specificenquiriesbysubject/index.htm','AliasTitle==Enquiries by subject','AliasTitle1==Subject enquiries','secondaryUrlVariableField==region1');
g_navNode_9_6=g_navNode_9.addNode('547','Website enquiries and feedback',ssUrlPrefix + 'Contactus/Websiteenquiries/index.htm','CheckinProfile==WebsiteResources','secondaryUrlVariableField==region1');
g_navNode_9_6_0=g_navNode_9_6.addNode('552','Website general feedback form',ssUrlPrefix + 'Contactus/Websiteenquiries/Websitegeneralfeedbackform/index.htm','AliasTitle==General feedback form');
g_navNode_9_6_1=g_navNode_9_6.addNode('553','Website technical feedback form',ssUrlPrefix + 'Contactus/Websiteenquiries/Websitetechnicalfeedbackform/index.htm','AliasTitle==Technical feedback form \x28website\x29');
g_navNode_10=g_navNode_Root.addNode('401','Your views',ssUrlPrefix + 'Yourviews/index.htm','sectionID==views');
g_navNode_10_0=g_navNode_10.addNode('402','Consultations',ssUrlPrefix + 'Yourviews/Consultations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60','DynamicListTitle==Latest public consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','sectionID==views');
g_navNode_10_0_1=g_navNode_10_0.addNode('1197','General consultations',ssUrlPrefix + 'Yourviews/Consultations/Generalconsultations/index.htm','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60General consultations\x60','DynamicListTitle==Latest general consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_10_0_2=g_navNode_10_0.addNode('1021','Medicines consultations',ssUrlPrefix + 'Yourviews/Consultations/Medicinesconsultations/index.htm','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Device consultation\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xThirdLevel \x3cmatches\x3e \x60Other\x60\x29','DynamicListTitle==Medicines consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_10_0_2_0=g_navNode_10_0_2.addNode('549','ARMs',ssUrlPrefix + 'Yourviews/Consultations/Medicinesconsultations/ARMs/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60ARM \x28Medicines\x29\x60','DynamicListTitle==Latest ARMs','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==ARMs\x3a Applications to reclassify medicines consultation letters','secondaryUrlVariableField==region1');
g_navNode_10_0_2_1=g_navNode_10_0_2.addNode('548','MLXs',ssUrlPrefix + 'Yourviews/Consultations/Medicinesconsultations/MLXs/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60 \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60MLX \x28Medicines\x29\x60','DynamicListTitle==Latest MLXs','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_10_0_2_2=g_navNode_10_0_2.addNode('988','Other medicines consultations',ssUrlPrefix + 'Yourviews/Consultations/Medicinesconsultations/Othermedicinesconsultations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Other\x60','DynamicListTitle==Latest consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_10_0_2_2_0=g_navNode_10_0_2_2.addNode('100062','Discussions with stakeholders',ssUrlPrefix + 'Yourviews/Consultations/Medicinesconsultations/Othermedicinesconsultations/Discussionswithstakeholders/index.htm','ASDDocType==Publication','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Stakeholder discussions\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Stakeholder discussion\x60','DynamicListTitle==Latest stakeholder discussions','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_10_0_3=g_navNode_10_0.addNode('1022','Device consultations',ssUrlPrefix + 'Yourviews/Consultations/Deviceconsultations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Consultation\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Device consultation\x60','DynamicListTitle==Latest device consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_10_1=g_navNode_10.addNode('405','Feedback',ssUrlPrefix + 'Yourviews/Feedback/index.htm','sectionID==views');
g_navNode_10_2=g_navNode_10.addNode('406','How to make a complaint',ssUrlPrefix + 'Yourviews/Howtomakeacomplaint/index.htm','AliasTitle==Complaints about the MHRA','AliasTitle1==Complaints procedure','AliasTitle2==Complaints under the Freedom of Information Act \x28FOIA\x29 2000','sectionID==views');
g_navNode_10_2_0=g_navNode_10_2.addNode('560','MHRA complaint form',ssUrlPrefix + 'Yourviews/Howtomakeacomplaint/MHRAcomplaintform/index.htm','OverrideTitle==Complaint form');
g_navNode_11=g_navNode_Root.addNode('409','Related links',ssUrlPrefix + 'Relatedlinks/index.htm','CheckinProfile==RelatedLink','DynamicListQuery==dDocType \x3cmatches\x3e \x60RelatedLink\x60','DynamicListTitle==Related Links','ExcludeFromAtoZ==TRUE','secondaryUrlVariableField==region1');
g_navNode_12=g_navNode_Root.addNode('412','Crown Copyright',ssUrlPrefix + 'CrownCopyright/index.htm');
g_navNode_13=g_navNode_Root.addNode('413','Terms and conditions',ssUrlPrefix + 'Termsandconditions/index.htm');
g_navNode_15=g_navNode_Root.addNode('428','Search \x26 Help',ssUrlPrefix + 'SearchHelp/index.htm','OverrideTitle==Help with MHRA website');
g_navNode_15_1=g_navNode_15.addNode('410','Sitemap',ssUrlPrefix + 'SearchHelp/Sitemap/index.htm');
g_navNode_15_2=g_navNode_15.addNode('430','A - Z index',ssUrlPrefix + 'SearchHelp/A-Zindex/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_15_3=g_navNode_15.addNode('429','Search',ssUrlPrefix + 'SearchHelp/Search/index.htm','OverrideTitle==Advanced search');
g_navNode_15_3_1=g_navNode_15_3.addNode('434','Search tips',ssUrlPrefix + 'SearchHelp/Search/Searchtips/index.htm','OverrideTitle==Search tips for MHRA website','secondaryUrlVariableField==region1');
g_navNode_15_4=g_navNode_15.addNode('407','Frequently asked questions',ssUrlPrefix + 'SearchHelp/Frequentlyaskedquestions/index.htm','OverrideTitle==Frequently asked questions about the MHRA');
g_navNode_15_5=g_navNode_15.addNode('408','Glossary',ssUrlPrefix + 'SearchHelp/Glossary/index.htm','OverrideTitle==Glossary of MHRA terms','secondaryUrlVariableField==region1');
g_navNode_15_6=g_navNode_15.addNode('637','Links',ssUrlPrefix + 'SearchHelp/Links/index.htm','OverrideTitle==Links to related websites');
g_navNode_15_7=g_navNode_15.addNode('564','Access keys',ssUrlPrefix + 'SearchHelp/Accesskeys/index.htm');
g_navNode_23=g_navNode_Root.addNode('100140','Information for MHRA staff',ssUrlPrefix + 'InformationforMHRAstaff/index.htm');
g_navNode_24=g_navNode_Root.addNode('100318','Pharmaceutical industry',ssUrlPrefix + 'Pharmaceuticalindustry/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60pinaht\x60','OverrideTitle==Pharmaceutical industry\x3a A one-stop resource');
g_navNode_24_0=g_navNode_24.addNode('100319','News and hot topics',ssUrlPrefix + 'Pharmaceuticalindustry/Newsandhottopics/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60pinaht\x60','DynamicListTitle==Latest news','OverrideTitle==Pharmaceutical industry\x3a News and hot topics');
g_navNode_24_1=g_navNode_24.addNode('100321','Contacting the MHRA',ssUrlPrefix + 'Pharmaceuticalindustry/ContactingtheMHRA/index.htm','OverrideTitle==Pharmaceutical industry\x3a Contacting the MHRA');
g_navNode_24_2=g_navNode_24.addNode('100322','Fees',ssUrlPrefix + 'Pharmaceuticalindustry/Fees/index.htm','OverrideTitle==Pharmaceutical industry\x3a Fees');
g_navNode_24_3=g_navNode_24.addNode('100323','Legislation, guidance and policy',ssUrlPrefix + 'Pharmaceuticalindustry/LegislationGuidanceandPolicy/index.htm','OverrideTitle==Pharmaceutical industry\x3a Legislation, guidance and policy');
g_navNode_24_4=g_navNode_24.addNode('100324','Clinical trials',ssUrlPrefix + 'Pharmaceuticalindustry/Clinicaltrials/index.htm','OverrideTitle==Pharmaceutical industry\x3a Clinical trials');
g_navNode_24_5=g_navNode_24.addNode('100325','Applying for a marketing authorisation',ssUrlPrefix + 'Pharmaceuticalindustry/Marketingauthorisations/index.htm','OverrideTitle==Pharmaceutical industry\x3a Applying for a marketing authorisation');
g_navNode_24_6=g_navNode_24.addNode('100350','Post marketing authorisation approval',ssUrlPrefix + 'Pharmaceuticalindustry/Postmarketingauthorisationapproval/index.htm','OverrideTitle==Pharmaceutical industry\x3a Post marketing authorisation approval');
g_navNode_24_7=g_navNode_24.addNode('100349','Product information and advertising',ssUrlPrefix + 'Pharmaceuticalindustry/Productinformation/index.htm','OverrideTitle==Pharmaceutical industry\x3a Product information and advertising ');
g_navNode_24_8=g_navNode_24.addNode('100326','Herbal, homeopathic and borderline medicines',ssUrlPrefix + 'Pharmaceuticalindustry/HerbalandHomoeopathicMedicines/index.htm','OverrideTitle==Pharmaceutical industry\x3a Herbal, homeopathic and borderline medicines');
g_navNode_24_9=g_navNode_24.addNode('100327','Inspection',ssUrlPrefix + 'Pharmaceuticalindustry/Inspection/index.htm','OverrideTitle==Pharmaceutical industry\x3a Inspection');
g_navNode_24_10=g_navNode_24.addNode('100351','Manufacturing and wholesaling',ssUrlPrefix + 'Pharmaceuticalindustry/Manufacturingandwholesaling/index.htm','OverrideTitle==Pharmaceutical industry\x3a Manufacturing and wholesaling');
g_navNode_24_11=g_navNode_24.addNode('100328','Safety and pharmacovigilance',ssUrlPrefix + 'Pharmaceuticalindustry/SafetyandPharmacovigilance/index.htm','OverrideTitle==Pharmaceutical industry\x3a Safety and pharmacovigilance');
g_navNode_24_13=g_navNode_24.addNode('100360','Over-the-counter medicines',ssUrlPrefix + 'Pharmaceuticalindustry/Over-the-counterproducts/index.htm');
g_navNode_24_14=g_navNode_24.addNode('100370','Medicines for children',ssUrlPrefix + 'Pharmaceuticalindustry/Medicinesforchildren/index.htm');
g_navNode_25=g_navNode_Root.addNode('100409','Patients and public',ssUrlPrefix + 'Patientsandpublic/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60panaht\x60','OverrideTitle==Patients and public\x3a A one-stop resource');
g_navNode_25_0=g_navNode_25.addNode('100410','News and hot topics',ssUrlPrefix + 'Patientsandpublic/Newsandhottopics/index.htm','DynamicListQuery==xKeywords \x3csubstring\x3e \x60panaht\x60','OverrideTitle==Patients and public\x3a News and hot topics','secondaryUrlVariableField==region1');
g_navNode_25_1=g_navNode_25.addNode('100413','My medicine\x3a From laboratory to pharmacy shelf',ssUrlPrefix + 'Patientsandpublic/MymedicineFromlaboratorytopharmacyshelf/index.htm','OverrideTitle== Patients and public\x3a My medicine\x3a From laboratory to pharmacy shelf');
g_navNode_25_2=g_navNode_25.addNode('100412','Reporting safety problems',ssUrlPrefix + 'Patientsandpublic/Reportingsafetyproblems/index.htm','OverrideTitle==Patients and public\x3a Reporting safety problems');
g_navNode_25_3=g_navNode_25.addNode('100417','Buying medicines online and counterfeit medicines',ssUrlPrefix + 'Patientsandpublic/Buyingcounterfeitmedicinesandmedicinesonline/index.htm','OverrideTitle==Patients and public\x3a Buying medicines online and counterfeit medicines');
g_navNode_25_4=g_navNode_25.addNode('100452','Contacting the MHRA',ssUrlPrefix + 'Patientsandpublic/ContactingtheMHRA/index.htm','OverrideTitle==Patients and public\x3a Contacting the MHRA');
g_navNode_25_5=g_navNode_25.addNode('100415','Herbal and homeopathic medicines',ssUrlPrefix + 'Patientsandpublic/Herbalandhomeopathicmedicines/index.htm','OverrideTitle==Patients and public\x3a Herbal and homeopathic medicines');
g_navNode_25_6=g_navNode_25.addNode('100414','Medicines, devices and conditions',ssUrlPrefix + 'Patientsandpublic/Medicinesdevicesandconditions/index.htm','OverrideTitle==Patients and public\x3a Medicines, devices and conditions');
g_navNode_25_7=g_navNode_25.addNode('100416','Medicines and your family',ssUrlPrefix + 'Patientsandpublic/Medicinesforchildren/index.htm','OverrideTitle==Patients and public\x3a Medicines and your family');
g_navNode_28=g_navNode_Root.addNode('100030','Devices industry',ssUrlPrefix + 'Devicesindustry/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60dinaht\x60');
g_navNode_28_0=g_navNode_28.addNode('100032','News and hot topics',ssUrlPrefix + 'Devicesindustry/Newsandhottopics/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60RegulatoryNews\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Devices\x60 \x3cOR\x3e xKeywords \x3csubstring\x3e \x60dinaht\x60','DynamicListTitle==Latest news and hot topics');
g_navNode_28_1=g_navNode_28.addNode('100039','Contacting the MHRA',ssUrlPrefix + 'Devicesindustry/ContactingtheMHRA/index.htm');
g_navNode_28_2=g_navNode_28.addNode('100041','Guidance and policy',ssUrlPrefix + 'Devicesindustry/Guidanceandpolicy/index.htm');
g_navNode_28_3=g_navNode_28.addNode('100067','Compliance with devices regulations',ssUrlPrefix + 'Devicesindustry/Compliancewithdevicesregulations/index.htm');
g_navNode_28_4=g_navNode_28.addNode('100069','Legislation',ssUrlPrefix + 'Devicesindustry/Legislation/index.htm');
g_navNode_28_5=g_navNode_28.addNode('100073','Vigilance and adverse event reporting',ssUrlPrefix + 'Devicesindustry/Vigilanceandadverseeventreporting/index.htm');
g_navNode_28_6=g_navNode_28.addNode('100078','Surveillance and enforcement',ssUrlPrefix + 'Devicesindustry/Surveillanceandenforcement/index.htm');
g_navNode_29=g_navNode_Root.addNode('100361','DSU feed',ssUrlPrefix + 'DSUfeed/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==Publication','CustomResultCount==1000','DynamicListQuery==dDocType \x3cmatches\x3e \x60Publication\x60 \x3cAND\x3e xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Safety Guidance\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Medicines\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Drug Safety Update\x60 \x3cOR\x3e  xFifthLevel \x3cmatches\x3e \x60PDF Version\x60','DynamicListTitle==Latest Drug Safety Updates','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_30=g_navNode_Root.addNode('100277','IRISRegistrationForm',ssUrlPrefix + 'IRISRegistrationForm/index.htm');

