/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('5','MHRA',ssUrlPrefix + 'index.htm',null,'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 \x28dDocName \x3cmatches\x3e \x60CON057274\x60\x29 \x3cOR\x3e  \x28dDocName \x3cmatches\x3e \x60CON068464\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON063044\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON062569\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON057207\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON054707\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON065408\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON059933\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON060019\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON063045\x60\x29 \x3cOR\x3e \x28dDocName \x3cmatches\x3e \x60CON065605\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 \x60CON2024564\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON060006\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON062658\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON046458\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON062605\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON044027\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON068475\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON041266\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON062679\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON057324\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON038665\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON065695\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60CON057142\x60\x29 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a100140\x60 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a617\x60','DynamicListTitle==What\\x27s new','OverrideTitle==MHRA \u2013 Medicines and Healthcare products Regulatory Agency - Home page','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('20','About us',ssUrlPrefix + 'Aboutus/index.htm','ExcludeFromAtoZ==FALSE','sectionID==about');
g_navNode_0_0=g_navNode_0.addNode('21','Who we are',ssUrlPrefix + 'Aboutus/Whoweare/index.htm');
g_navNode_0_0_0=g_navNode_0_0.addNode('73','Our mission and values',ssUrlPrefix + 'Aboutus/Whoweare/Ourmissionandvalues/index.htm','AliasTitle==Mission and values','ExcludeFromAtoZ==TRUE');
g_navNode_0_0_1=g_navNode_0_0.addNode('74','Our aims and objectives',ssUrlPrefix + 'Aboutus/Whoweare/Ouraimsandobjectives/index.htm','AliasTitle==Aims and objectives of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_0_0_2=g_navNode_0_0.addNode('714','Our activities',ssUrlPrefix + 'Aboutus/Whoweare/Ouractivities/index.htm','AliasTitle==Activities of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_0_0_3=g_navNode_0_0.addNode('75','Our Ministers',ssUrlPrefix + 'Aboutus/Whoweare/OurMinisters/index.htm','AliasTitle==Ministers','ExcludeFromAtoZ==TRUE');
g_navNode_0_0_4=g_navNode_0_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_0_1=g_navNode_0.addNode('22','What we regulate',ssUrlPrefix + 'Aboutus/Whatweregulate/index.htm');
g_navNode_0_1_0=g_navNode_0_1.addNode('77','Medicines',ssUrlPrefix + 'Aboutus/Whatweregulate/Medicines/index.htm','OverrideTitle==What we regulate\x3a Medicines');
g_navNode_0_1_1=g_navNode_0_1.addNode('78','Devices',ssUrlPrefix + 'Aboutus/Whatweregulate/Devices/index.htm','OverrideTitle==What we regulate\x3a Devices');
g_navNode_0_1_2=g_navNode_0_1.addNode('79','Tissue engineering',ssUrlPrefix + 'Aboutus/Whatweregulate/Tissueengineering/index.htm','OverrideTitle==What we regulate\x3a Tissue Engineering');
g_navNode_0_1_4=g_navNode_0_1.addNode('81','Blood ',ssUrlPrefix + 'Aboutus/Whatweregulate/Blood/index.htm','OverrideTitle==What we regulate\x3a Blood');
g_navNode_0_2=g_navNode_0.addNode('23','Our structure',ssUrlPrefix + 'Aboutus/Ourstructure/index.htm','AliasTitle==Structure of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_0_2_0=g_navNode_0_2.addNode('82','Agency Board',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/index.htm','secondaryUrlVariableField==region1');
g_navNode_0_2_0_0=g_navNode_0_2_0.addNode('100114','Members',ssUrlPrefix + 'Aboutus/Ourstructure/AgencyBoard/AgencyBoardmembers/index.htm','CheckinProfile==WebsiteResources','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 \x60Member profiles\x60','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Asc','IsDateFieldHidden==TRUE','OverrideTitle==Agency Board members','secondaryUrlVariableField==region1');
g_navNode_0_2_0_1=g_navNode_0_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_0_2_1=g_navNode_0_2.addNode('83','Executive Board',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/index.htm');
g_navNode_0_2_1_0=g_navNode_0_2_1.addNode('100125','Members',ssUrlPrefix + 'Aboutus/Ourstructure/ExecutiveBoard/ExecutiveBoardmembers/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Board\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Executive Board\x60  \x3cAND\x3e  xFourthLevel \x3cmatches\x3e \x60Member profiles\x60','DynamicListSortBy==xCreationDate','DynamicListSortOrder==Asc','IsDateFieldHidden==TRUE','OverrideTitle==Executive Board members','secondaryUrlVariableField==region1');
g_navNode_0_2_1_1=g_navNode_0_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_0_2_2=g_navNode_0_2.addNode('84','Organisation chart',ssUrlPrefix + 'Aboutus/Ourstructure/Organisationchart/index.htm','AliasTitle==Organisation chart of the MHRA','ExcludeFromAtoZ==TRUE');
g_navNode_0_2_3=g_navNode_0_2.addNode('85','Our Divisions',ssUrlPrefix + 'Aboutus/Ourstructure/OurDivisions/index.htm','AliasTitle==Divisions of the MHRA','AliasTitle1==MHRA Divisions','ExcludeFromAtoZ==TRUE');
g_navNode_0_3=g_navNode_0.addNode('1085','Our communications strategy',ssUrlPrefix + 'Aboutus/Ourcommunicationsstrategy/index.htm','AliasTitle==Communications strategy','ExcludeFromAtoZ==TRUE','secondaryUrlVariableField==region1');
g_navNode_0_4=g_navNode_0.addNode('24','Freedom of information and data protection',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/index.htm');
g_navNode_0_4_0=g_navNode_0_4.addNode('86','Freedom of information',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/index.htm');
g_navNode_0_4_0_0=g_navNode_0_4_0.addNode('557','FOI request form',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/FOIrequestform/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_0_4_0_1=g_navNode_0_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==Recent disclosures under the FOI Act','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Information disclosures under the FOI Act','secondaryUrlVariableField==region1');
g_navNode_0_4_0_1_0=g_navNode_0_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_0_4_0_2=g_navNode_0_4_0.addNode('100117','Publication Scheme information guide',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/PublicationSchemeinformationguide/index.htm');
g_navNode_0_4_0_2_0=g_navNode_0_4_0_2.addNode('100118','Model Publication Scheme',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Freedomofinformation/PublicationSchemeinformationguide/ModelPublicationScheme/index.htm');
g_navNode_0_4_1=g_navNode_0_4.addNode('87','Data protection',ssUrlPrefix + 'Aboutus/Freedomofinformationanddataprotection/Dataprotection/index.htm');
g_navNode_0_5=g_navNode_0.addNode('956','Information Fair Trader Scheme \x28IFTS\x29',ssUrlPrefix + 'Aboutus/InformationFairTraderScheme\x28IFTS\x29/index.htm','AliasTitle==IFTS \x28Information Fair Trader Scheme\x29');
g_navNode_0_6=g_navNode_0.addNode('100035','Our bank account details',ssUrlPrefix + 'Aboutus/OurBankAccountdetails/index.htm','AliasTitle1==Payments to the MHRA','AliasTitle2==Bank account details','ExcludeFromAtoZ==FALSE','OverrideTitle==MHRA bank account details');
g_navNode_0_7=g_navNode_0.addNode('100016','Sustainable development',ssUrlPrefix + 'Aboutus/Sustainabledevelopment/index.htm','OverrideTitle==Sustainable development action plan for the Medicines and Healthcare products Regulatory Agency 2008-2009');
g_navNode_0_8=g_navNode_0.addNode('100273','MHRA Targeted Research Programme',ssUrlPrefix + 'Aboutus/TargetedResearchProgramme/index.htm');
g_navNode_0_8_0=g_navNode_0_8.addNode('100305','About the Targeted Research Programme',ssUrlPrefix + 'Aboutus/TargetedResearchProgramme/AbouttheTargetedResearchProgramme/index.htm');
g_navNode_0_8_1=g_navNode_0_8.addNode('100276','How to apply',ssUrlPrefix + 'Aboutus/TargetedResearchProgramme/Howtoapply/index.htm','OverrideTitle==MHRA Targeted Research Programme\x3a How to apply');
g_navNode_0_8_2=g_navNode_0_8.addNode('100304','Questions and answers',ssUrlPrefix + 'Aboutus/TargetedResearchProgramme/Questionsandanswers/index.htm','OverrideTitle==MHRA Targeted Research Programme\x3a Questions and answers');
g_navNode_0_9=g_navNode_0.addNode('25','Working for us',ssUrlPrefix + 'Aboutus/Workingforus/index.htm','ASDDocType==JobVacancy');
g_navNode_0_9_0=g_navNode_0_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==Job vacancies','secondaryUrlVariableField==region1');
g_navNode_0_9_0_0=g_navNode_0_9_0.addNode('556','Job application form',ssUrlPrefix + 'Aboutus/Workingforus/Currentjobvacancies/Jobapplicationform/index.htm','AliasTitle==Application form for MHRA vacancies');
g_navNode_0_9_1=g_navNode_0_9.addNode('100063','The benefits',ssUrlPrefix + 'Aboutus/Workingforus/Thebenefits/index.htm','AliasTitle==Benefits of working for the MHRA','ExcludeFromAtoZ==TRUE','OverrideTitle==Working for us\x3a The benefits');
g_navNode_0_9_2=g_navNode_0_9.addNode('100064','Work-life balance',ssUrlPrefix + 'Aboutus/Workingforus/Worklifebalance/index.htm','ExcludeFromAtoZ==FALSE','OverrideTitle==Working for us\x3a Work-life balance');
g_navNode_0_9_3=g_navNode_0_9.addNode('100065','Learning and development',ssUrlPrefix + 'Aboutus/Workingforus/Learningdevelopment/index.htm','AliasTitle==Learning and development at the MHRA','ExcludeFromAtoZ==TRUE','OverrideTitle==Working for us\x3a Learning and development');
g_navNode_0_9_4=g_navNode_0_9.addNode('100066','Team building and social events',ssUrlPrefix + 'Aboutus/Workingforus/Teambuildingandsocialevents/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Working for us\x3a Team building and social events');
g_navNode_0_9_5=g_navNode_0_9.addNode('100068','Office locations and the local area',ssUrlPrefix + 'Aboutus/Workingforus/Officelocationsandthelocalarea/index.htm','AliasTitle==Locations of MHRA offices','AliasTitle1==Office locations','ExcludeFromAtoZ==TRUE','OverrideTitle==Working for us\x3a Office locations and the local area');
g_navNode_0_9_7=g_navNode_0_9.addNode('989','Staff profiles',ssUrlPrefix + 'Aboutus/Workingforus/Staffprofiles/index.htm','AliasTitle==Staff profiles','OverrideTitle==Working for us\x3a Staff profiles');
g_navNode_0_9_8=g_navNode_0_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_0_10=g_navNode_0.addNode('100183','Make a payment to the MHRA',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/index.htm');
g_navNode_0_10_0=g_navNode_0_10.addNode('100184','Terms and conditions',ssUrlPrefix + 'Aboutus/MakeapaymenttotheMHRA/Termsandconditions/index.htm');
g_navNode_1=g_navNode_Root.addNode('26','How we regulate',ssUrlPrefix + 'Howweregulate/index.htm','AliasTitle==Regulation','ExcludeFromAtoZ==TRUE','sectionID==regulation');
g_navNode_1_0=g_navNode_1.addNode('27','Medicines',ssUrlPrefix + 'Howweregulate/Medicines/index.htm','AliasTitle==Medicines regulation','AliasTitle1==Regulation of medicines','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate medicines');
g_navNode_1_0_0=g_navNode_1_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  xSecondLevel \x3cmatches\x3e \x60Medicines\x60','DynamicListTitle==Latest medicines regulatory news','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_1_0_2=g_navNode_1_0.addNode('1024','Review of EU medicines legislation \x28\'\'2001 Review\'\'\x29',ssUrlPrefix + 'Howweregulate/Medicines/ReviewofEUmedicineslegislation\x282001Review\x29/index.htm');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('1101','Sunset Clause',ssUrlPrefix + 'Howweregulate/Medicines/ReviewofEUmedicineslegislation\x282001Review\x29/SunsetClause/index.htm');
g_navNode_1_0_3=g_navNode_1_0.addNode('100033','Review of unlicensed medicines',ssUrlPrefix + 'Howweregulate/Medicines/Reviewofunlicensedmedicines/index.htm','AliasTitle==Unlicensed medicines\x3a Review of ');
g_navNode_1_0_4=g_navNode_1_0.addNode('90','Does my product need a licence?',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/index.htm');
g_navNode_1_0_4_0=g_navNode_1_0_4.addNode('91','Borderline products',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/index.htm');
g_navNode_1_0_4_0_0=g_navNode_1_0_4_0.addNode('100012','Advisory Committee on Borderline Substances',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/AdvisoryCommitteeonBorderlineSubstances/index.htm');
g_navNode_1_0_4_0_0_0=g_navNode_1_0_4_0_0.addNode('100344','Advisory Committee on Borderline Substances Certificate Request Form',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/AdvisoryCommitteeonBorderlineSubstances/AdvisoryCommitteeonBorderlineSubstancesCertificateRequestForm/index.htm');
g_navNode_1_0_4_0_1=g_navNode_1_0_4_0.addNode('588','Final Determinations',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/FinalDeterminations/index.htm');
g_navNode_1_0_4_0_2=g_navNode_1_0_4_0.addNode('611','Medicines Borderline Advice Form',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/BorderlineAdviceForm/index.htm','AliasTitle==Borderline Advice Form');
g_navNode_1_0_4_0_3=g_navNode_1_0_4_0.addNode('100147','Medical devices and medicinal products borderline',ssUrlPrefix + 'Howweregulate/Medicines/Doesmyproductneedalicence/Borderlineproducts/Medicaldevicesandmedicinalproductsborderline/index.htm');
g_navNode_1_0_4_1=g_navNode_1_0_4.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_1_0_6=g_navNode_1_0.addNode('94','Herbal medicines',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/index.htm','OverrideTitle==Herbal medicines regulation and safety');
g_navNode_1_0_6_0=g_navNode_1_0_6.addNode('658','Placing a herbal medicine on the UK market',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/index.htm','AliasTitle==Herbal medicines\x3a Placing on the UK market');
g_navNode_1_0_6_0_0=g_navNode_1_0_6_0.addNode('95','Traditional Herbal Medicines Registration Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/index.htm');
g_navNode_1_0_6_0_0_0=g_navNode_1_0_6_0_0.addNode('591','Scope',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Scope/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Scope');
g_navNode_1_0_6_0_0_1=g_navNode_1_0_6_0_0.addNode('593','Product registration scheme',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Productregistrationscheme/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Product registration scheme');
g_navNode_1_0_6_0_0_2=g_navNode_1_0_6_0_0.addNode('594','How to comply',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtocomply/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a How to comply');
g_navNode_1_0_6_0_0_3=g_navNode_1_0_6_0_0.addNode('595','Key requirements',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Keyrequirements/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Key requirements');
g_navNode_1_0_6_0_0_4=g_navNode_1_0_6_0_0.addNode('100248','Traditional Herbal Registration certification mark',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/TraditionalHerbalRegistrationcertificationmark/index.htm');
g_navNode_1_0_6_0_0_5=g_navNode_1_0_6_0_0.addNode('596','How to obtain a manufacturer\'s licence',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainamanufacturerslicence/index.htm','AliasTitle==Herbal medicines\x3a Obtaining a manufacturer\\x27s licence','AliasTitle1==Manufacturer\\x27s license for Herbal Medicines','DynamicListSortBy==Traditional Herbal Medicines Registration Scheme\x3a How to obtain a manufacturer\\x27s licence','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_6_0_0_5_0=g_navNode_1_0_6_0_0_5.addNode('674','Qualified persons',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainamanufacturerslicence/Qualifiedpersons/index.htm');
g_navNode_1_0_6_0_0_6=g_navNode_1_0_6_0_0.addNode('597','How to obtain a wholesale dealer\'s licence  ',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainawholesaledealerslicence/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a How to obtain a wholesale dealer\\x27s licence');
g_navNode_1_0_6_0_0_6_0=g_navNode_1_0_6_0_0_6.addNode('675','Responsible persons',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainawholesaledealerslicence/Responsiblepersons/index.htm');
g_navNode_1_0_6_0_0_7=g_navNode_1_0_6_0_0.addNode('598','How to obtain a manufacturer\'\'s import licence',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainamanufacturersimportlicence/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a How to obtain a manufacturer\\x27s import licence \x28MIA\x29');
g_navNode_1_0_6_0_0_7_0=g_navNode_1_0_6_0_0_7.addNode('676','Qualified persons',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Howtoobtainamanufacturersimportlicence/Qualifiedpersons/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_6_0_0_8=g_navNode_1_0_6_0_0.addNode('677','Product Information',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/ProductInformation/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Product Information');
g_navNode_1_0_6_0_0_9=g_navNode_1_0_6_0_0.addNode('678','Pharmacovigilance',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Pharmacovigilance');
g_navNode_1_0_6_0_0_9_0=g_navNode_1_0_6_0_0_9.addNode('680','Qualified persons',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Qualifiedpersons/index.htm','OverrideTitle==Qualified persons for pharmacovigilance');
g_navNode_1_0_6_0_0_9_1=g_navNode_1_0_6_0_0_9.addNode('681','Definition of adverse reaction',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Definitionofadversereaction/index.htm');
g_navNode_1_0_6_0_0_9_2=g_navNode_1_0_6_0_0_9.addNode('682','Reporting requirements',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Reportingrequirements/index.htm');
g_navNode_1_0_6_0_0_9_3=g_navNode_1_0_6_0_0_9.addNode('683','What should be included in a report',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Whatshouldbeincludedinareport/index.htm');
g_navNode_1_0_6_0_0_9_4=g_navNode_1_0_6_0_0_9.addNode('684','Causality',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Causality/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_6_0_0_9_5=g_navNode_1_0_6_0_0_9.addNode('685','Follow up of adverse reactions',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Followupofadversereactions/index.htm');
g_navNode_1_0_6_0_0_9_6=g_navNode_1_0_6_0_0_9.addNode('686','Periodic Safety Update Reports',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Periodicsafetyupdatereports/index.htm','AliasTitle==Periodic Safety Update Reports\x3a Herbal medicines','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_6_0_0_9_6_0=g_navNode_1_0_6_0_0_9_6.addNode('100014','Reporting cycle',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Periodicsafetyupdatereports/Reportingcycle/index.htm','OverrideTitle==Reporting cycle for PSURs of registered products');
g_navNode_1_0_6_0_0_9_6_1=g_navNode_1_0_6_0_0_9_6.addNode('687','Model for a Periodic Safety Update Report',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Pharmacovigilance/Periodicsafetyupdatereports/ModelforaPeriodicSafetyUpdateReport/index.htm');
g_navNode_1_0_6_0_0_10=g_navNode_1_0_6_0_0.addNode('607','Background and policy',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Backgroundandpolicy/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Background and policy');
g_navNode_1_0_6_0_0_11=g_navNode_1_0_6_0_0.addNode('601','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Frequentlyaskedquestions/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Frequently asked questions');
g_navNode_1_0_6_0_0_12=g_navNode_1_0_6_0_0.addNode('602','Guidance notes',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Guidancenotes/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Guidance notes');
g_navNode_1_0_6_0_0_13=g_navNode_1_0_6_0_0.addNode('604','Forms and procedures',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Formsandprocedures/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Forms and procedures');
g_navNode_1_0_6_0_0_14=g_navNode_1_0_6_0_0.addNode('605','Glossary',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Glossary/index.htm','CheckinProfile==WebsiteResources','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Glossary','secondaryUrlVariableField==region1');
g_navNode_1_0_6_0_0_15=g_navNode_1_0_6_0_0.addNode('606','Further advice',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/TraditionalHerbalMedicinesRegistrationScheme/Furtheradvice/index.htm','OverrideTitle==Traditional Herbal Medicines Registration Scheme\x3a Further advice');
g_navNode_1_0_6_0_1=g_navNode_1_0_6_0.addNode('100138','Transfer of herbal marketing authorisations to traditional herbal registration status',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/Transferofherbalmarketingauthorisationstotraditionalherbalregistrationstatus/index.htm','AliasTitle==Traditional herbal registration status\x3a Review and transfer of certain herbal product licences \x28marketing authorisation\x29','AliasTitle1==Transfer of herbal marketing authorisations to traditional herbal registration status','ExcludeFromAtoZ==TRUE','OverrideTitle==The review and transfer of certain herbal product licences \x28marketing authorisation\x29 to traditional herbal registration status');
g_navNode_1_0_6_0_2=g_navNode_1_0_6_0.addNode('659','Unlicensed herbal remedies\x3a individual patients',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/Unlicensedherbalremediesindividualpatients/index.htm','AliasTitle==Herbal medicines\x3a Unlicensed herbal remedies prepared to meet the needs of individual patients','OverrideTitle==Unlicensed herbal remedies made up to meet the need of individual patients\x3a Section 12\x281\x29 of the Medicines Act 1968');
g_navNode_1_0_6_0_3=g_navNode_1_0_6_0.addNode('660','Unlicensed herbal remedies\x3a finished, manufactured and over-the-counter products',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/PlacingaherbalmedicineontheUKmarket/Unlicensedherbalremediesfinishedmanufacturedandover-the-counterproducts/index.htm','OverrideTitle==Unlicensed herbal remedies\x3a finished, manufactured and over-the-counter products');
g_navNode_1_0_6_1=g_navNode_1_0_6.addNode('1141','Herbal safety advice',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/index.htm');
g_navNode_1_0_6_1_0=g_navNode_1_0_6_1.addNode('661','Advice to consumers',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Advicetoconsumers/index.htm','OverrideTitle==Advice to consumers\x3a Safe use of herbal medicines');
g_navNode_1_0_6_1_1=g_navNode_1_0_6_1.addNode('1142','Advice to consumers - The Traditional Herbal Medicines Registration Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Advicetoconsumers-TheTraditionalHerbalMedicinesRegistrationScheme/index.htm');
g_navNode_1_0_6_1_2=g_navNode_1_0_6_1.addNode('665','Side effects and interaction with other medicines',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Sideeffectsandinteractionwithothermedicines/index.htm');
g_navNode_1_0_6_1_3=g_navNode_1_0_6_1.addNode('1143','Herbal information sheets',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Herbalinformationsheets/index.htm','AliasTitle==Herbal information sheets','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Herbal information sheet\x60','DynamicListTitle==The information sheets','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Information sheets on safe use of herbs','secondaryUrlVariableField==region1');
g_navNode_1_0_6_1_4=g_navNode_1_0_6_1.addNode('669','Advice to health professionals',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Advicetohealthprofessionals/index.htm','OverrideTitle==Herbal Safety News\x3a Advice to health professionals in \\x27Current Problems in Pharmacovigilance\\x27');
g_navNode_1_0_6_1_5=g_navNode_1_0_6_1.addNode('662','Traditional Chinese medicines',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/TraditionalChinesemedicines/index.htm');
g_navNode_1_0_6_1_5_0=g_navNode_1_0_6_1_5.addNode('589','Questions and answers',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/TraditionalChinesemedicines/Questionsandanswers/index.htm','AliasTitle==Traditional Chinese medicines\x3a Questions and answers','ExcludeFromAtoZ==TRUE','OverrideTitle==Questions and answers for Traditional Chinese medicines');
g_navNode_1_0_6_1_6=g_navNode_1_0_6_1.addNode('666','\'Herbal remedies\' containing heavy metals',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Herbalremediescontainingheavymetals/index.htm');
g_navNode_1_0_6_1_7=g_navNode_1_0_6_1.addNode('667','Mistaken identity of herbal ingredients',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Mistakenidentityofherbalingredients/index.htm');
g_navNode_1_0_6_1_8=g_navNode_1_0_6_1.addNode('668','Safety issues associated with poor quality',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Herbalsafetyadvice/Safetyissuesassociatedwithpoorquality/index.htm','AliasTitle==Herbal medicines\x3a Safety issues associated with poor quality','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_6_2=g_navNode_1_0_6.addNode('1167','Prohibited or restricted herbal ingredients',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Prohibitedorrestrictedherbalingredients/index.htm');
g_navNode_1_0_6_3=g_navNode_1_0_6.addNode('1166','Reporting problems with herbal medicines',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/Reportingproblemswithherbalmedicines/index.htm');
g_navNode_1_0_6_4=g_navNode_1_0_6.addNode('96','Herbal Safety News',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/HerbalSafetyNews/index.htm');
g_navNode_1_0_6_4_0=g_navNode_1_0_6_4.addNode('663','Current safety issues',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/HerbalSafetyNews/Currentsafetyissues/index.htm','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60663\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60663\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Herbal Safety News\x3a Current safety issues','secondaryUrlVariableField==region1');
g_navNode_1_0_6_4_1=g_navNode_1_0_6_4.addNode('664','Further safety issues',ssUrlPrefix + 'Howweregulate/Medicines/Herbalmedicines/HerbalSafetyNews/Furthersafetyissues/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60664\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60664\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','OverrideTitle==Herbal Safety News\x3a Further safety issues','secondaryUrlVariableField==region1');
g_navNode_1_0_7=g_navNode_1_0.addNode('98','Homoeopathic medicines',ssUrlPrefix + 'Howweregulate/Medicines/Homoeopathicmedicines/index.htm');
g_navNode_1_0_8=g_navNode_1_0.addNode('99','Licensing of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/index.htm');
g_navNode_1_0_8_0=g_navNode_1_0_8.addNode('101','Clinical trials',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/index.htm','OverrideTitle==Clinical trials for medicinal products');
g_navNode_1_0_8_0_0=g_navNode_1_0_8_0.addNode('100009','Is a clinical trial authorisation required?',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Isaclinicaltrialauthorisationrequired/index.htm','OverrideTitle==Clinical trial authorisations\x3a Is a clinical trial authorisation required?');
g_navNode_1_0_8_0_1=g_navNode_1_0_8_0.addNode('723','Applying to conduct a clinical trial - Initial application',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingtoconductaclinicaltrial-Initialapplication/index.htm','OverrideTitle==Clinical trial authorisations\x3a Applying for authorisation to conduct a clinical trial - Initial application');
g_navNode_1_0_8_0_1_0=g_navNode_1_0_8_0_1.addNode('1180','Timescales and outcomes - Initial applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Applyingtoconductaclinicaltrial-Initialapplication/Timescalesandoutcomes-Initialapplications/index.htm','OverrideTitle==Clinical trial authorisations\x3a Timescales and outcomes - Initial applications');
g_navNode_1_0_8_0_2=g_navNode_1_0_8_0.addNode('983','Maintaining a clinical trial authorisation \x28CTA\x29 - Amendments and trial conclusion',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Maintainingaclinicaltrialauthorisation\x28CTA\x29-Amendmentsandtrialconclusion/index.htm','OverrideTitle==Clinical trial authorisations\x3a Maintaining a clinical trial authorisation - Amendments and trial conclusion');
g_navNode_1_0_8_0_2_0=g_navNode_1_0_8_0_2.addNode('1179','Timescales and outcomes - Amendments',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Maintainingaclinicaltrialauthorisation\x28CTA\x29-Amendmentsandtrialconclusion/Timescalesandoutcomes-Amendments/index.htm','OverrideTitle==Clinical trial authorisations\x3a Timescales and outcomes - Amendments');
g_navNode_1_0_8_0_3=g_navNode_1_0_8_0.addNode('1123','Making clinical trial submissions to the MHRA',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/MakingclinicaltrialsubmissionstotheMHRA/index.htm','OverrideTitle==Clinical trial authorisations\x3a Making clinical trial submissions to the MHRA');
g_navNode_1_0_8_0_4=g_navNode_1_0_8_0.addNode('1124','Fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Fees/index.htm','AliasTitle==Clinical trials fees','OverrideTitle==Fees for clinical trials');
g_navNode_1_0_8_0_5=g_navNode_1_0_8_0.addNode('1125','Forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Forms/index.htm','AliasTitle==Clinical trials forms','OverrideTitle==Forms for clinical trials');
g_navNode_1_0_8_0_6=g_navNode_1_0_8_0.addNode('993','Safety reporting - SUSARS and ASRs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Safetyreporting-SUSARSandASRs/index.htm','OverrideTitle==Clinical trial authorisations\x3a Safety reporting - SUSARS and ASRs');
g_navNode_1_0_8_0_7=g_navNode_1_0_8_0.addNode('986','Current issues',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Currentissues/index.htm','OverrideTitle==Clinical trials for medicines\x3a Current issues');
g_navNode_1_0_8_0_8=g_navNode_1_0_8_0.addNode('724','Trials approved before 1 May 2004',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Trialsapprovedbefore1May2004/index.htm','OverrideTitle==Clinical trials\x3a Arrangements for trials which had an exemption or certificate on 1 May 2004');
g_navNode_1_0_8_0_9=g_navNode_1_0_8_0.addNode('995','Questions and answers',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Questionsandanswers/index.htm','OverrideTitle==Clinical trials\x3a Frequently asked questions');
g_navNode_1_0_8_0_10=g_navNode_1_0_8_0.addNode('726','Mock applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Mockapplications/index.htm','OverrideTitle==Clinical trials\x3a Mock applications');
g_navNode_1_0_8_0_11=g_navNode_1_0_8_0.addNode('1177','Additional information for applicants',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Additionalinformationforapplicants/index.htm','OverrideTitle==Clinical trial authorisations\x3a Additional information for applicants');
g_navNode_1_0_8_0_12=g_navNode_1_0_8_0.addNode('1184','Implementation of the Clinical Trials Directive in the UK',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/ImplementationoftheClinicalTrialsDirectiveintheUK/index.htm','AliasTitle==Clinical Trials Directive - Implementation in the UK','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_8_0_13=g_navNode_1_0_8_0.addNode('1178','Legislation and guidance documents',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/Legislationandguidancedocuments/index.htm','OverrideTitle==Clinical trial authorisations\x3a Legislation and guidance documents');
g_navNode_1_0_8_0_14=g_navNode_1_0_8_0.addNode('100353','UK clinical trial authorisation assessment performance',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Clinicaltrials/UKclinicaltrialauthorisationassessmentperformance/index.htm');
g_navNode_1_0_8_1=g_navNode_1_0_8.addNode('102','Marketing authorisations',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/index.htm');
g_navNode_1_0_8_1_0=g_navNode_1_0_8_1.addNode('806','New active substances',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Newactivesubstances/index.htm');
g_navNode_1_0_8_1_1=g_navNode_1_0_8_1.addNode('807','Abridged products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Abridgedproducts/index.htm');
g_navNode_1_0_8_1_2=g_navNode_1_0_8_1.addNode('808','Biological and biotechnology products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Biologicalandbiotechnologyproducts/index.htm','AliasTitle==Biotechnology products');
g_navNode_1_0_8_1_3=g_navNode_1_0_8_1.addNode('103','Renewal of licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Renewaloflicences/index.htm');
g_navNode_1_0_8_1_4=g_navNode_1_0_8_1.addNode('104','Variations to licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/index.htm');
g_navNode_1_0_8_1_4_0=g_navNode_1_0_8_1_4.addNode('100314','FAQs for variations submitted after 1 January 2010',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/index.htm');
g_navNode_1_0_8_1_4_0_0=g_navNode_1_0_8_1_4_0.addNode('100315','Administrative changes',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Administrativechanges/index.htm');
g_navNode_1_0_8_1_4_0_1=g_navNode_1_0_8_1_4_0.addNode('100316','Quality changes',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Qualitychanges/index.htm');
g_navNode_1_0_8_1_4_0_2=g_navNode_1_0_8_1_4_0.addNode('100317',' Safety, efficacy, pharmacovigilance changes',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/FAQsforvariationssubmittedafter1January2010/Safetyefficacypharmacovigilancechanges/index.htm');
g_navNode_1_0_8_1_4_1=g_navNode_1_0_8_1_4.addNode('700','FAQs for variations submitted before 1 January 2010',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Frequentlyaskedquestions/index.htm','AliasTitle==Variations to licences - Frequently asked questions','OverrideTitle==FAQs for variations submitted before 1 January 2010');
g_navNode_1_0_8_1_4_1_0=g_navNode_1_0_8_1_4_1.addNode('1032','General queries',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Frequentlyaskedquestions/Generalqueries/index.htm');
g_navNode_1_0_8_1_4_1_1=g_navNode_1_0_8_1_4_1.addNode('1033','Type I notifications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Frequentlyaskedquestions/TypeInotifications/index.htm');
g_navNode_1_0_8_1_4_1_2=g_navNode_1_0_8_1_4_1.addNode('1034','Type II variations',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Frequentlyaskedquestions/TypeIInotifications/index.htm');
g_navNode_1_0_8_1_4_1_3=g_navNode_1_0_8_1_4_1.addNode('1035','Extension applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/Frequentlyaskedquestions/Extensionapplications/index.htm');
g_navNode_1_0_8_1_4_2=g_navNode_1_0_8_1_4.addNode('727','Quality audit of Type IA notifications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Variationstolicences/QualityauditofTypeIAnotifications/index.htm','OverrideTitle==Quality audit of Type IA notifications\x3a Implementation in the UK');
g_navNode_1_0_8_1_5=g_navNode_1_0_8_1.addNode('100027','Change of ownership applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Marketingauthorisations/Changeofownershipapplications/index.htm');
g_navNode_1_0_8_2=g_navNode_1_0_8.addNode('105','Parallel import licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Parallelimportlicences/index.htm');
g_navNode_1_0_8_3=g_navNode_1_0_8.addNode('106','Manufacturer\u2019s and Wholesale Dealer\u2019s licences',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/ManufacturersandWholesaleDealerslicences/index.htm','AliasTitle==Wholesale Dealer\u2019s licences','AliasTitle1==Importing of licensed medicines');
g_navNode_1_0_8_3_0=g_navNode_1_0_8_3.addNode('977','Changes from August 2006',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/ManufacturersandWholesaleDealerslicences/ChangesfromAugust2006/index.htm','AliasTitle==Wholesale Dealer\\x27s licences\x3a Changes from August 2006','OverrideTitle==Manufacturer\\x27s and Wholesale Dealer\\x27s licences\x3a Changes from August 2006');
g_navNode_1_0_8_4=g_navNode_1_0_8.addNode('107','Legal status and reclassification',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/index.htm','AliasTitle==Reclassification of medicines');
g_navNode_1_0_8_4_0=g_navNode_1_0_8_4.addNode('728','Lists of substances',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/Listsofsubstances/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60728\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60728\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','DynamicListSortBy==dDocTitle','DynamicListSortOrder==Asc','DynamicListTitle==Lists of substances','secondaryUrlVariableField==region1');
g_navNode_1_0_8_4_1=g_navNode_1_0_8_4.addNode('729','Recent reclassifications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Legalstatusandreclassification/Recentreclassifications/index.htm','secondaryUrlVariableField==region1');
g_navNode_1_0_8_5=g_navNode_1_0_8.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_1_0_8_5_0=g_navNode_1_0_8_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_1_0_8_6=g_navNode_1_0_8.addNode('100148','Licensing time-based performance measures',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Licensingtime-basedperformancemeasures/index.htm');
g_navNode_1_0_8_7=g_navNode_1_0_8.addNode('108','Information for licence holders',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/index.htm');
g_navNode_1_0_8_7_0=g_navNode_1_0_8_7.addNode('110','Fees for medicines, blood establishments and blood banks',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/index.htm');
g_navNode_1_0_8_7_0_0=g_navNode_1_0_8_7_0.addNode('100013','Fees for appeals to Persons Appointed \x28PA\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Appealtopersonsappointed/index.htm');
g_navNode_1_0_8_7_0_1=g_navNode_1_0_8_7_0.addNode('1057','Drug - device combination products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Drug-devicecombinationproducts/index.htm','AliasTitle==Drug-device combination products - Fees','OverrideTitle==Fees for drug - device combination products');
g_navNode_1_0_8_7_0_2=g_navNode_1_0_8_7_0.addNode('1058','Scientific advice meetings',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Scientificadvicemeetings/index.htm','OverrideTitle==Fees for scientific advice meetings');
g_navNode_1_0_8_7_0_3=g_navNode_1_0_8_7_0.addNode('1062','Licence renewal applications, reclassifications and assessments of labels and leaflets',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Licencerenewalapplicationsreclassificationsandassessmentsoflabelsandleaflets/index.htm','OverrideTitle==Fees for licence renewals, reclassifications and assessment of labels and leaflets');
g_navNode_1_0_8_7_0_4=g_navNode_1_0_8_7_0.addNode('1065','Licence variations applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Licencevariationsapplications/index.htm','OverrideTitle==Fees for licence variations applications');
g_navNode_1_0_8_7_0_5=g_navNode_1_0_8_7_0.addNode('1066','Inspection fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Inspectionfees/index.htm','OverrideTitle==Fees for inspection');
g_navNode_1_0_8_7_0_6=g_navNode_1_0_8_7_0.addNode('1068','Fees for Traditional Herbal Medicinal Products \x28THMP\x29',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/OtherfeesforTraditionalHerbalMedicinalProducts\x28THMP\x29/index.htm','OverrideTitle==Fees for Traditional Herbal Medicinal Products \x28THMP\x29');
g_navNode_1_0_8_7_0_7=g_navNode_1_0_8_7_0.addNode('1072','Homoeopathic National Rules Scheme',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/HomoeopathicNationalRulesScheme/index.htm','OverrideTitle==Fees for Homoeopathic National Rules Scheme');
g_navNode_1_0_8_7_0_8=g_navNode_1_0_8_7_0.addNode('1069','Periodic fees',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Periodicfees/index.htm');
g_navNode_1_0_8_7_0_9=g_navNode_1_0_8_7_0.addNode('1070','Fees for safety and quality vetting of unlicensed imported medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Feesforsafetyandqualityvettingofunlicensedimportedmedicines/index.htm','OverrideTitle==Fees for safety and quality vetting of unlicensed imported medicines');
g_navNode_1_0_8_7_0_10=g_navNode_1_0_8_7_0.addNode('1071','Fees for blood banks and other blood establishments',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Feesforbloodbanksandotherbloodestablishments/index.htm','OverrideTitle==Fees for blood banks and other blood establishments');
g_navNode_1_0_8_7_0_11=g_navNode_1_0_8_7_0.addNode('1103','Bank account details',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Bankaccountdetails/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Bank account details');
g_navNode_1_0_8_7_0_12=g_navNode_1_0_8_7_0.addNode('953','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Feesformedicinesbloodestablishmentsandbloodbanks/Frequentlyaskedquestions/index.htm','OverrideTitle==Fees\x3a Frequently asked questions');
g_navNode_1_0_8_7_1=g_navNode_1_0_8_7.addNode('109','Licence application forms',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Licenceapplicationforms/index.htm','AliasTitle==Application forms for medicines licences','secondaryUrlVariableField==region1');
g_navNode_1_0_8_7_2=g_navNode_1_0_8_7.addNode('1096','Fast tracking of marketing authorisation applications',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Fasttrackingofmarketingauthorisationapplications/index.htm');
g_navNode_1_0_8_7_3=g_navNode_1_0_8_7.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_1_0_8_7_4=g_navNode_1_0_8_7.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_1_0_8_7_5=g_navNode_1_0_8_7.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_1_0_8_7_6=g_navNode_1_0_8_7.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_1_0_8_7_8=g_navNode_1_0_8_7.addNode('116','Guidance',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/index.htm','OverrideTitle==Guidance for licence applicants');
g_navNode_1_0_8_7_8_0=g_navNode_1_0_8_7_8.addNode('117','Naming policy',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/Namingpolicy/index.htm');
g_navNode_1_0_8_7_8_0_0=g_navNode_1_0_8_7_8_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_1_0_8_7_8_1=g_navNode_1_0_8_7_8.addNode('779','Labelling\x3a Vitamin C',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/LabellingVitaminC/index.htm','AliasTitle==Vitamin C\x3a labelling ');
g_navNode_1_0_8_7_8_2=g_navNode_1_0_8_7_8.addNode('118','Child resistant packaging',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/Childresistantpackaging/index.htm');
g_navNode_1_0_8_7_8_3=g_navNode_1_0_8_7_8.addNode('119','Overdose sections of SPCs',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/index.htm');
g_navNode_1_0_8_7_8_3_0=g_navNode_1_0_8_7_8_3.addNode('780','\'Generic\' overdose sections',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/index.htm');
g_navNode_1_0_8_7_8_3_0_0=g_navNode_1_0_8_7_8_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_1_0_8_7_8_3_0_1=g_navNode_1_0_8_7_8_3_0.addNode('782','Amitriptyline',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Amitriptyline/index.htm','OverrideTitle==Amitriptyline overdose');
g_navNode_1_0_8_7_8_3_0_2=g_navNode_1_0_8_7_8_3_0.addNode('783','Citalopram',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Citalopram/index.htm','OverrideTitle==Citalopram overdose');
g_navNode_1_0_8_7_8_3_0_3=g_navNode_1_0_8_7_8_3_0.addNode('784','Codeine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Codeine/index.htm','OverrideTitle==Codeine overdose');
g_navNode_1_0_8_7_8_3_0_4=g_navNode_1_0_8_7_8_3_0.addNode('785','Co-proxamol',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Co-proxamol/index.htm','OverrideTitle==Co-proxamol overdose');
g_navNode_1_0_8_7_8_3_0_5=g_navNode_1_0_8_7_8_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_1_0_8_7_8_3_0_6=g_navNode_1_0_8_7_8_3_0.addNode('787','Fluoxetine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Fluoxetine/index.htm','OverrideTitle==Fluoxetine overdose');
g_navNode_1_0_8_7_8_3_0_7=g_navNode_1_0_8_7_8_3_0.addNode('788','Ibuprofen',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Ibuprofen/index.htm','OverrideTitle==Ibuprofen overdose');
g_navNode_1_0_8_7_8_3_0_8=g_navNode_1_0_8_7_8_3_0.addNode('789','Lithium',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Lithium/index.htm','OverrideTitle==Lithium overdose');
g_navNode_1_0_8_7_8_3_0_9=g_navNode_1_0_8_7_8_3_0.addNode('790','Paracetamol',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Paracetamol/index.htm','OverrideTitle==Paracetamol overdose');
g_navNode_1_0_8_7_8_3_0_10=g_navNode_1_0_8_7_8_3_0.addNode('791','Paroxetine',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Paroxetine/index.htm','OverrideTitle==Paroxetine overdose');
g_navNode_1_0_8_7_8_3_0_11=g_navNode_1_0_8_7_8_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_1_0_8_7_8_3_0_12=g_navNode_1_0_8_7_8_3_0.addNode('793','Zopiclone',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Guidance/OverdosesectionsofSPCs/Genericoverdosesections/Zopiclone/index.htm','OverrideTitle==Zopiclone overdose');
g_navNode_1_0_8_7_8_4=g_navNode_1_0_8_7_8.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_1_0_8_7_9=g_navNode_1_0_8_7.addNode('120','Other useful services and information',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/index.htm');
g_navNode_1_0_8_7_9_0=g_navNode_1_0_8_7_9.addNode('979','Regulatory Information Service \x28RIS\x29 for medicines',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/RegulatoryInformationService\x28RIS\x29formedicines/index.htm');
g_navNode_1_0_8_7_9_1=g_navNode_1_0_8_7_9.addNode('1181','Pharmacovigilance Service Desk',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/PharmacovigilanceServiceDesk/index.htm');
g_navNode_1_0_8_7_9_2=g_navNode_1_0_8_7_9.addNode('121','Scientific advice for licence applicants',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Scientificadviceforlicenceapplicants/index.htm');
g_navNode_1_0_8_7_9_2_0=g_navNode_1_0_8_7_9_2.addNode('617','Request for scientific advice form',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Scientificadviceforlicenceapplicants/Requestforscientificadviceform/index.htm','AliasTitle==Scientific advice request form');
g_navNode_1_0_8_7_9_3=g_navNode_1_0_8_7_9.addNode('123','Lists of approved products',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Listsofapprovedproducts/index.htm');
g_navNode_1_0_8_7_9_3_0=g_navNode_1_0_8_7_9_3.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_1_0_8_7_9_3_1=g_navNode_1_0_8_7_9_3.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_1_0_8_7_9_4=g_navNode_1_0_8_7_9.addNode('1028','Licensing time-based performance measures',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/Licensingtime-basedperformancemeasures/index.htm','secondaryUrlVariableField==region1');
g_navNode_1_0_8_7_9_5=g_navNode_1_0_8_7_9.addNode('100003','RamaXL',ssUrlPrefix + 'Howweregulate/Medicines/Licensingofmedicines/Informationforlicenceapplicants/Otherusefulservicesandinformation/RamaXL/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_8_7_9_6=g_navNode_1_0_8_7_9.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_1_0_9=g_navNode_1_0.addNode('132','Medicines for children',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/index.htm','AliasTitle==Children\x3a Medicines for ','AliasTitle1==Paediatric medicines');
g_navNode_1_0_9_0=g_navNode_1_0_9.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_1_0_9_1=g_navNode_1_0_9.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_1_0_9_2=g_navNode_1_0_9.addNode('100108','Guidance on requirements for \'compliance checks\' during validation',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/Guidanceonrequirementsfor\'compliancechecks\'duringvalidation/index.htm');
g_navNode_1_0_9_3=g_navNode_1_0_9.addNode('100107','MHRA exercise to update SmPCs following EU paediatric work-sharing procedures',ssUrlPrefix + 'Howweregulate/Medicines/Medicinesforchildren/Whatsnew/index.htm');
g_navNode_1_0_10=g_navNode_1_0.addNode('133','Naming of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Namingofmedicines/index.htm');
g_navNode_1_0_10_0=g_navNode_1_0_10.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_1_0_10_0_0=g_navNode_1_0_10_0.addNode('610','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Namingofmedicines/ChangestomedicinesnamesBANstorINNs/Frequentlyaskedquestions/index.htm','OverrideTitle==BANs to rINNs\x3a Frequently asked questions');
g_navNode_1_0_11=g_navNode_1_0.addNode('134','Inspection and standards',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/index.htm');
g_navNode_1_0_11_0=g_navNode_1_0_11.addNode('613','Good Manufacturing Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/index.htm');
g_navNode_1_0_11_0_1=g_navNode_1_0_11_0.addNode('100076','News',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/News/index.htm','OverrideTitle==Good Manufacturing Practice\x3a News','secondaryUrlVariableField==region1');
g_navNode_1_0_11_0_2=g_navNode_1_0_11_0.addNode('100078','About us',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Aboutus/index.htm','OverrideTitle==Good Manufacturing Practice\x3a About us');
g_navNode_1_0_11_0_2_0=g_navNode_1_0_11_0_2.addNode('100087','Our work',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Aboutus/Ourwork/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Our work');
g_navNode_1_0_11_0_2_1=g_navNode_1_0_11_0_2.addNode('100089','External liaison',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Aboutus/Externalliaison/index.htm','OverrideTitle==Good Manufacturing Practice\x3a External liaison');
g_navNode_1_0_11_0_2_2=g_navNode_1_0_11_0_2.addNode('100091','Consultative Committee',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Aboutus/ConsultativeCommittee/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Consultative Committee');
g_navNode_1_0_11_0_2_3=g_navNode_1_0_11_0_2.addNode('100090','History',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Aboutus/History/index.htm','OverrideTitle==Good Manufacturing Practice\x3a History');
g_navNode_1_0_11_0_3=g_navNode_1_0_11_0.addNode('100077','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Frequently asked questions');
g_navNode_1_0_11_0_3_0=g_navNode_1_0_11_0_3.addNode('100092','Common deficiencies',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/FAQ/Commondeficiencies/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Common deficiencies');
g_navNode_1_0_11_0_4=g_navNode_1_0_11_0.addNode('100079','Guidance and legislation',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Guidance and legislation');
g_navNode_1_0_11_0_4_0=g_navNode_1_0_11_0_4.addNode('100083','Qualified Persons \x28QPs\x29',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/QualifiedPersonsQPs/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Qualified Persons \x28QPs\x29');
g_navNode_1_0_11_0_4_1=g_navNode_1_0_11_0_4.addNode('100085','Active Pharmaceutical Ingredients \x28API\x29',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/ActivePharmaceuticalIngredientsAPI/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Active Pharmaceutical Ingredients \x28API\x29');
g_navNode_1_0_11_0_4_2=g_navNode_1_0_11_0_4.addNode('100105','Excipients and starting materials',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/Excipientsandstartingmaterials/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Excipients and starting materials');
g_navNode_1_0_11_0_4_3=g_navNode_1_0_11_0_4.addNode('100086','Contract Quality Control \x28QC\x29 laboratories',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Guidanceandlegislation/ContractQualityControl\x28QC\x29laboratories/index.htm','OverrideTitle==Good Manufacturing Practice\x3a Contract Quality Control \x28QC\x29 laboratories');
g_navNode_1_0_11_0_5=g_navNode_1_0_11_0.addNode('100084','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Risk-basedinspections/index.htm','AliasTitle==Risk-based inspections - Good Manufacturing Practice','OverrideTitle==Good Manufacturing Practice\x3a Risk-based inspections');
g_navNode_1_0_11_0_5_0=g_navNode_1_0_11_0_5.addNode('100174','Questions and answers',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Risk-basedinspections/Questionsandanswers/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_1_0_11_0_6=g_navNode_1_0_11_0.addNode('100080','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodManufacturingPractice/Theinspectionprocess/index.htm','OverrideTitle==Good Manufacturing Practice\x3a The inspection process');
g_navNode_1_0_11_1=g_navNode_1_0_11.addNode('100070','Good Distribution Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/index.htm');
g_navNode_1_0_11_1_0=g_navNode_1_0_11_1.addNode('100041','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Risk-basedinspections/index.htm');
g_navNode_1_0_11_1_2=g_navNode_1_0_11_1.addNode('100071','News',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/News/index.htm','OverrideTitle==Good Distribution Practice\x3a News','secondaryUrlVariableField==region1');
g_navNode_1_0_11_1_3=g_navNode_1_0_11_1.addNode('100073','About us',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Aboutus/index.htm','OverrideTitle==Good Distribution Practice\x3a About us');
g_navNode_1_0_11_1_3_0=g_navNode_1_0_11_1_3.addNode('100094','Our work',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Aboutus/Ourwork/index.htm','OverrideTitle==Good Distribution Practice\x3a Our work');
g_navNode_1_0_11_1_3_1=g_navNode_1_0_11_1_3.addNode('100096','External liaison',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Aboutus/Externalliaison/index.htm','OverrideTitle==Good Distribution Practice\x3a External liaison');
g_navNode_1_0_11_1_3_2=g_navNode_1_0_11_1_3.addNode('100097','History',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Aboutus/History/index.htm','OverrideTitle==Good Distribution Practice\x3a History');
g_navNode_1_0_11_1_4=g_navNode_1_0_11_1.addNode('100072','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/FAQ/index.htm','OverrideTitle==Good Distribution Practice\x3a Frequently asked questions');
g_navNode_1_0_11_1_5=g_navNode_1_0_11_1.addNode('100074','Guidance and legislation',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Guidanceandlegislation/index.htm','OverrideTitle==Good Distribution Practice\x3a Guidance and legislation');
g_navNode_1_0_11_1_5_0=g_navNode_1_0_11_1_5.addNode('100098','Responsible Person \x28RP\x29',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Guidanceandlegislation/ResponsiblePersonRP/index.htm','OverrideTitle==Good Distribution Practice\x3a Responsible Person \x28RP\x29');
g_navNode_1_0_11_1_5_1=g_navNode_1_0_11_1_5.addNode('100099','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Guidanceandlegislation/Risk-basedinspections/index.htm','OverrideTitle==Good Distribution Practice\x3a Risk-based inspections');
g_navNode_1_0_11_1_6=g_navNode_1_0_11_1.addNode('100075','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodDistributionPractice/Theinspectionprocess/index.htm','OverrideTitle==Good Distribution Practice\x3a The inspection process');
g_navNode_1_0_11_2=g_navNode_1_0_11.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');
g_navNode_1_0_11_2_0=g_navNode_1_0_11_2.addNode('981','News',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/News/index.htm','OverrideTitle==Good Clinical Practice\x3a News');
g_navNode_1_0_11_2_1=g_navNode_1_0_11_2.addNode('100116','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Frequentlyaskedquestions/index.htm','OverrideTitle==Good Clinical Practice\x3a Frequently asked questions');
g_navNode_1_0_11_2_2=g_navNode_1_0_11_2.addNode('100168','Risk based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Riskbasedinspections/index.htm','OverrideTitle==Good Clinical Practice\x3a Risk based inspections');
g_navNode_1_0_11_2_3=g_navNode_1_0_11_2.addNode('100347','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPractice/Theinspectionprocess/index.htm');
g_navNode_1_0_11_3=g_navNode_1_0_11.addNode('100129','Good Clinical Practice for Clinical Laboratories',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodClinicalPracticeforClinicalLaboratories/index.htm');
g_navNode_1_0_11_4=g_navNode_1_0_11.addNode('614','Good Laboratory Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/index.htm');
g_navNode_1_0_11_4_0=g_navNode_1_0_11_4.addNode('100015','What\'s new',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Whatsnew/index.htm','AliasTitle==Good Laboratory Practice\x3a What\\x27s new','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_11_4_1=g_navNode_1_0_11_4.addNode('1110','Structure',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Structure/index.htm','OverrideTitle==Good Laboratory Practice\x3a Structure');
g_navNode_1_0_11_4_2=g_navNode_1_0_11_4.addNode('1111','Committees and meetings',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Committeesandmeetings/index.htm','OverrideTitle==Good Laboratory Practice\x3a Committees and meetings');
g_navNode_1_0_11_4_3=g_navNode_1_0_11_4.addNode('1112','Guidance',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Guidance/index.htm','OverrideTitle==Good Laboratory Practice\x3a Guidance on claiming compliance with the principles');
g_navNode_1_0_11_4_4=g_navNode_1_0_11_4.addNode('1113','Publications and application form',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Publicationsandapplicationform/index.htm','OverrideTitle==Good Laboratory Practice\x3a Publications and application form');
g_navNode_1_0_11_4_5=g_navNode_1_0_11_4.addNode('1114','Common deficiencies',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Commondeficiencies/index.htm','OverrideTitle==Good Laboratory Practice\x3a Common deficiencies');
g_navNode_1_0_11_4_6=g_navNode_1_0_11_4.addNode('1115','Fees',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Fees/index.htm','OverrideTitle==Good Laboratory Practice\x3a Fees');
g_navNode_1_0_11_4_7=g_navNode_1_0_11_4.addNode('1116','Events',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Events/index.htm','OverrideTitle==Good Laboratory Practice\x3a Events');
g_navNode_1_0_11_4_8=g_navNode_1_0_11_4.addNode('1117','Contacts and links',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Contactsandlinks/index.htm','OverrideTitle==Good Laboratory Practice\x3a Contacts and links');
g_navNode_1_0_11_4_9=g_navNode_1_0_11_4.addNode('100141','Risk-based inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodLaboratoryPractice/Riskbasedinspections/index.htm','AliasTitle==Risk based inspection\x3a Good Laboratory Practice','OverrideTitle==Good Laboratory Practice\x3a Risk-based inspections');
g_navNode_1_0_11_5=g_navNode_1_0_11.addNode('826','Good Pharmacovigilance Practice',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/index.htm');
g_navNode_1_0_11_5_0=g_navNode_1_0_11_5.addNode('964','News',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/News/index.htm','OverrideTitle==Good Pharmacovigilance Practice\x3a News');
g_navNode_1_0_11_5_1=g_navNode_1_0_11_5.addNode('827','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Frequentlyaskedquestions/index.htm','OverrideTitle==Frequently asked questions for Good Pharmacovigilance Practice');
g_navNode_1_0_11_5_2=g_navNode_1_0_11_5.addNode('1086','Good Pharmacovigilance Practice Consultative Committee',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/GoodPharmacovigilancePracticeConsultativeCommittee/index.htm');
g_navNode_1_0_11_5_4=g_navNode_1_0_11_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_1_0_11_5_5=g_navNode_1_0_11_5.addNode('100088','The inspection process',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/GoodPharmacovigilancePractice/Theinspectionprocess/index.htm');
g_navNode_1_0_11_6=g_navNode_1_0_11.addNode('100246','Risk-based inspection programme for good practice inspections',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Risk-basedInspectionProgrammeforgoodpracticeinspections/index.htm');
g_navNode_1_0_11_8=g_navNode_1_0_11.addNode('141','British Pharmacopoeia',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/BritishPharmacopoeia/index.htm');
g_navNode_1_0_11_9=g_navNode_1_0_11.addNode('142','Medicines testing',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Medicinestesting/index.htm','AliasTitle==Testing of medicines');
g_navNode_1_0_11_9_0=g_navNode_1_0_11_9.addNode('844','MHRA laboratory',ssUrlPrefix + 'Howweregulate/Medicines/Inspectionandstandards/Medicinestesting/MHRAlaboratory/index.htm','AliasTitle==Laboratory\x3a MHRA','ExcludeFromAtoZ==TRUE','OverrideTitle==Laboratory');
g_navNode_1_0_12=g_navNode_1_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_1_0_12_0=g_navNode_1_0_12.addNode('145','Availability of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Availabilityofmedicines/index.htm');
g_navNode_1_0_12_1=g_navNode_1_0_12.addNode('146','Exemptions from Medicines Act restrictions',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/index.htm','AliasTitle==Medicines Act restrictions\x3a Exemptions from');
g_navNode_1_0_12_1_0=g_navNode_1_0_12_1.addNode('147','Patient Group Directions in the private sector',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/PatientGroupDirectionsintheprivatesector/index.htm');
g_navNode_1_0_12_1_1=g_navNode_1_0_12_1.addNode('148','Patient Group Directions in the NHS',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/PatientGroupDirectionsintheNHS/index.htm');
g_navNode_1_0_12_1_2=g_navNode_1_0_12_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_1_0_12_1_3=g_navNode_1_0_12_1.addNode('150','Paramedics',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Paramedics/index.htm','AliasTitle==Paramedics\x3a exemptions from Medicines Act Restrictions','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_12_1_4=g_navNode_1_0_12_1.addNode('151','Chiropodists',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Chiropodists/index.htm','AliasTitle==Chiropodists\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_12_1_5=g_navNode_1_0_12_1.addNode('152','Optometrists\x3a exemptions from Medicines Act restrictions',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Optometrists/index.htm','AliasTitle==Optometrists\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_12_1_6=g_navNode_1_0_12_1.addNode('153','Midwives',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Midwives/index.htm','AliasTitle==Midwives\x3a exemptions from Medicines Act restrictions','ExcludeFromAtoZ==TRUE');
g_navNode_1_0_12_1_7=g_navNode_1_0_12_1.addNode('154','Supplementary prescribing',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/ExemptionsfromMedicinesActrestrictions/Supplementaryprescribing/index.htm');
g_navNode_1_0_12_2=g_navNode_1_0_12.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_1_0_12_2_0=g_navNode_1_0_12_2.addNode('156','Botox, Vistabel, Dysport and other injectable medicines 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','OverrideTitle==Supply and administration of Botox, Vistabel, Dysport and other injectable medicines in cosmetic procedures');
g_navNode_1_0_12_2_1=g_navNode_1_0_12_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_1_0_12_2_2=g_navNode_1_0_12_2.addNode('158','Vending machines',ssUrlPrefix + 'Howweregulate/Medicines/Availabilityprescribingsellingandsupplyingofmedicines/Frequentlyraisedissues/Vendingmachines/index.htm');
g_navNode_1_0_12_2_3=g_navNode_1_0_12_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_1_0_12_2_4=g_navNode_1_0_12_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_1_0_12_2_5=g_navNode_1_0_12_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_1_0_13=g_navNode_1_0.addNode('160','Importing and exporting medicines',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/index.htm');
g_navNode_1_0_13_0=g_navNode_1_0_13.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_1_0_13_1=g_navNode_1_0_13.addNode('162','Exporting medicines',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/Exportingmedicines/index.htm','AliasTitle==Export certificate application forms');
g_navNode_1_0_13_2=g_navNode_1_0_13.addNode('163','TSE Regulations',ssUrlPrefix + 'Howweregulate/Medicines/Importingandexportingmedicines/TSERegulations/index.htm','AliasTitle==Transmissible Spongiform Encephalopathies\x3a Regulations');
g_navNode_1_0_14=g_navNode_1_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_1_0_14_0=g_navNode_1_0_14.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_1_0_14_1=g_navNode_1_0_14.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_1_0_14_2=g_navNode_1_0_14.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_1_0_14_3=g_navNode_1_0_14.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_1_0_14_4=g_navNode_1_0_14.addNode('1092','User testing of patient information leaflets',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Usertestingofpatientinformationleaflets/index.htm','AliasTitle==Patient information leaflets\x3a User testing');
g_navNode_1_0_14_5=g_navNode_1_0_14.addNode('1170','Patient information leaflet \x28PIL\x29 of the month',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/Patientinformationleaflet\x28PIL\x29ofthemonth/index.htm');
g_navNode_1_0_14_6=g_navNode_1_0_14.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_1_0_14_7=g_navNode_1_0_14.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_1_0_14_8=g_navNode_1_0_14.addNode('100301','Patient Information Quality Unit performance figures',ssUrlPrefix + 'Howweregulate/Medicines/Labelspatientinformationleafletsandpackaging/MHRAperformancefigures/index.htm','OverrideTitle==Patient Information Quality Unit \x28PIQU\x29 performance figures');
g_navNode_1_0_15=g_navNode_1_0.addNode('165','Advertising of medicines',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/index.htm','ASDDocType==AdvertisingComplaints');
g_navNode_1_0_15_0=g_navNode_1_0_15.addNode('948','The legislative framework',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/Thelegislativeframework/index.htm','OverrideTitle==Advertising of medicines\x3a The legislative framework');
g_navNode_1_0_15_1=g_navNode_1_0_15.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_1_0_15_1_0=g_navNode_1_0_15_1.addNode('618','Advertising complaint form',ssUrlPrefix + 'Howweregulate/Medicines/Advertisingofmedicines/Advertisinginvestigations/Advertisingcomplaintform/index.htm');
g_navNode_1_0_16=g_navNode_1_0.addNode('167','Enforcing the law',ssUrlPrefix + 'Howweregulate/Medicines/Enforcingthelaw/index.htm','AliasTitle==Enforcement \x26 Intelligence Group \x28E\x26I\x29');
g_navNode_1_0_16_0=g_navNode_1_0_16.addNode('169','Our prosecutions',ssUrlPrefix + 'Howweregulate/Medicines/Enforcingthelaw/Ourprosecutions/index.htm','CheckinProfile==WebsiteResources','OverrideTitle==Prosecutions \x28medicines\x29','secondaryUrlVariableField==region1');
g_navNode_1_0_17=g_navNode_1_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_1_0_17_0=g_navNode_1_0_17.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_1_0_17_1=g_navNode_1_0_17.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_1_0_17_2=g_navNode_1_0_17.addNode('100313','Earlier access to new medicines in the UK',ssUrlPrefix + 'Howweregulate/Medicines/MISGNewTechnologiesAdvisoryPanel/Earlieraccesstonewmedicinesintheuk/index.htm');
g_navNode_1_1=g_navNode_1.addNode('48','Devices',ssUrlPrefix + 'Howweregulate/Devices/index.htm','AliasTitle==Devices - How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate devices');
g_navNode_1_1_0=g_navNode_1_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_1_1_1=g_navNode_1_1.addNode('172','Active Implantable Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/ActiveImplantableMedicalDevicesDirective/index.htm');
g_navNode_1_1_1_0=g_navNode_1_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_1_1_2=g_navNode_1_1.addNode('175','Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/index.htm');
g_navNode_1_1_2_0=g_navNode_1_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_1_1_2_1=g_navNode_1_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_1_1_2_2=g_navNode_1_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_1_1_2_3=g_navNode_1_1_2.addNode('180','Classification',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Classification/index.htm','OverrideTitle==Medical Devices Classification');
g_navNode_1_1_2_4=g_navNode_1_1_2.addNode('181','Conformity assessment',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Conformityassessment/index.htm','AliasTitle==Conformity assessment for medical devices','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_2_5=g_navNode_1_1_2.addNode('182','Custom made devices',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Custommadedevices/index.htm');
g_navNode_1_1_2_6=g_navNode_1_1_2.addNode('183','Dental laboratories',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Dentallaboratories/index.htm');
g_navNode_1_1_2_7=g_navNode_1_1_2.addNode('976','Drug-device consultations',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Drug-deviceconsultations/index.htm');
g_navNode_1_1_2_8=g_navNode_1_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_1_1_2_9=g_navNode_1_1_2.addNode('185','Ophthalmic products',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/Ophthalmicproducts/index.htm');
g_navNode_1_1_2_10=g_navNode_1_1_2.addNode('186','Devices using materials from TSE susceptible animals',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesDirective/DevicesusingmaterialsfromTSEsusceptibleanimals/index.htm');
g_navNode_1_1_3=g_navNode_1_1.addNode('100312','Revisions to the Medical Devices and Active Implantable Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/RevisionstothemedicaldevicesandAIMDDirectives/index.htm');
g_navNode_1_1_4=g_navNode_1_1.addNode('187','In Vitro Diagnostic Medical Devices Directive',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/index.htm');
g_navNode_1_1_4_0=g_navNode_1_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_1_1_4_1=g_navNode_1_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_1_1_4_2=g_navNode_1_1_4.addNode('191','Classification',ssUrlPrefix + 'Howweregulate/Devices/InVitroDiagnosticMedicalDevicesDirective/Classification/index.htm','OverrideTitle==In vitro diagnostic medical devices classification');
g_navNode_1_1_4_3=g_navNode_1_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_1_1_4_4=g_navNode_1_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_1_1_5=g_navNode_1_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_1_1_6=g_navNode_1_1.addNode('195','Notified Bodies',ssUrlPrefix + 'Howweregulate/Devices/NotifiedBodies/index.htm','AliasTitle==Notified Bodies\x3a Devices','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_6_0=g_navNode_1_1_6.addNode('733','UK Notified Bodies under the Medical Devices Directives',ssUrlPrefix + 'Howweregulate/Devices/NotifiedBodies/UKNotifiedBodiesundertheMedicalDevicesDirectives/index.htm');
g_navNode_1_1_7=g_navNode_1_1.addNode('196','Registration of medical devices',ssUrlPrefix + 'Howweregulate/Devices/Registrationofmedicaldevices/index.htm','AliasTitle==Medical devices\x3a Registration');
g_navNode_1_1_8=g_navNode_1_1.addNode('197','Vigilance',ssUrlPrefix + 'Howweregulate/Devices/Vigilance/index.htm','AliasTitle==Vigilance \x28devices\x29','AliasTitle1==Devices vigilance','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_9=g_navNode_1_1.addNode('198','In house manufacture',ssUrlPrefix + 'Howweregulate/Devices/Inhousemanufacture/index.htm','AliasTitle==In house manufacture of devices','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_10=g_navNode_1_1.addNode('199','Own brand labelling',ssUrlPrefix + 'Howweregulate/Devices/Ownbrandlabelling/index.htm','AliasTitle==Own brand labelling of devices','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_11=g_navNode_1_1.addNode('200','Parallel imports',ssUrlPrefix + 'Howweregulate/Devices/Parallelimports/index.htm','AliasTitle==Parallel imports \x28devices\x29','ExcludeFromAtoZ==TRUE');
g_navNode_1_1_12=g_navNode_1_1.addNode('202','Standards and common technical specifications',ssUrlPrefix + 'Howweregulate/Devices/Standardsandcommontechnicalspecifications/index.htm','AliasTitle==Common technical specifications');
g_navNode_1_1_13=g_navNode_1_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_1_1_14=g_navNode_1_1.addNode('203','Exceptional use of non complying devices',ssUrlPrefix + 'Howweregulate/Devices/Exceptionaluseofnoncomplyingdevices/index.htm','AliasTitle==Non-complying devices\x3a Exceptional use');
g_navNode_1_1_15=g_navNode_1_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_1_1_16=g_navNode_1_1.addNode('892','Medical device appeals',ssUrlPrefix + 'Howweregulate/Devices/Medicaldeviceappeals/index.htm','AliasTitle==Appeals \x28medical devices\x29');
g_navNode_1_1_17=g_navNode_1_1.addNode('100023','Medical Device Technology Forum',ssUrlPrefix + 'Howweregulate/Devices/MedicalDevicesTechnologyForum/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Medical Device Technology Forum');
g_navNode_1_1_19=g_navNode_1_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_1_1_20=g_navNode_1_1.addNode('100306','Market Surveillance and Accreditation Regulations \x28EC\x29 NO 765/2008',ssUrlPrefix + 'Howweregulate/Devices/MarketSurveillanceandAccreditationRegulationsECNO7652008/index.htm');
g_navNode_1_2=g_navNode_1.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_1_2_0=g_navNode_1_2.addNode('100307','How we regulate advanced therapy medicinal products',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/Aboutadvancedtherapymedicinalproducts/index.htm');
g_navNode_1_2_1=g_navNode_1_2.addNode('100308','Advanced therapy medicinal products advice form',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/Advancedtherapymedicinalproductsadviceform/index.htm');
g_navNode_1_2_2=g_navNode_1_2.addNode('100309','Frequently asked questions',ssUrlPrefix + 'Howweregulate/Advancedtherapymedicinalproducts/FAQs/index.htm');
g_navNode_1_3=g_navNode_1.addNode('208','Nanotechnology',ssUrlPrefix + 'Howweregulate/Nanotechnology/index.htm','AliasTitle==Nanotechnology\x3a How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate nanotechnology');
g_navNode_1_4=g_navNode_1.addNode('209','Blood',ssUrlPrefix + 'Howweregulate/Blood/index.htm','AliasTitle==Blood\x3a How we regulate','ExcludeFromAtoZ==TRUE','OverrideTitle==How we regulate blood');
g_navNode_1_5=g_navNode_1.addNode('100018','New Technologies Forums',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/index.htm');
g_navNode_1_5_0=g_navNode_1_5.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_1_5_0_0=g_navNode_1_5_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_1_5_0_1=g_navNode_1_5_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_1_5_1=g_navNode_1_5.addNode('100020','Devices New Technology Forum',ssUrlPrefix + 'Howweregulate/NewTechnologiesForums/DevicesNewTechnologyForum/index.htm','OverrideTitle==Medical Device Technology Forum');
g_navNode_1_5_1_0=g_navNode_1_5_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_1_5_1_1=g_navNode_1_5_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_1_6=g_navNode_1.addNode('100082','How we develop policy',ssUrlPrefix + 'Howweregulate/Howwedevelopolicy/index.htm','OverrideTitle==Policy development and delivery');
g_navNode_1_7=g_navNode_1.addNode('212','Our international activities',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/index.htm','AliasTitle==International activities','ExcludeFromAtoZ==TRUE');
g_navNode_1_7_0=g_navNode_1_7.addNode('213','Our negotiations in Europe',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/OurnegotiationsinEurope/index.htm','AliasTitle==Negotiations in Europe','AliasTitle1==Europe\x3a Our negotiations','ExcludeFromAtoZ==TRUE');
g_navNode_1_7_1=g_navNode_1_7.addNode('214','Mutual Recognition Agreements',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/MutualRecognitionAgreements/index.htm');
g_navNode_1_7_2=g_navNode_1_7.addNode('805','Global Harmonization Task Force',ssUrlPrefix + 'Howweregulate/Ourinternationalactivities/GlobalHarmonizationTaskForce/index.htm','OverrideTitle==Global Harmonization Task Force \x28GHTF\x29');
g_navNode_2=g_navNode_Root.addNode('51','Safety information',ssUrlPrefix + 'Safetyinformation/index.htm','sectionID==safety');
g_navNode_2_0=g_navNode_2.addNode('100149','Swine flu information',ssUrlPrefix + 'Safetyinformation/Swinefluinformation/index.htm');
g_navNode_2_0_0=g_navNode_2_0.addNode('100157','MHRA flu response plan',ssUrlPrefix + 'Safetyinformation/Swinefluinformation/MHRAfluresponseplan/index.htm','AliasTitle==Flu response plan overview','OverrideTitle==Overview of the MHRA flu response plan');
g_navNode_2_0_1=g_navNode_2_0.addNode('100159','Antiviral medicines',ssUrlPrefix + 'Safetyinformation/Swinefluinformation/Antiviralmedicines/index.htm','AliasTitle==Antiviral medicines for swine flu','OverrideTitle==Swine flu\x3a Antiviral medicines');
g_navNode_2_0_2=g_navNode_2_0.addNode('100161','Swine flu vaccines',ssUrlPrefix + 'Safetyinformation/Swinefluinformation/swinefluvaccines/index.htm','AliasTitle==Vaccines for swine flu','AliasTitle1==Pandemrix swine flu vaccine','AliasTitle2==Celvapan swine flu vaccine','OverrideTitle==Swine flu vaccines');
g_navNode_2_0_3=g_navNode_2_0.addNode('100160','MHRA contacts',ssUrlPrefix + 'Safetyinformation/Swinefluinformation/MHRAcontacts/index.htm','AliasTitle==Swine flu\x3a MHRA contacts','AliasTitle1==MHRA contacts for swine flu','AliasTitle2==Agency contacts for swine flu','OverrideTitle==MHRA contacts for swine or pandemic flu enquiries');
g_navNode_2_1=g_navNode_2.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_2_1_0=g_navNode_2_1.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_2_1_1=g_navNode_2_1.addNode('967','Field Safety Notices for medical devices',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/FieldSafetyNoticesformedicaldevices/index.htm','ASDDocType==FieldSafetyNotice','AliasTitle==Medical devices\x3a Field Safety Notices','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==FieldSafetyNotice','DynamicListQuery==dDocType \x3cmatches\x3e \x60FieldSafetyNotice\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Field Safety Notices for medical devices','TargetNodeId==967','secondaryUrlVariableField==region1');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('978','Background',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/FieldSafetyNoticesformedicaldevices/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_2_1_1_1=g_navNode_2_1_1.addNode('1077','News',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/FieldSafetyNoticesformedicaldevices/News/index.htm','OverrideTitle==Field Safety Notices \x28FSN\x29 News');
g_navNode_2_1_2=g_navNode_2_1.addNode('950','Targeted safety letters for medical devices',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Targetedsafetylettersformedicaldevices/index.htm','AliasTitle==Safety letters for medical devices\x3a Targeted','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE','OverrideTitle==Targeted safety letters for medical devices');
g_navNode_2_1_3=g_navNode_2_1.addNode('219','Drug Alerts',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/DrugAlerts/index.htm','ASDDocType==DrugAlert','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==DrugAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugAlert\x60  ','DynamicListTitle==Latest Drug Alerts','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_2_1_4=g_navNode_2_1.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_2_1_4_0=g_navNode_2_1_4.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 \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60663\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60663\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','TargetNodeId==663');
g_navNode_2_1_4_1=g_navNode_2_1_4.addNode('984','Monthly lists of letters for healthcare professionals on the safety of medicines',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/Monthlylistsofinformationforhealthcareprofessionalsonthesafetyofmedicines/index.htm','AliasTitle==Monthly lists of letters for healthcare professionals','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_2_1_4_1_0=g_navNode_2_1_4_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_2_1_4_2=g_navNode_2_1_4.addNode('1102','Drug Safety Update',ssUrlPrefix + 'Safetyinformation/Safetywarningsalertsandrecalls/Safetywarningsandmessagesformedicines/DrugSafetyUpdate/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 \x60Drug Safety Update\x60','DynamicListTitle==Latest Drug Safety Updates','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_2=g_navNode_2.addNode('222','General safety information and advice',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/index.htm');
g_navNode_2_2_0=g_navNode_2_2.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_2_2_0_0=g_navNode_2_2_0.addNode('1126','Anaesthesia and ventilation',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Anaesthesiaandventilation/index.htm');
g_navNode_2_2_0_1=g_navNode_2_2_0.addNode('100036','Antiepileptics ',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Antiepileptics/index.htm');
g_navNode_2_2_0_2=g_navNode_2_2_0.addNode('224','Antipsychotic drugs',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Antipsychoticdrugs/index.htm');
g_navNode_2_2_0_3=g_navNode_2_2_0.addNode('100025','Antiretroviral drugs for HIV',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/AntiretroviraldrugsforHIV/index.htm');
g_navNode_2_2_0_4=g_navNode_2_2_0.addNode('899','Assistive Technology',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/AssistiveTechnology/index.htm');
g_navNode_2_2_0_5=g_navNode_2_2_0.addNode('1016','Asthma',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Asthma/index.htm','OverrideTitle==Asthma\x3a Long-acting \xdf\x3csub\x3e2\x3c/sub\x3e agonists');
g_navNode_2_2_0_6=g_navNode_2_2_0.addNode('957','Blood glucose meters',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Bloodglucosemeters/index.htm');
g_navNode_2_2_0_7=g_navNode_2_2_0.addNode('225','Breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/index.htm');
g_navNode_2_2_0_7_0=g_navNode_2_2_0_7.addNode('736','Silicone gel breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/index.htm');
g_navNode_2_2_0_7_0_0=g_navNode_2_2_0_7_0.addNode('1128','Independent Review Group - silicone gel breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/index.htm','AliasTitle==Silicone gel breast implants\x3a Independent Review Group','ExcludeFromAtoZ==TRUE');
g_navNode_2_2_0_7_0_0_0=g_navNode_2_2_0_7_0_0.addNode('1129','What is silicone?',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Whatissilicone/index.htm');
g_navNode_2_2_0_7_0_0_1=g_navNode_2_2_0_7_0_0.addNode('1130','History\x3a the assessment of health effects attributed to silicone gel breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Historytheassessmentofhealtheffectsattributedtosiliconegelbreastimplants/index.htm');
g_navNode_2_2_0_7_0_0_2=g_navNode_2_2_0_7_0_0.addNode('1132','Regulatory requirements for breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Regulatoryrequirementsforbreastimplants/index.htm');
g_navNode_2_2_0_7_0_0_3=g_navNode_2_2_0_7_0_0.addNode('1133','Infection\x3a studies reviewed',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Infectionstudiesreviewed/index.htm');
g_navNode_2_2_0_7_0_0_4=g_navNode_2_2_0_7_0_0.addNode('1134','Fate of gel bleed',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Fateofgelbleed/index.htm');
g_navNode_2_2_0_7_0_0_5=g_navNode_2_2_0_7_0_0.addNode('1135','Rupture',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Rupture/index.htm');
g_navNode_2_2_0_7_0_0_6=g_navNode_2_2_0_7_0_0.addNode('1136','Histopathology review',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Histopathologyreview/index.htm');
g_navNode_2_2_0_7_0_0_7=g_navNode_2_2_0_7_0_0.addNode('1137','Tests commissioned by the IRG',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/TestscommissionedbytheIRG/index.htm');
g_navNode_2_2_0_7_0_0_8=g_navNode_2_2_0_7_0_0.addNode('1138','Immune responses to silicone gel breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Immuneresponsestosiliconegelbreastimplants/index.htm');
g_navNode_2_2_0_7_0_0_9=g_navNode_2_2_0_7_0_0.addNode('1139','Statistical aspects and sample sizes',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Statisticalaspectsandsamplesizes/index.htm');
g_navNode_2_2_0_7_0_0_10=g_navNode_2_2_0_7_0_0.addNode('1140','Survey of epidemiological studies from 1970 - 1998',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Surveyofepidemiologicalstudiesfrom1970-1998/index.htm');
g_navNode_2_2_0_7_0_0_11=g_navNode_2_2_0_7_0_0.addNode('1144','Effects on children of implanted women',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Effectsonchildrenofimplantedwomen/index.htm');
g_navNode_2_2_0_7_0_0_12=g_navNode_2_2_0_7_0_0.addNode('1145','Toxicity of silicones',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Toxicityofsilicones/index.htm');
g_navNode_2_2_0_7_0_0_13=g_navNode_2_2_0_7_0_0.addNode('1146','Consent to medical treatment',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Consenttomedicaltreatment/index.htm');
g_navNode_2_2_0_7_0_0_14=g_navNode_2_2_0_7_0_0.addNode('1147','The National Breast Implant Registry',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/TheNationalBreastImplantRegistry/index.htm');
g_navNode_2_2_0_7_0_0_15=g_navNode_2_2_0_7_0_0.addNode('1148','Mammography and breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Mammographyandbreastimplants/index.htm');
g_navNode_2_2_0_7_0_0_16=g_navNode_2_2_0_7_0_0.addNode('1149','Fibromyalgia',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Fibromyalgia/index.htm');
g_navNode_2_2_0_7_0_0_17=g_navNode_2_2_0_7_0_0.addNode('1150','Platinum catalyst review',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Platinumcatalystreview/index.htm');
g_navNode_2_2_0_7_0_0_18=g_navNode_2_2_0_7_0_0.addNode('1155','Adverse incidents',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/Adverseincidents/index.htm');
g_navNode_2_2_0_7_0_0_19=g_navNode_2_2_0_7_0_0.addNode('1156','Press Notice',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/PressNotice/index.htm');
g_navNode_2_2_0_7_0_0_20=g_navNode_2_2_0_7_0_0.addNode('1157','Open Day',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/OpenDay/index.htm');
g_navNode_2_2_0_7_0_0_21=g_navNode_2_2_0_7_0_0.addNode('1158','Members Declarations of Interests',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Siliconegelbreastimplants/IndependentReviewGroup-siliconegelbreastimplants/MembersDeclarationsofInterests/index.htm');
g_navNode_2_2_0_7_1=g_navNode_2_2_0_7.addNode('737','Trilucent breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Trilucentbreastimplants/index.htm');
g_navNode_2_2_0_7_2=g_navNode_2_2_0_7.addNode('738','Hydrogel breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Hydrogelbreastimplants/index.htm');
g_navNode_2_2_0_7_3=g_navNode_2_2_0_7.addNode('739','Other breast implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Otherbreastimplants/index.htm');
g_navNode_2_2_0_7_4=g_navNode_2_2_0_7.addNode('735','Breast implant publications',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Breastimplants/Breastimplantpublications/index.htm');
g_navNode_2_2_0_8=g_navNode_2_2_0.addNode('918','Cardiac pacemakers and defibrillators \x28implantable\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cardiacpacemakersanddefibrillators\x28implantable\x29/index.htm');
g_navNode_2_2_0_8_0=g_navNode_2_2_0_8.addNode('919','Reporting problems with implantable pacemakers and defibrillators',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cardiacpacemakersanddefibrillators\x28implantable\x29/Reportingproblemswithimplantablepacemakersanddefibrillators/index.htm');
g_navNode_2_2_0_8_1=g_navNode_2_2_0_8.addNode('920','What are implantable pacemakers and defibrillators?',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cardiacpacemakersanddefibrillators\x28implantable\x29/Whatareimplantablepacemakersanddefibrillators/index.htm');
g_navNode_2_2_0_8_2=g_navNode_2_2_0_8.addNode('921','General implantable cardioverter defibrillators - pacemaker safety information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cardiacpacemakersanddefibrillators\x28implantable\x29/Generalimplantablecardioverterdefibrillators-pacemakersafetyinformation/index.htm','OverrideTitle==General implantable cardioverter defibrillators \x28ICDs\x29 - pacemaker safety information');
g_navNode_2_2_0_8_3=g_navNode_2_2_0_8.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/Cardiacpacemakersanddefibrillators\x28implantable\x29/BostonScientific\x28Guidant\x29implantablecardioverterdefibrillators\x28ICDs\x29-cardiacresynchronizationtherapydefibrillators\x28CRT-Ds\x29-pacemakerinformation/index.htm');
g_navNode_2_2_0_8_4=g_navNode_2_2_0_8.addNode('923','Guidelines for implantable cardioverter defibrillators - pacemaker perioperative management',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cardiacpacemakersanddefibrillators\x28implantable\x29/Guidelinesforimplantablecardioverterdefibrillators-pacemakerperioperativemanagement/index.htm','OverrideTitle==Guidelines for implantable cardioverter defibrillators \x28ICDs\x29 - pacemaker perioperative management');
g_navNode_2_2_0_9=g_navNode_2_2_0.addNode('227','Cardiovascular safety of COX-2 inhibitors and non-selective NSAIDs',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/CardiovascularsafetyofCOX-2inhibitorsandnon-selectiveNSAIDs/index.htm');
g_navNode_2_2_0_10=g_navNode_2_2_0.addNode('226','Cochlear implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Cochlearimplants/index.htm');
g_navNode_2_2_0_11=g_navNode_2_2_0.addNode('992','Coronary stents',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Coronarystents/index.htm');
g_navNode_2_2_0_12=g_navNode_2_2_0.addNode('100034','Dialysis',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Dialysis/index.htm');
g_navNode_2_2_0_13=g_navNode_2_2_0.addNode('1076','Dopamine agonists for Parkinson\x26\x23146\x3bs disease',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/DopamineagonistsforParkinson146sdisease/index.htm');
g_navNode_2_2_0_14=g_navNode_2_2_0.addNode('1121','Duloxetine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Duloxetine/index.htm');
g_navNode_2_2_0_15=g_navNode_2_2_0.addNode('228','Endovascular prostheses',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Endovascularprostheses/index.htm');
g_navNode_2_2_0_16=g_navNode_2_2_0.addNode('1105','Heart valves and conduits',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Heartvalvesandconduits/index.htm');
g_navNode_2_2_0_18=g_navNode_2_2_0.addNode('238','Hormonal contraceptives',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Hormonalcontraceptives/index.htm');
g_navNode_2_2_0_19=g_navNode_2_2_0.addNode('230','Hormone replacement therapy \x28HRT\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Hormonereplacementtherapy\x28HRT\x29/index.htm');
g_navNode_2_2_0_20=g_navNode_2_2_0.addNode('100050','Human papillomavirus \x28HPV\x29 vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/HumanpapillomavirusHPVvaccine/index.htm');
g_navNode_2_2_0_21=g_navNode_2_2_0.addNode('231','In vitro diagnostic medical devices \x28IVDs\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Invitrodiagnosticmedicaldevices\x28IVDs\x29/index.htm');
g_navNode_2_2_0_22=g_navNode_2_2_0.addNode('233','Infusion systems and pumps',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Infusionsystemsandpumps/index.htm');
g_navNode_2_2_0_23=g_navNode_2_2_0.addNode('1079','Intraoperative floppy iris syndrome',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Intraoperativefloppyirissyndrome/index.htm');
g_navNode_2_2_0_24=g_navNode_2_2_0.addNode('1127','Invasive access devices and affiliated disposables',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Invasiveaccessdevicesandaffiliateddisposables/index.htm','OverrideTitle==Invasive access devices and affiliated disposables \x28including urinary catheters, drains and blood bags\x29');
g_navNode_2_2_0_25=g_navNode_2_2_0.addNode('1104','Isotretinoin for severe acne',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Isotretinoinforsevereacne/index.htm');
g_navNode_2_2_0_26=g_navNode_2_2_0.addNode('234','Latex reactions \x28allergies\x29 and medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Latexreactions\x28allergies\x29andmedicaldevices/index.htm');
g_navNode_2_2_0_27=g_navNode_2_2_0.addNode('235','Mercury in medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Mercuryinmedicaldevices/index.htm');
g_navNode_2_2_0_28=g_navNode_2_2_0.addNode('237','MMR vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/MMRvaccine/index.htm','OverrideTitle==Measles, mumps and rubella \x28MMR\x29 vaccine');
g_navNode_2_2_0_29=g_navNode_2_2_0.addNode('232','Orthopaedic implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Orthopaedicimplants/index.htm','OverrideTitle==Implants for orthopaedics and trauma');
g_navNode_2_2_0_29_0=g_navNode_2_2_0_29.addNode('982','Biological effects of metal wear debris generated from hip implants\x3a genotoxicity',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Orthopaedicimplants/Biologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/index.htm');
g_navNode_2_2_0_29_1=g_navNode_2_2_0_29.addNode('1190','Expert Advisory Group on \'Biological effects of metal wear debris generated from hip implants\x3a genotoxicity\'',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/index.htm');
g_navNode_2_2_0_29_1_0=g_navNode_2_2_0_29_1.addNode('1191','Scientific background',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/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_2_2_0_29_1_1=g_navNode_2_2_0_29_1.addNode('1192','Remit',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Orthopaedicimplants/ExpertAdvisoryGrouponBiologicaleffectsofmetalweardebrisgeneratedfromhipimplantsgenotoxicity/Remit/index.htm');
g_navNode_2_2_0_29_1_2=g_navNode_2_2_0_29_1.addNode('1193','Members',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/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_2_2_0_29_1_3=g_navNode_2_2_0_29_1.addNode('1194','Report',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/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_2_2_0_29_1_4=g_navNode_2_2_0_29_1.addNode('1195','Minutes',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/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_2_2_0_30=g_navNode_2_2_0.addNode('240','Prostheses \x28endovascular\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Prostheses\x28endovascular\x29/index.htm');
g_navNode_2_2_0_31=g_navNode_2_2_0.addNode('858','Recall of certain US tissue products',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/RecallofcertainUStissueproducts/index.htm');
g_navNode_2_2_0_32=g_navNode_2_2_0.addNode('242','Selective serotonin re-uptake inhibitors',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Selectiveserotoninre-uptakeinhibitors/index.htm','OverrideTitle==Selective serotonin re-uptake inhibitors \x28SSRIs\x29');
g_navNode_2_2_0_33=g_navNode_2_2_0.addNode('1120','Steroid medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Steroidmedicines/index.htm');
g_navNode_2_2_0_35=g_navNode_2_2_0.addNode('243','Testing kits',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Testingkits/index.htm');
g_navNode_2_2_0_36=g_navNode_2_2_0.addNode('236','Thiomersal \x28ethylmercury\x29 containing vaccines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Thiomersal\x28ethylmercury\x29containingvaccines/index.htm');
g_navNode_2_2_0_37=g_navNode_2_2_0.addNode('245','Vaccine safety',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/index.htm');
g_navNode_2_2_0_37_0=g_navNode_2_2_0_37.addNode('100060','Human papillomavirus \x28HPV\x29 vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/HumanpapillomavirusHPVvaccine/index.htm');
g_navNode_2_2_0_37_1=g_navNode_2_2_0_37.addNode('794','MMR vaccine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/MMRvaccine/index.htm','OverrideTitle==Measles, mumps and rubella \x28MMR\x29 vaccine');
g_navNode_2_2_0_37_2=g_navNode_2_2_0_37.addNode('795','Thiomersal \x28ethylmercury\x29 containing vaccines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/Thiomersal\x28ethylmercury\x29containingvaccines/index.htm');
g_navNode_2_2_0_37_3=g_navNode_2_2_0_37.addNode('868','Monitoring vaccine safety',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/Monitoringvaccinesafety/index.htm','HasSubsectionSearch==TRUE');
g_navNode_2_2_0_37_4=g_navNode_2_2_0_37.addNode('796','Other vaccine topics',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Vaccinesafety/Othervaccinetopics/index.htm','OverrideTitle==Other vaccine topics and general sources of information');
g_navNode_2_2_0_38=g_navNode_2_2_0.addNode('1185','Thiazolidinediones, rosiglitazone and pioglitazone',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Product-specificinformationandadvice/Thiazolidinedionesrosiglitazoneandpioglitazone/index.htm','AliasTitle==Rosiglitazone','AliasTitle1==Pioglitazone');
g_navNode_2_2_1=g_navNode_2_2.addNode('246','Advice and information for consumers',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/index.htm','AliasTitle==Consumer advice and information');
g_navNode_2_2_1_0=g_navNode_2_2_1.addNode('100051','My medicine\x3a From laboratory to pharmacy shelf',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/index.htm','AliasTitle==Drug discovery','AliasTitle1==Pre-clinical research','AliasTitle2==Clinical trials\x3a My medicine','AliasTitle3==Monitoring medicines after licensing','AliasTitle4==Changes in the use of a medicine','AliasTitle5==Availability of medicines\x3a My medicine','OverrideTitle==My medicine\x3a From laboratory to pharmacy shelf');
g_navNode_2_2_1_0_0=g_navNode_2_2_1_0.addNode('100052','From laboratory to pharmacy shelf',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Fromlaboratorytopharmacyshelf/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a From laboratory to pharmacy shelf');
g_navNode_2_2_1_0_1=g_navNode_2_2_1_0.addNode('100053','Drug discovery',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Drugdiscovery/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Drug discovery');
g_navNode_2_2_1_0_2=g_navNode_2_2_1_0.addNode('100054','Pre-clinical research',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Pre-clinicalresearch/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Pre-clinical research');
g_navNode_2_2_1_0_3=g_navNode_2_2_1_0.addNode('100055','Clinical trials',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Clinicaltrials/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Clinical trials');
g_navNode_2_2_1_0_4=g_navNode_2_2_1_0.addNode('100056','Licensing \x28marketing authorisation\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Licensingmarketingauthorisation/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Licensing \x28marketing authorisation\x29');
g_navNode_2_2_1_0_5=g_navNode_2_2_1_0.addNode('100057','Monitoring medicines after licensing',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Monitoringmedicinesafterlicensing/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Monitoring medicines after licensing');
g_navNode_2_2_1_0_6=g_navNode_2_2_1_0.addNode('100058','Changes in the use of a medicine',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Changesintheuseofamedicine/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a Changes in the use of a medicine');
g_navNode_2_2_1_0_7=g_navNode_2_2_1_0.addNode('100059','The availability of medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Mymedicine/Theavailabilityofmedicines/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==My medicine\x3a The availability of medicines');
g_navNode_2_2_1_1=g_navNode_2_2_1.addNode('247','Side effects of medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Sideeffectsofmedicines/index.htm');
g_navNode_2_2_1_2=g_navNode_2_2_1.addNode('250','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/index.htm','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x60Live\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ExcludeFromAtoZ==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_2_2_1_2_2=g_navNode_2_2_1_2.addNode('649','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm');
g_navNode_2_2_1_2_3=g_navNode_2_2_1_2.addNode('829','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_2_1_3=g_navNode_2_2_1.addNode('252','Counterfeit medicines and devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Counterfeitmedicinesanddevices/index.htm');
g_navNode_2_2_1_4=g_navNode_2_2_1.addNode('253','Using herbal medicines',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Usingherbalmedicines/index.htm','AliasTitle==Herbal medicines\x3a Advice to consumers','OverrideTitle==Using herbal medicines\x3a Advice to consumers');
g_navNode_2_2_1_5=g_navNode_2_2_1.addNode('100001','\'Stop smoking\' treatments',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Stopsmokingtreatments/index.htm','AliasTitle1==Smoking\x3a Over-the-counter treatments to help smokers quit');
g_navNode_2_2_1_6=g_navNode_2_2_1.addNode('254','Risks of buying medicines over the internet',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/BuyingmedicinesovertheInternet/index.htm','AliasTitle1==Internet\x3a Buying medicines');
g_navNode_2_2_1_7=g_navNode_2_2_1.addNode('255','Buying medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Adviceandinformationforconsumers/Buyingmedicaldevices/index.htm');
g_navNode_2_2_1_8=g_navNode_2_2_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_2_2_2=g_navNode_2_2.addNode('257','Technical information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/index.htm');
g_navNode_2_2_2_0=g_navNode_2_2_2.addNode('269','Assistive Technology',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/AssistiveTechnology/index.htm');
g_navNode_2_2_2_1=g_navNode_2_2_2.addNode('258','Benchtop steam sterilizers',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Benchtopsteamsterilizers/index.htm');
g_navNode_2_2_2_2=g_navNode_2_2_2.addNode('259','Computer connectivity issues',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Computerconnectivityissues/index.htm');
g_navNode_2_2_2_3=g_navNode_2_2_2.addNode('990','Contrast media injectors\x3a risk of air embolism',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Contrastmediainjectorsriskofairembolism/index.htm');
g_navNode_2_2_2_4=g_navNode_2_2_2.addNode('828','Decontamination and infection control',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Decontaminationandinfectioncontrol/index.htm');
g_navNode_2_2_2_5=g_navNode_2_2_2.addNode('852','Display device image quality',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Displaydeviceimagequality/index.htm');
g_navNode_2_2_2_7=g_navNode_2_2_2.addNode('848','Electrical safety in medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/index.htm','AliasTitle==Medical devices\x3a Electrical safety');
g_navNode_2_2_2_7_0=g_navNode_2_2_2_7.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_2_2_2_7_0_0=g_navNode_2_2_2_7_0.addNode('100144','Interconnecting medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Interconnectingmedicaldevices/index.htm');
g_navNode_2_2_2_7_0_1=g_navNode_2_2_2_7_0.addNode('100145','Measuring cable resistance',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Measuringcableresistance/index.htm');
g_navNode_2_2_2_7_0_2=g_navNode_2_2_2_7_0.addNode('100146','Pendant supplies',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Pendantsupplies/index.htm');
g_navNode_2_2_2_7_0_3=g_navNode_2_2_2_7_0.addNode('100143','Resistance of copper cables',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Resistanceofcoppercables/index.htm');
g_navNode_2_2_2_7_0_4=g_navNode_2_2_2_7_0.addNode('100142','Room warning lights for dual purpose rooms',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/MEIGaN-MedicalElectricalInstallationGuidance/Roomwarninglightsfordualpurposerooms/index.htm');
g_navNode_2_2_2_7_1=g_navNode_2_2_2_7.addNode('100104','IEC connectors',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Electricalsafetyinmedicaldevices/Pendantsupplies/index.htm');
g_navNode_2_2_2_7_2=g_navNode_2_2_2_7.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_2_2_2_9=g_navNode_2_2_2.addNode('261','Mobile communications interference',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Mobilecommunicationsinterference/index.htm','AliasTitle==Mobile phones','AliasTitle1==Cellphones \x28mobile phones\x29');
g_navNode_2_2_2_9_0=g_navNode_2_2_2_9.addNode('952','Frequently asked questions',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Mobilecommunicationsinterference/Frequentlyaskedquestions/index.htm','OverrideTitle==Mobile phones in hospitals\x3a Frequently asked questions');
g_navNode_2_2_2_10=g_navNode_2_2_2.addNode('996','Nanotechnology',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Nanotechnology/index.htm');
g_navNode_2_2_2_12=g_navNode_2_2_2.addNode('260','Non-active cardiovascular implants',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Non-activecardiovascularimplants/index.htm','AliasTitle==Cardiovascular implants, non-active');
g_navNode_2_2_2_13=g_navNode_2_2_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_2_2_2_14=g_navNode_2_2_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_2_2_2_15=g_navNode_2_2_2.addNode('100128','Radiofrequency identification',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Radiofrequencyidentification/index.htm');
g_navNode_2_2_2_16=g_navNode_2_2_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_2_2_2_17=g_navNode_2_2_2.addNode('264','Standards for better health',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Standardsforbetterhealth/index.htm');
g_navNode_2_2_2_18=g_navNode_2_2_2.addNode('265','Sterilization and decontamination of medical devices',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Sterilizationanddecontaminationofmedicaldevices/index.htm','AliasTitle==Decontamination of medical devices');
g_navNode_2_2_2_19=g_navNode_2_2_2.addNode('266','Surgical gowns, drapes and coverings',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Surgicalgownsdrapesandcoverings/index.htm');
g_navNode_2_2_2_20=g_navNode_2_2_2.addNode('267','Video conferencing equipment',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Videoconferencingequipment/index.htm');
g_navNode_2_2_2_21=g_navNode_2_2_2.addNode('873','Weighing instruments',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/Technicalinformation/Weighinginstruments/index.htm');
g_navNode_2_2_3=g_navNode_2_2.addNode('271','Medical Device Liaison Officer information',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/index.htm','AliasTitle==Liaison Officer \x28medical devices\x29 information');
g_navNode_2_2_3_0=g_navNode_2_2_3.addNode('841','Liaison Officer Focus Group',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerFocusGroup/index.htm');
g_navNode_2_2_3_1=g_navNode_2_2_3.addNode('842','Liaison Officer conference',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerconference/index.htm');
g_navNode_2_2_3_2=g_navNode_2_2_3.addNode('843','Liaison Officer helpful publications',ssUrlPrefix + 'Safetyinformation/Generalsafetyinformationandadvice/MedicalDeviceLiaisonOfficerinformation/LiaisonOfficerhelpfulpublications/index.htm');
g_navNode_2_3=g_navNode_2.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_2_3_0=g_navNode_2_3.addNode('274','Medicines',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/index.htm','OverrideTitle==Medicines safety monitoring');
g_navNode_2_3_0_0=g_navNode_2_3_0.addNode('810','Pharmacovigilance',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Pharmacovigilance/index.htm','OverrideTitle==Pharmacovigilance - how we monitor the safety of medicines');
g_navNode_2_3_0_1=g_navNode_2_3_0.addNode('276','The Yellow Card Scheme',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/index.htm','OverrideTitle==Yellow Card Scheme');
g_navNode_2_3_0_1_0=g_navNode_2_3_0_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_2_3_0_1_0_0=g_navNode_2_3_0_1_0.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_2_3_0_1_1=g_navNode_2_3_0_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_2_3_0_1_1_0=g_navNode_2_3_0_1_1.addNode('624','Feedback from the MHRA',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/WhathappenstoaYellowCard/FeedbackfromtheMHRA/index.htm');
g_navNode_2_3_0_1_1_1=g_navNode_2_3_0_1_1.addNode('625','Protecting patient confidentiality',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/WhathappenstoaYellowCard/Protectingpatientconfidentiality/index.htm','AliasTitle==Patient confidentiality','AliasTitle1==Confidentiality');
g_navNode_2_3_0_1_2=g_navNode_2_3_0_1.addNode('741','Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/YellowCarddata/index.htm');
g_navNode_2_3_0_1_2_0=g_navNode_2_3_0_1_2.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','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x60Live\x60','ContentIndexRequireTOC==TRUE','HasSubsectionSearch==FALSE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_2_3_0_1_2_1=g_navNode_2_3_0_1_2.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_2_3_0_1_2_2=g_navNode_2_3_0_1_2.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_2_3_0_1_5=g_navNode_2_3_0_1.addNode('100151','What do I report?',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/WhatdoIreport/index.htm','AliasTitle==Yellow Card Scheme\x3a What do I report?','ExcludeFromAtoZ==TRUE','OverrideTitle==Yellow Card Scheme\x3a What do I report?');
g_navNode_2_3_0_1_6=g_navNode_2_3_0_1.addNode('100152','How do I report?',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/HowdoIreport/index.htm','AliasTitle==Yellow Card Scheme\x3a How do I report?','ExcludeFromAtoZ==TRUE','OverrideTitle==Yellow Card Scheme\x3a How do I report?');
g_navNode_2_3_0_1_7=g_navNode_2_3_0_1.addNode('100153','What information do I include?',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/WhatinformationdoIinclude/index.htm','AliasTitle==Yellow Card Scheme\x3a What information do I include','ExcludeFromAtoZ==TRUE','OverrideTitle==Yellow Card Scheme\x3a What information do I include?');
g_navNode_2_3_0_1_8=g_navNode_2_3_0_1.addNode('100155','How is Yellow Card data used to improve patient safety?',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/TheYellowCardScheme/HowisYellowCarddatausedtoimprovepatientsafety/index.htm','AliasTitle==Yellow Card data\x3a How is it used to improve patient safety?','ExcludeFromAtoZ==TRUE');
g_navNode_2_3_0_2=g_navNode_2_3_0.addNode('277','HIV Adverse Drug Reaction Reporting Scheme',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/HIVAdverseDrugReactionReportingScheme/index.htm');
g_navNode_2_3_0_3=g_navNode_2_3_0.addNode('278','Black Triangle products',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/BlackTriangleproducts/index.htm','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_2_3_0_4=g_navNode_2_3_0.addNode('279','Defective Medicines Report Centre',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/DefectiveMedicinesReportCentre/index.htm');
g_navNode_2_3_0_5=g_navNode_2_3_0.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  xStatus \x3cmatches\x3e \x60Live\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ExcludeFromAtoZ==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_2_3_0_5_0=g_navNode_2_3_0_5.addNode('998','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_3_0_5_1=g_navNode_2_3_0_5.addNode('999','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Medicines/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_3_1=g_navNode_2_3.addNode('280','Devices',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Devices/index.htm','AliasTitle==Medical devices\x3a How we monitor safety','OverrideTitle==Adverse incidents - our role');
g_navNode_2_3_2=g_navNode_2_3.addNode('282','Blood',ssUrlPrefix + 'Safetyinformation/Howwemonitorthesafetyofproducts/Blood/index.htm','AliasTitle==Blood\x3a How we monitor safety','OverrideTitle==Haemovigilance - how we monitor the safety of blood and blood components');
g_navNode_2_4=g_navNode_2.addNode('285','Reporting safety problems',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/index.htm','AliasTitle==Safety problems\x3a Reporting');
g_navNode_2_4_0=g_navNode_2_4.addNode('286','Medicines',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/index.htm','OverrideTitle==Reporting suspected adverse drug reactions and suspected defects in medicinal products');
g_navNode_2_4_0_0=g_navNode_2_4_0.addNode('287','Reporting suspected adverse drug reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/index.htm','AliasTitle==Adverse reactions to medicines,  suspected \x3a Reporting of');
g_navNode_2_4_0_0_0=g_navNode_2_4_0_0.addNode('745','Healthcare professional reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/index.htm','OverrideTitle==Healthcare professional reporting of suspected adverse drug reactions');
g_navNode_2_4_0_0_0_0=g_navNode_2_4_0_0_0.addNode('750','What to report',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Whattoreport/index.htm');
g_navNode_2_4_0_0_0_0_0=g_navNode_2_4_0_0_0_0.addNode('751','Areas of special interest',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Whattoreport/Areasofspecialinterest/index.htm','OverrideTitle==Healthcare professional reporting of adverse drug reactions\x3a Areas of special interest');
g_navNode_2_4_0_0_0_1=g_navNode_2_4_0_0_0.addNode('749','How to report',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Howtoreport/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==How to report suspected adverse drug reactions');
g_navNode_2_4_0_0_0_2=g_navNode_2_4_0_0_0.addNode('753','What information to include',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Whatinformationtoinclude/index.htm','OverrideTitle==Healthcare professional reporting of adverse drug reactions\x3a What information to include in a Yellow Card');
g_navNode_2_4_0_0_0_3=g_navNode_2_4_0_0_0.addNode('748','Black Triangle Scheme',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/BlackTriangleScheme/index.htm','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60PDF attachment\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Black triangle IMS\x60','DynamicListSortBy==xCreationDate','DynamicListTitle==Previous drugs under intensive surveillance \x28Black Triangle List\x29','HasArchiveSearchOption==TRUE');
g_navNode_2_4_0_0_0_4=g_navNode_2_4_0_0_0.addNode('754','Points to consider when assessing causality',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Causality/index.htm','AliasTitle==Reporting suspected adverse drug reactions\x3a Causality','ExcludeFromAtoZ==TRUE');
g_navNode_2_4_0_0_0_5=g_navNode_2_4_0_0_0.addNode('100170','Adverse drug reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Adversedrugreactions/index.htm','AliasTitle==Adverse drug reactions - Healthcare professional reporting');
g_navNode_2_4_0_0_0_6=g_navNode_2_4_0_0_0.addNode('752','Serious and severe reactions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Seriousorsevere/index.htm','OverrideTitle==Differences between serious and severe reactions');
g_navNode_2_4_0_0_0_7=g_navNode_2_4_0_0_0.addNode('747','Frequently asked questions',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Healthcareprofessionalreporting/Frequentlyaskedquestions/index.htm','OverrideTitle==Healthcare professional reporting of adverse drug reactions\x3a Frequently asked questions');
g_navNode_2_4_0_0_1=g_navNode_2_4_0_0.addNode('755','Patient reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Patientreporting/index.htm','OverrideTitle==Patient reporting of suspected adverse drug reactions');
g_navNode_2_4_0_0_1_0=g_navNode_2_4_0_0_1.addNode('756','Frequently asked questions on patient reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Patientreporting/Patientinformation/index.htm','OverrideTitle==Yellow Card Scheme\x3a information for patients');
g_navNode_2_4_0_0_2=g_navNode_2_4_0_0.addNode('905','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Druganalysisprints/index.htm','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x60Live\x60','ContentIndexRequireTOC==TRUE','ContentIndexTitle==Drug Analysis Prints','ExcludeFromAtoZ==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_2_4_0_0_2_0=g_navNode_2_4_0_0_2.addNode('1000','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm');
g_navNode_2_4_0_0_2_1=g_navNode_2_4_0_0_2.addNode('1001','Questions and answers on Yellow Card data',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_2_4_0_0_4=g_navNode_2_4_0_0.addNode('1008','Information for the Pharmaceutical Industry',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/index.htm','OverrideTitle==Reporting suspected adverse drug reactions\x3a Information for the Pharmaceutical Industry');
g_navNode_2_4_0_0_4_0=g_navNode_2_4_0_0_4.addNode('1010','Anonymised Single Patient Reports',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/AnonymisedSinglePatientReports/index.htm');
g_navNode_2_4_0_0_4_2=g_navNode_2_4_0_0_4.addNode('1199','E2B reporting with the MHRA',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/E2BreportingwiththeMHRA/index.htm','OverrideTitle==E2B reporting with the MHRA\x3a Updated information - January 2008');
g_navNode_2_4_0_0_4_2_0=g_navNode_2_4_0_0_4_2.addNode('1080','Questions and answers on E2B reporting',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/E2BreportingwiththeMHRA/QuestionsandanswersonE2Breporting/index.htm','AliasTitle==E2B reporting\x3a Questions and answers','ExcludeFromAtoZ==TRUE');
g_navNode_2_4_0_0_4_3=g_navNode_2_4_0_0_4.addNode('100169','Adverse drug reaction \x28ADR\x29 literature reports list',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspectedadversedrugreactions/InformationforthePharmaceuticalIndustry/AdversedrugreactionADRliteraturereportslist/index.htm','OverrideTitle==Adverse drug reaction \x28ADR\x29 reports received by the MHRA from literature articles');
g_navNode_2_4_0_0_5=g_navNode_2_4_0_0.addNode('100005','Download reporting forms and promotional material',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/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_2_4_0_1=g_navNode_2_4_0.addNode('290','Reporting suspected defects in medicines',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspecteddefectsinmedicines/index.htm','AliasTitle==Defects in medicines\x3a reporting suspected defects');
g_navNode_2_4_0_1_0=g_navNode_2_4_0_1.addNode('809','Suspected defect online form',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Medicines/Reportingsuspecteddefectsinmedicines/Suspecteddefectonlineform/index.htm');
g_navNode_2_4_1=g_navNode_2_4.addNode('291','Devices',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Devices/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Reporting adverse incidents involving medical devices');
g_navNode_2_4_1_0=g_navNode_2_4_1.addNode('100291','Medical device adverse incident reporting forms',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Devices/Medicaldeviceadverseincidentreportingforms/index.htm');
g_navNode_2_4_2=g_navNode_2_4.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_2_4_2_0=g_navNode_2_4_2.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_2_4_2_1=g_navNode_2_4_2.addNode('100106','SABRE communications',ssUrlPrefix + 'Safetyinformation/Reportingsafetyproblems/Blood/SABREcommunications/index.htm');
g_navNode_2_5=g_navNode_2.addNode('100006','Information for healthcare professional specialties ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/index.htm','AliasTitle==Healthcare professional groups');
g_navNode_2_5_0=g_navNode_2_5.addNode('100177','Anaesthetics ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Anaesthetics/index.htm','OverrideTitle==Anaesthetics - a one-stop resource for anaesthetists');
g_navNode_2_5_0_0=g_navNode_2_5_0.addNode('100178','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Anaesthetics/MedicaldevicesWhattoreport/index.htm','OverrideTitle==Anaesthetics\x3a what should I report?');
g_navNode_2_5_1=g_navNode_2_5.addNode('100029','Cardiology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Cardiology - a one-stop resource for cardiology practitioners');
g_navNode_2_5_1_0=g_navNode_2_5_1.addNode('100030','What should I report',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Cardiology/MedicaldevicesWhattoreport/index.htm','AliasTitle==Cardiologists\x3a What should I report?','AliasTitle1==What should I report \x28cardiology\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Cardiology\x3a what should I report?');
g_navNode_2_5_2=g_navNode_2_5.addNode('100310','Care home staff ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Carehomestaff/index.htm','OverrideTitle==Care home staff - a one-stop resource for care home staff');
g_navNode_2_5_2_0=g_navNode_2_5_2.addNode('100311','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Carehomestaff/WhatshouldIreport/index.htm','OverrideTitle==Care home staff\x3a what should I report?');
g_navNode_2_5_3=g_navNode_2_5.addNode('100175','Critical care ',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Criticalcarepractitioners/index.htm','OverrideTitle==Critical care - a one-stop resource for critical care practitioners');
g_navNode_2_5_3_0=g_navNode_2_5_3.addNode('100176','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Criticalcarepractitioners/MedicaldevicesWhattoreport/index.htm','OverrideTitle==Critical care\x3a what should I report?');
g_navNode_2_5_4=g_navNode_2_5.addNode('100038','Obstetrics and gynaecology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/index.htm','OverrideTitle==Obstetrics and gynaecology  - a one-stop resource for obstetrics and gynaecology practitioners ');
g_navNode_2_5_4_0=g_navNode_2_5_4.addNode('100039','What should I report',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Obstetricsandgynaecology/MedicaldevicesWhattoreport/index.htm','AliasTitle==Obstetrics and gynaecology\x3a What should I report ','AliasTitle1== What should I report \x28Obstetrics and gynaecology\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Obstetrics and gynaecology\x3a what should I report?');
g_navNode_2_5_5=g_navNode_2_5.addNode('100007','Ophthalmology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/index.htm','AliasTitle==Ophthalmology','ExcludeFromAtoZ==TRUE','OverrideTitle==Ophthalmology - a one-stop resource for ophthalmology practitioners');
g_navNode_2_5_5_0=g_navNode_2_5_5.addNode('100008','What should I report',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Ophthalmology/WhatshouldIreport/index.htm','AliasTitle==What should I report \x28ophthalmologists\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Ophthalmologists\x3a what should I report');
g_navNode_2_5_6=g_navNode_2_5.addNode('100031','Orthopaedics',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Orthopaedics - a one-stop resource for orthopaedic practitioners');
g_navNode_2_5_6_0=g_navNode_2_5_6.addNode('100032','What should I report',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Orthopaedics/MedicaldevicesWhattoreport/index.htm','AliasTitle==What should I report \x28orthopaedics\x29','ExcludeFromAtoZ==FALSE','OverrideTitle==Orthopaedics\x3a what should I report');
g_navNode_2_5_7=g_navNode_2_5.addNode('100109','Pathology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pathology/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Pathology - a one-stop resource for pathologists');
g_navNode_2_5_7_0=g_navNode_2_5_7.addNode('100110','What should I report',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pathology/MedicaldevicesWhattoreport/index.htm','AliasTitle==What should I report \x28pathology\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Pathology\x3a what should I report');
g_navNode_2_5_8=g_navNode_2_5.addNode('100102','Pharmacy',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/index.htm','AliasTitle==What should I report \x28pharmacy\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Pharmacy - a one-stop resource for pharmacists');
g_navNode_2_5_8_0=g_navNode_2_5_8.addNode('100124','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Pharmacy/MedicaldevicesWhattoreport/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Pharmacy\x3a what should I report?');
g_navNode_2_5_9=g_navNode_2_5.addNode('100126','Radiology',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Radiology - a one-stop resource for radiology practitioners');
g_navNode_2_5_9_0=g_navNode_2_5_9.addNode('100127','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Radiology/MedicaldevicesWhattoreport/index.htm','AliasTitle==Medical devices\x3a What to report \x28Radiology\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Radiology\x3a What should I report?');
g_navNode_2_5_10=g_navNode_2_5.addNode('100101','Theatre practitioners',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/index.htm','OverrideTitle==Theatre practitioners - a one-stop resource for theatre practitioners');
g_navNode_2_5_10_0=g_navNode_2_5_10.addNode('100119','What should I report?',ssUrlPrefix + 'Safetyinformation/Healthcareproviders/Theatrepractitioners/MedicaldevicesWhattoreport/index.htm','AliasTitle==Medical devices\x3a What to report \x28Theatre practitioners\x29','ExcludeFromAtoZ==TRUE','OverrideTitle==Theatre practitioners\x3a what should I report?');
g_navNode_3=g_navNode_Root.addNode('297','Committees',ssUrlPrefix + 'Committees/index.htm','ArchiveSearchMetaDataField==xMeetingDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60CommitteeDocument\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29','DynamicListTitle==Latest Committee documents','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==committees');
g_navNode_3_0=g_navNode_3.addNode('298','Medicines advisory bodies',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/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','DynamicListTitle==Latest Committee documents for medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_0=g_navNode_3_0.addNode('863','Commission on Human Medicines ',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/index.htm');
g_navNode_3_0_0_0=g_navNode_3_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_3_0_0_1=g_navNode_3_0_0.addNode('896','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/Minutes/index.htm','ArchiveSearchMetaDataField==xMeetingDate','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 \x3csubstring\x3e \x60Commission on Human Medicines\x60  \x3cAND\x3e  xThirdLevel \x3csubstring\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes for the Commission on Human Medicines','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Commission on Human Medicines');
g_navNode_3_0_0_2=g_navNode_3_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_3_0_0_2_0=g_navNode_3_0_0_2.addNode('951','Anti-infective HIV and AIDS',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Anti-infectiveHIVandAIDS/index.htm','OverrideTitle==Anti-infective HIV and AIDS Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_0_0=g_navNode_3_0_0_2_0.addNode('1074','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Anti-infectiveHIVandAIDS/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-infective HIV and AIDS\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Anti-infective HIV and AIDS Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Anti-infective HIV and AIDS Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_3_0_0_2_1=g_navNode_3_0_0_2.addNode('908','Biologicals and Vaccines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/BiologicalsandVaccines/index.htm','OverrideTitle==Biologicals and Vaccines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_1_0=g_navNode_3_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_3_0_0_2_2=g_navNode_3_0_0_2.addNode('927','Cardiovascular, Diabetes, Renal Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/CardiovascularDiabetesRenalMedicines/index.htm','OverrideTitle==Cardiovascular/Diabetes/ Renal Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_2_0=g_navNode_3_0_0_2_2.addNode('941','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/CardiovascularDiabetesRenalMedicines/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 \x60Cardiovascular, Diabetes, Renal Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Cardiovascular, Diabetes, Renal Medicines Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Cardiovascular, Diabetes, Renal Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_3=g_navNode_3_0_0_2.addNode('913','Chemistry, Pharmacy and Standards',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ChemistryPharmacyandStandards/index.htm','OverrideTitle==Chemistry, Pharmacy and Standards Expert Advisory  Group \x28CPSEAG\x29 of the Commission on Human Medicines');
g_navNode_3_0_0_2_3_0=g_navNode_3_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_3_0_0_2_4=g_navNode_3_0_0_2.addNode('1039','Clinical Trials',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/ClinicalTrials/index.htm','OverrideTitle==Clinical Trials Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_4_0=g_navNode_3_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_3_0_0_2_5=g_navNode_3_0_0_2.addNode('1044','Dermatology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Dermatology/index.htm','OverrideTitle==Dermatology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_5_0=g_navNode_3_0_0_2_5.addNode('1049','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Dermatology/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\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Dermatology Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Dermatology Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_3_0_0_2_6=g_navNode_3_0_0_2.addNode('1045','Gastrointestinal and Hepatology Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/GastrointestinalandHepatologyMedicines/index.htm','OverrideTitle==Gastrointestinal and Hepatology Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_7=g_navNode_3_0_0_2.addNode('1046','Neurology and Pain Management',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/NeurologyandPainManagement/index.htm','OverrideTitle==Neurology and Pain Management Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_8=g_navNode_3_0_0_2.addNode('940','Oncology and Haematology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/OncologyandHaematology/index.htm','OverrideTitle==Oncology and Haematology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_8_0=g_navNode_3_0_0_2_8.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_3_0_0_2_9=g_navNode_3_0_0_2.addNode('924','Paediatric Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PaediatricMedicines/index.htm','OverrideTitle==Paediatric Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_9_0=g_navNode_3_0_0_2_9.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_3_0_0_2_10=g_navNode_3_0_0_2.addNode('962','Patient Information',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PatientInformation/index.htm','OverrideTitle==Patient Information Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_10_0=g_navNode_3_0_0_2_10.addNode('1026','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/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_3_0_0_2_11=g_navNode_3_0_0_2.addNode('926','Pharmacovigilance',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/Pharmacovigilance/index.htm','OverrideTitle==Pharmacovigilance Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_11_0=g_navNode_3_0_0_2_11.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_3_0_0_2_12=g_navNode_3_0_0_2.addNode('1047','Psychiatry and Old Age Psychiatry',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PsychiatryandOldAgePsychiatry/index.htm','OverrideTitle==Psychiatry and Old Age Psychiatry Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_12_0=g_navNode_3_0_0_2_12.addNode('1052','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/PsychiatryandOldAgePsychiatry/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 \x60Psychiatry and Old Age Psychiatry\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Psychiatry and Old Age Psychiatry Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Psychiatry and Old Age Psychiatry Expert Advisory Group of the Commission on Human Medicines','secondaryUrlVariableField==region1');
g_navNode_3_0_0_2_13=g_navNode_3_0_0_2.addNode('939','Respiratory and Allergy Medicines',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/RespiratoryandAllergyMedicines/index.htm','OverrideTitle==Respiratory and Allergy Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_13_0=g_navNode_3_0_0_2_13.addNode('946','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/RespiratoryandAllergyMedicines/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 \x60Respiratory and Allergy Medicines\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Respiratory and Allergy Medicines Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Respiratory and Allergy Medicines Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_14=g_navNode_3_0_0_2.addNode('1048','Rheumatology and Immunology',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/RheumatologyandImmunology/index.htm','OverrideTitle==Rheumatology and Immunology Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_15=g_navNode_3_0_0_2.addNode('917','Women\'s Health',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/WomensHealth/index.htm','OverrideTitle==Women\\x27s Health Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_2_15_0=g_navNode_3_0_0_2_15.addNode('947','Minutes',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommissiononHumanMedicines/ExpertAdvisoryGroups/WomensHealth/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 \x60Women\\x27s Health\x60  \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Minutes\x60','DynamicListTitle==Latest minutes of the Women\\x27s Health Expert Advisory Group','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Minutes of the Women\\x27s Health Expert Advisory Group of the Commission on Human Medicines');
g_navNode_3_0_0_3=g_navNode_3_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_3_0_1=g_navNode_3_0.addNode('302','Advisory Board on the Registration of Homoeopathic 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_3_0_1_0=g_navNode_3_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_3_0_1_1=g_navNode_3_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_3_0_1_2=g_navNode_3_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_3_0_2=g_navNode_3_0.addNode('304','British Pharmacopoeia Commission',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/BritishPharmacopoeiaCommission/index.htm','ASDDocType==CommitteeDocument','ArchiveSearchMetaDataField==xMeetingDate','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_3_0_3=g_navNode_3_0.addNode('925','Herbal Medicines Advisory Committee',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/HerbalMedicinesAdvisoryCommittee/index.htm');
g_navNode_3_0_3_0=g_navNode_3_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_3_0_4=g_navNode_3_0.addNode('305','Independent Review Panel for Advertising',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelforAdvertising/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 \x60Independent Review Panel for Advertising\x60','DynamicListTitle==Latest documents for the Independent Review Panel for Advertising','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_4_0=g_navNode_3_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_3_0_5=g_navNode_3_0.addNode('306','Independent Review Panel on the Classification of Borderline Products',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/IndependentReviewPanelontheClassificationofBorderlineProducts/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 \x60Independent Review Panel on the Classification of Borderline Products\x60','DynamicListTitle==Latest documents for the Independent Review Panel on the Classification of Borderline Products','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_5_0=g_navNode_3_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_3_0_7=g_navNode_3_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_3_0_7_2=g_navNode_3_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_3_0_7_3=g_navNode_3_0_7.addNode('759','Annual Report',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/CommitteeonSafetyofMedicines/AnnualReport/index.htm','OverrideTitle==Annual report of Committee on Safety of Medicines');
g_navNode_3_0_7_5=g_navNode_3_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_3_0_7_5_0=g_navNode_3_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_3_0_7_5_0_1=g_navNode_3_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_3_0_7_5_1=g_navNode_3_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_3_0_7_5_1_1=g_navNode_3_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_3_0_7_5_2=g_navNode_3_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_3_0_7_5_2_1=g_navNode_3_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_3_0_7_6=g_navNode_3_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_3_0_7_6_3=g_navNode_3_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_3_0_7_6_3_1=g_navNode_3_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_3_0_7_6_5=g_navNode_3_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_3_0_7_6_5_1=g_navNode_3_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_3_0_7_6_6=g_navNode_3_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_3_0_7_6_6_1=g_navNode_3_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_3_0_7_6_8=g_navNode_3_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_3_0_7_6_8_1=g_navNode_3_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_3_0_8=g_navNode_3_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_3_0_8_1=g_navNode_3_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_3_0_8_2=g_navNode_3_0_8.addNode('758','Annual Report',ssUrlPrefix + 'Committees/Medicinesadvisorybodies/MedicinesCommission/AnnualReport/index.htm','OverrideTitle==Annual report of the Medicines Commission');
g_navNode_3_0_9=g_navNode_3_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_3_1=g_navNode_3.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_3_1_0=g_navNode_3_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_3_1_0_0=g_navNode_3_1_0.addNode('100180','Members',ssUrlPrefix + 'Committees/Devices/CommitteeontheSafetyofDevices/Members/index.htm','ASDDocType==CommitteeDocument','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==Membership of Committee on the Safety of Devices','secondaryUrlVariableField==region1');
g_navNode_3_1_0_1=g_navNode_3_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==Minutes of the Committee on the Safety of Devices','secondaryUrlVariableField==region1');
g_navNode_3_1_1=g_navNode_3_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_3_1_2=g_navNode_3_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_3_1_3=g_navNode_3_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_3_1_4=g_navNode_3_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_3_1_4_0=g_navNode_3_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_3_2=g_navNode_3.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_3_2_0=g_navNode_3_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_3_2_1=g_navNode_3_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_3_2_2=g_navNode_3_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_4=g_navNode_Root.addNode('313','Conferences and Learning Centre',ssUrlPrefix + 'ConferencesLearningCentre/index.htm','ASDDocType==ConferenceInfo','ArchiveSearchMetaDataField==xEventDate','DynamicListQuery==dDocType \x3csubstring\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60334\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60314\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xSecondLevel \x3cmatches\x3e \x60Splash page\x60\x29 \x3cOR\x3e dDocType \x3cmatches\x3e \x60ConferenceInfo\x60','DynamicListSortBy==xEventDate','DynamicListSortOrder==Asc','DynamicListTitle==Current events','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==learning');
g_navNode_4_0=g_navNode_4.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_4_0_0=g_navNode_4_0.addNode('326','Register for an event',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Registerforanevent/index.htm','ASDDocType==ConferenceInfo');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('559','Registration form',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Registerforanevent/Registrationform/index.htm','AliasTitle==Event registration form','ExcludeFromAtoZ==TRUE');
g_navNode_4_0_1=g_navNode_4_0.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_4_0_3=g_navNode_4_0.addNode('330','Publications',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Publications/index.htm','OverrideTitle==Conference publications');
g_navNode_4_0_3_0=g_navNode_4_0_3.addNode('327','Order documentation',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Publications/Orderdocumentation/index.htm','AliasTitle==Conference documentation\x3a How to order','ExcludeFromAtoZ==TRUE');
g_navNode_4_0_4=g_navNode_4_0.addNode('329','Contact the team',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Contacttheteam/index.htm','AliasTitle==Conferences team contacts','ExcludeFromAtoZ==TRUE');
g_navNode_4_0_5=g_navNode_4_0.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_4_0_6=g_navNode_4_0.addNode('708','Event feedback form',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/Eventfeedbackform/index.htm','AliasTitle==Feedback form for events');
g_navNode_4_0_8=g_navNode_4_0.addNode('100011','Conference documentation',ssUrlPrefix + 'ConferencesLearningCentre/Conferences/ConferenceDocumentation/index.htm');
g_navNode_4_1=g_navNode_4.addNode('100185','MHRA speakers',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/index.htm');
g_navNode_4_1_0=g_navNode_4_1.addNode('100186','Our speakers',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Ourspeakers/index.htm');
g_navNode_4_1_1=g_navNode_4_1.addNode('100188','FAQs',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/FAQs/index.htm','AliasTitle==MHRA speakers\x3a FAQs');
g_navNode_4_1_2=g_navNode_4_1.addNode('100187','Speaker fees',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Speakerfees/index.htm');
g_navNode_4_1_3=g_navNode_4_1.addNode('100189','Speaker request form',ssUrlPrefix + 'ConferencesLearningCentre/MHRAspeakers/Speakerrequestform/index.htm');
g_navNode_4_2=g_navNode_4.addNode('334','Learning Centre',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/index.htm');
g_navNode_4_2_1=g_navNode_4_2.addNode('100171','Devices in practice',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Devicesinpractice/index.htm','OverrideTitle==Devices in practice e-learning module');
g_navNode_4_2_2=g_navNode_4_2.addNode('1175','Electrosurgery',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Electrosurgery/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Electrosurgery e-learning module');
g_navNode_4_2_3=g_navNode_4_2.addNode('1176','Anaesthetic machines',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Anaestheticmachines/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Anaesthetic machines e-learning module');
g_navNode_4_2_4=g_navNode_4_2.addNode('100158','The operating table',ssUrlPrefix + 'ConferencesLearningCentre/LearningCentre/Theoperatingtable/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==The operating table e-learning module');
g_navNode_5=g_navNode_Root.addNode('338','Online services',ssUrlPrefix + 'Onlineservices/index.htm','sectionID==online');
g_navNode_5_0=g_navNode_5.addNode('339','General',ssUrlPrefix + 'Onlineservices/General/index.htm','OverrideTitle==General online services','sectionID==online');
g_navNode_5_0_0=g_navNode_5_0.addNode('340','Email alerting service',ssUrlPrefix + 'Onlineservices/General/E-mailalertingservice/index.htm','sectionID==online');
g_navNode_5_0_1=g_navNode_5_0.addNode('341','Freedom of information requests',ssUrlPrefix + 'Onlineservices/General/Freedomofinformationrequests/index.htm','AliasTitle==Freedom of Information request form','sectionID==online');
g_navNode_5_1=g_navNode_5.addNode('342','Medicines',ssUrlPrefix + 'Onlineservices/Medicines/index.htm','OverrideTitle==Medicines online services','sectionID==online');
g_navNode_5_1_0=g_navNode_5_1.addNode('936','Portal',ssUrlPrefix + 'Onlineservices/Medicines/Portal/index.htm');
g_navNode_5_1_1=g_navNode_5_1.addNode('348','RamaXL',ssUrlPrefix + 'Onlineservices/Medicines/RamaXL/index.htm','sectionID==online');
g_navNode_5_1_2=g_navNode_5_1.addNode('353','Drug Analysis Prints \x28DAPs\x29',ssUrlPrefix + 'Onlineservices/Medicines/Druganalysisprints/index.htm','ASDDocType==SentinelDocuments','ContentIndexQuery==dDocType \x3cmatches\x3e \x60SentinelDocuments\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60DAP\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x60Live\x60','ContentIndexRequireTOC==TRUE','ContentIndexShowTOCContentId==CON2015447','ContentIndexTOCContentId==CON2015458','ExcludeFromAtoZ==TRUE','OverrideTitle==Download Drug Analysis Prints \x28DAPs\x29');
g_navNode_5_1_2_0=g_navNode_5_1_2.addNode('558','Detailed Drug Analysis Print interpretation guide',ssUrlPrefix + 'Onlineservices/Medicines/Druganalysisprints/DetailedDrugAnalysisPrintinterpretationguide/index.htm');
g_navNode_5_1_2_1=g_navNode_5_1_2.addNode('830','Questions and answers on Yellow Card data',ssUrlPrefix + 'Onlineservices/Medicines/Druganalysisprints/QuestionsandanswersonYellowCarddata/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_5_1_3=g_navNode_5_1.addNode('343','Reporting suspected adverse drug reactions',ssUrlPrefix + 'Onlineservices/Medicines/Reportingsuspectedadversedrugreactions/index.htm','ExcludeFromAtoZ==TRUE','sectionID==online');
g_navNode_5_1_4=g_navNode_5_1.addNode('346','Reporting suspected defects in medicines',ssUrlPrefix + 'Onlineservices/Medicines/Reportingsuspecteddefectsinmedicines/index.htm','AliasTitle==Defects in medicines\x3a reporting suspected defects','sectionID==online');
g_navNode_5_1_4_0=g_navNode_5_1_4.addNode('550','Suspected defect form',ssUrlPrefix + 'Onlineservices/Medicines/Reportingsuspecteddefectsinmedicines/Suspecteddefectform/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_5_1_5=g_navNode_5_1.addNode('856','Public Assessment Reports',ssUrlPrefix + 'Onlineservices/Medicines/PublicAssessmentReports/index.htm','AliasTitle==Public Assessment Reports for medicines','ArchiveSearchMetaDataField==xCreationDate','ContentIndexQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60UKPAR\x60','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==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE');
g_navNode_5_1_5_0=g_navNode_5_1_5.addNode('1038','Public Assessment Reports for herbal medicines',ssUrlPrefix + 'Onlineservices/Medicines/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','secondaryUrlVariableField==region1');
g_navNode_5_1_5_1=g_navNode_5_1_5.addNode('910','A-Z listing',ssUrlPrefix + 'Onlineservices/Medicines/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','OverrideTitle==Public Assessment Reports for medicines\x3a A-Z listing');
g_navNode_5_2=g_navNode_5.addNode('354','Devices',ssUrlPrefix + 'Onlineservices/Devices/index.htm','OverrideTitle==Devices online services');
g_navNode_5_2_0=g_navNode_5_2.addNode('355','Reporting adverse incidents - download paper forms',ssUrlPrefix + 'Onlineservices/Devices/Reportingadverseincidents/index.htm','AliasTitle==Reporting adverse incidents involving medical devices','AliasTitle1==Adverse incidents involving devices\x3a reporting','AliasTitle2==Download paper forms for adverse incidents involving medical devices','ExcludeFromAtoZ==TRUE');
g_navNode_5_2_1=g_navNode_5_2.addNode('358','Using medical devices safely',ssUrlPrefix + 'Onlineservices/Devices/Usingmedicaldevicessafely/index.htm','AliasTitle==Medical devices\x3a How to use safely');
g_navNode_5_2_2=g_navNode_5_2.addNode('1198','Electrosurgery',ssUrlPrefix + 'Onlineservices/Devices/Electrosurgery/index.htm','OverrideTitle==Electrosurgery educational package');
g_navNode_5_2_3=g_navNode_5_2.addNode('100069','Anaesthetic machines',ssUrlPrefix + 'Onlineservices/Devices/Anaestheticmachines/index.htm','OverrideTitle==Anaesthetic machines e-learning module');
g_navNode_5_2_4=g_navNode_5_2.addNode('100172','The operating table',ssUrlPrefix + 'Onlineservices/Devices/Theoperatingtable/index.htm');
g_navNode_5_2_5=g_navNode_5_2.addNode('100173','Devices in practice',ssUrlPrefix + 'Onlineservices/Devices/Devicesinpractice/index.htm');
g_navNode_5_3=g_navNode_5.addNode('360','Blood',ssUrlPrefix + 'Onlineservices/Blood/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Serious Adverse Blood Reactions \x26 Events \x28SABRE\x29');
g_navNode_5_3_0=g_navNode_5_3.addNode('845','Frequently asked questions',ssUrlPrefix + 'Onlineservices/Blood/Frequentlyaskedquestions/index.htm','ExcludeFromAtoZ==TRUE','OverrideTitle==Frequently asked questions relating to SABRE');
g_navNode_6=g_navNode_Root.addNode('362','Publications',ssUrlPrefix + 'Publications/index.htm','ASDDocType==Publication','AliasTitle==Latest publications','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60Publication\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cAND\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e\x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60\x29','DynamicListTitle==Latest Publications','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==publications');
g_navNode_6_0=g_navNode_6.addNode('363','Safety warnings',ssUrlPrefix + 'Publications/Safetywarnings/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==\x28dDocType \x3cmatches\x3e \x60MedicalDeviceAlert\x60  \x3cOR\x3e dDocType \x3cmatches\x3e \x60DrugAlert\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60 \x3cOR\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60\x29','DynamicListTitle==Latest safety warnings','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_0_0=g_navNode_6_0.addNode('364','Drug Alerts',ssUrlPrefix + 'Publications/Safetywarnings/DrugAlerts/index.htm','ASDDocType==DrugAlert','AliasTitle==Alerts \x28medicines\x29','ArchiveSearchMetaDataField==xCreationDate','CheckinProfile==DrugAlert','DynamicListQuery==dDocType \x3cmatches\x3e \x60DrugAlert\x60  ','DynamicListTitle==Latest Drug Alerts','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_0_1=g_navNode_6_0.addNode('365','Medical Device Alerts',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/index.htm','ASDDocType==MedicalDeviceAlert','AliasTitle==Alerts \x28medical devices\x29','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_6_0_1_0=g_navNode_6_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_6_0_1_1=g_navNode_6_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_6_0_1_2=g_navNode_6_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==Latest advice notices','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_0_1_3=g_navNode_6_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==Latest Device alerts','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_0_1_4=g_navNode_6_0_1.addNode('419','Pacemaker technical notes',ssUrlPrefix + 'Publications/Safetywarnings/MedicalDeviceAlerts/Pacemakertechnicalnotes/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 \x60Pacemaker Technical Notes\x60','DynamicListTitle==Latest pacemaker technical notes','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_1=g_navNode_6.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','DynamicListTitle==Latest safety guidance publications','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_1_0=g_navNode_6_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  \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','DynamicListTitle==Latest Drug Safety Updates','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_1_1=g_navNode_6_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_6_1_2=g_navNode_6_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_6_1_3=g_navNode_6_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_6_1_4=g_navNode_6_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_6_2=g_navNode_6.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_6_2_0=g_navNode_6_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_6_2_0_0=g_navNode_6_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_6_2_0_1=g_navNode_6_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_6_2_1=g_navNode_6_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_6_2_1_0=g_navNode_6_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_6_2_1_1=g_navNode_6_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_6_2_1_2=g_navNode_6_2_1.addNode('100113','Vigilance guidance for specific devices',ssUrlPrefix + 'Publications/Regulatoryguidance/Devices/Vigilanceguidanceforspecificdevices/index.htm','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_6_2_1_3=g_navNode_6_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_6_2_1_3_0=g_navNode_6_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_6_3=g_navNode_6.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_6_3_0=g_navNode_6_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_6_3_1=g_navNode_6_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_6_3_1_0=g_navNode_6_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_6_3_1_1=g_navNode_6_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_6_3_1_2=g_navNode_6_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==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 \x60Other\x60','DynamicListTitle==Latest consultations','ExcludeFromAtoZ==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_3_2=g_navNode_6_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_6_4=g_navNode_6.addNode('857','Public Assessment Reports',ssUrlPrefix + 'Publications/PublicAssessmentReports/index.htm','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==TRUE','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Public Assessment Reports for medicines');
g_navNode_6_4_0=g_navNode_6_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_6_4_1=g_navNode_6_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_6_5=g_navNode_6.addNode('377','Devices evaluations',ssUrlPrefix + 'Publications/Devicesevaluations/index.htm','ASDDocType==Publication','ArchiveSearchMetaDataField==xCreationDate','HasArchiveSearchOption==FALSE','HasSubsectionSearch==FALSE','secondaryUrlVariableField==region1');
g_navNode_6_6=g_navNode_6.addNode('379','Newsletters',ssUrlPrefix + 'Publications/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==Latest newsletters','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_6_0=g_navNode_6_6.addNode('380','MAIL',ssUrlPrefix + 'Publications/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_6_7=g_navNode_6.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_6_7_0=g_navNode_6_7.addNode('382','Annual Reports',ssUrlPrefix + 'Publications/Corporate/AnnualReports/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 \x60Corporate\x60 \x3cAND\x3e  xThirdLevel \x3cmatches\x3e \x60Annual Reports\x60','DynamicListTitle==Latest Annual Reports','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','OverrideTitle==Annual Reports','secondaryUrlVariableField==region1');
g_navNode_6_7_1=g_navNode_6_7.addNode('974','Business Plans',ssUrlPrefix + 'Publications/Corporate/BusinessPlans/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 \x60Business Plan\x60  \x3cAND\x3e  xFourthLevel \x3csubstring\x3e \x60Business Plan\x60','secondaryUrlVariableField==region1');
g_navNode_6_7_2=g_navNode_6_7.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_6_7_5=g_navNode_6_7.addNode('384','Framework document',ssUrlPrefix + 'Publications/Corporate/Frameworkdocument/index.htm','ASDDocType==Publication');
g_navNode_6_7_6=g_navNode_6_7.addNode('851','Communication',ssUrlPrefix + 'Publications/Corporate/Communication/index.htm','ASDDocType==Publication','AliasTitle==Communications strategy','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_6_7_7=g_navNode_6_7.addNode('1017','Research',ssUrlPrefix + 'Publications/Corporate/Research/index.htm','OverrideTitle==Research publications');
g_navNode_6_8=g_navNode_6.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_6_9=g_navNode_6.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  \x3cNOT\x3e \x28xWebsiteObjectType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e  \x28xFourthLevel \x3cmatches\x3e \x60Posters and Leaflets\x60  \x3cOR\x3e  xFourthLevel \x3cmatches\x3e \x60Consumer plus posters leaflets\x60\x29','DynamicListTitle==Latest posters and leaflets','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1');
g_navNode_7=g_navNode_Root.addNode('387','News Centre',ssUrlPrefix + 'NewsCentre/index.htm','ASDDocType==News','ArchiveSearchMetaDataField==xCreationDate','DynamicListQuery==dDocType \x3cmatches\x3e \x60News\x60','DynamicListTitle==Latest News and Press Releases','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_7_0=g_navNode_7.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','DynamicListTitle==What\\x27s new','HasArchiveSearchOption==TRUE','HasSubsectionSearch==TRUE','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_7_0_0=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/01/2010\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/02/2010\x60','DynamicListTitle==New for January','OverrideTitle==What\\x27s new in January 2010');
g_navNode_7_0_1=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/12/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/01/2010\x60','DynamicListTitle==New for December','OverrideTitle==What\\x27s new in December 2009','secondaryUrlVariableField==region1');
g_navNode_7_0_2=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/11/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/12/2009\x60','DynamicListTitle==New for November','OverrideTitle==What\\x27s new in November 2009','secondaryUrlVariableField==region1');
g_navNode_7_0_3=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/10/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/11/2009\x60','DynamicListTitle==New for October','OverrideTitle==What\\x27s new in October 2009');
g_navNode_7_0_4=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/09/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/010/2009\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for September','OverrideTitle==What\\x27s new in September 2009');
g_navNode_7_0_5=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/08/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/09/2009\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for August','OverrideTitle==What\\x27s new in August 2009');
g_navNode_7_0_6=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/07/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/08/2009\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for July','OverrideTitle==What\\x27s new in July 2009');
g_navNode_7_0_7=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/06/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/07/2009\x60 \x3cAND\x3e \x3cNOT\x3e xDeviceAlertType \x3cmatches\x3e \x60Field Safety Notice\x60','DynamicListTitle==New for June','OverrideTitle==What\\x27s new in June 2009');
g_navNode_7_0_8=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/05/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/06/2009\x60','DynamicListTitle==New for May','OverrideTitle==What\\x27s new in May 2009');
g_navNode_7_0_9=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/04/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/05/2009\x60','DynamicListTitle==New for April','OverrideTitle==What\\x27s new in April 2009');
g_navNode_7_0_10=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/03/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/04/2009\x60','DynamicListTitle==New for March','OverrideTitle==What\\x27s new in March 2009');
g_navNode_7_0_11=g_navNode_7_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  xCreationDate \x3e\x3d \x6001/02/2009\x60  \x3cAND\x3e  xCreationDate \x3c \x6001/03/2009\x60','DynamicListTitle==New for February','OverrideTitle==What\\x27s new in February 2009');
g_navNode_7_1=g_navNode_7.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_7_2=g_navNode_7.addNode('392','Press contacts',ssUrlPrefix + 'NewsCentre/Presscontacts/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60545\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60545\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1','sectionID==news');
g_navNode_7_3=g_navNode_7.addNode('393','Photo and image library',ssUrlPrefix + 'NewsCentre/Photoandimagelibrary/index.htm','AliasTitle==Image library','AliasTitle1==Downloadable images','sectionID==news');
g_navNode_8=g_navNode_Root.addNode('394','Contact us',ssUrlPrefix + 'Contactus/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60394\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60394\x60  \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1','sectionID==about');
g_navNode_8_0=g_navNode_8.addNode('545','Press enquiries',ssUrlPrefix + 'Contactus/Pressenquiries/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60545\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60545\x60 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1');
g_navNode_8_1=g_navNode_8.addNode('546','Freedom of information enquiries',ssUrlPrefix + 'Contactus/Freedomofinformationenquiries/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60546\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60546\x60 \x3cAND\x3e  xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60 \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1');
g_navNode_8_1_0=g_navNode_8_1.addNode('797','FOI request form',ssUrlPrefix + 'Contactus/Freedomofinformationenquiries/FOIrequestform/index.htm','AliasTitle==FOI \x28Freedom of Information\x29 request form ','ExcludeFromAtoZ==TRUE');
g_navNode_8_2=g_navNode_8.addNode('547','Website enquiries',ssUrlPrefix + 'Contactus/Websiteenquiries/index.htm','CheckinProfile==WebsiteResources','DynamicListQuery==dDocType \x3cmatches\x3e \x60WebsiteResources\x60  \x3cAND\x3e  xCollectionID \x3e\x3d \x60547\x60  \x3cAND\x3e  xCollectionID \x3c\x3d \x60547\x60  \x3cAND\x3e  xSecondLevel \x3cmatches\x3e \x60Other\x60','secondaryUrlVariableField==region1');
g_navNode_8_2_0=g_navNode_8_2.addNode('798','Feedback',ssUrlPrefix + 'Contactus/Websiteenquiries/Feedback/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_8_2_0_0=g_navNode_8_2_0.addNode('799','Website general feedback form',ssUrlPrefix + 'Contactus/Websiteenquiries/Feedback/Websitegeneralfeedbackform/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_8_2_0_1=g_navNode_8_2_0.addNode('800','Website technical feedback form',ssUrlPrefix + 'Contactus/Websiteenquiries/Feedback/Websitetechnicalfeedbackform/index.htm','ExcludeFromAtoZ==TRUE');
g_navNode_8_3=g_navNode_8.addNode('397','Specific enquiries by MHRA Division',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/index.htm','AliasTitle==Enquiries by MHRA Division','sectionID==about');
g_navNode_8_3_0=g_navNode_8_3.addNode('766','Communications',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Communications/index.htm','OverrideTitle==Communications enquiries');
g_navNode_8_3_1=g_navNode_8_3.addNode('767','Devices Clinical',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/DevicesClinical/index.htm','OverrideTitle==Devices Clinical enquiries');
g_navNode_8_3_2=g_navNode_8_3.addNode('768','Device Technology and Safety',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/DeviceTechnologyandSafety/index.htm','OverrideTitle==Devices Technology and Safety enquiries');
g_navNode_8_3_4=g_navNode_8_3.addNode('772','Human Resources',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/HumanResources/index.htm','AliasTitle==HR enquiries','OverrideTitle==Human Resources enquiries');
g_navNode_8_3_5=g_navNode_8_3.addNode('773','Information Management',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/InformationManagement/index.htm','OverrideTitle==Information Management enquiries');
g_navNode_8_3_6=g_navNode_8_3.addNode('776','Inspection, Enforcement and Standards',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/InspectionandStandards/index.htm','AliasTitle==Enforcement enquiries','OverrideTitle==Inspection, Enforcement and Standards enquiries');
g_navNode_8_3_7=g_navNode_8_3.addNode('774','Licensing',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Licensing/index.htm','OverrideTitle==Licensing enquiries');
g_navNode_8_3_8=g_navNode_8_3.addNode('771','Operations and Finance',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/OperationsandFinance/index.htm','AliasTitle==Finance enquiries','OverrideTitle==Operations and Finance enquiries');
g_navNode_8_3_9=g_navNode_8_3.addNode('770','Policy',ssUrlPrefix + 'Contactus/SpecificenquiriesbyMHRADivision/Policy/index.htm','OverrideTitle==Policy enquiries');
g_navNode_8_3_10=g_navNode_8_3.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_8_4=g_navNode_8.addNode('562','Specific enquiries by subject',ssUrlPrefix + 'Contactus/Specificenquiriesbysubject/index.htm','AliasTitle==Enquiries by subject','AliasTitle1==Subject enquiries','secondaryUrlVariableField==region1');
g_navNode_8_5=g_navNode_8.addNode('980','Regulatory Information Service \x28RIS\x29 for medicines',ssUrlPrefix + 'Contactus/RegulatoryInformationService\x28RIS\x29formedicines/index.htm');
g_navNode_8_7=g_navNode_8.addNode('1182','Pharmacovigilance Service Desk',ssUrlPrefix + 'Contactus/PharmacovigilanceServiceDesk/index.htm');
g_navNode_8_9=g_navNode_8.addNode('931','Access MHRA data for research',ssUrlPrefix + 'Contactus/AccessMHRAdataforresearch/index.htm','AliasTitle==Research\x3a Access to MHRA data');
g_navNode_9=g_navNode_Root.addNode('401','Your views',ssUrlPrefix + 'Yourviews/index.htm','sectionID==views');
g_navNode_9_0=g_navNode_9.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_9_0_1=g_navNode_9_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_9_0_2=g_navNode_9_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_9_0_2_0=g_navNode_9_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_9_0_2_1=g_navNode_9_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_9_0_2_2=g_navNode_9_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_9_0_2_2_0=g_navNode_9_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_9_0_3=g_navNode_9_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_9_1=g_navNode_9.addNode('405','Feedback',ssUrlPrefix + 'Yourviews/Feedback/index.htm','sectionID==views');
g_navNode_9_1_0=g_navNode_9_1.addNode('552','Website general feedback form',ssUrlPrefix + 'Yourviews/Feedback/Websitegeneralfeedbackform/index.htm','AliasTitle==General feedback form');
g_navNode_9_1_1=g_navNode_9_1.addNode('553','Website technical feedback form',ssUrlPrefix + 'Yourviews/Feedback/Websitetechnicalfeedbackform/index.htm','AliasTitle==Technical feedback form \x28website\x29');
g_navNode_9_2=g_navNode_9.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_9_2_0=g_navNode_9_2.addNode('560','MHRA complaint form',ssUrlPrefix + 'Yourviews/Howtomakeacomplaint/MHRAcomplaintform/index.htm','OverrideTitle==Complaint form');
g_navNode_10=g_navNode_Root.addNode('409','Related links',ssUrlPrefix + 'Relatedlinks/index.htm','CheckinProfile==RelatedLink','DynamicListQuery==dDocType \x3cmatches\x3e \x60RelatedLink\x60','DynamicListTitle==Related Links','secondaryUrlVariableField==region1');
g_navNode_11=g_navNode_Root.addNode('412','Crown Copyright',ssUrlPrefix + 'CrownCopyright/index.htm');
g_navNode_12=g_navNode_Root.addNode('413','Terms and conditions',ssUrlPrefix + 'Termsandconditions/index.htm');
g_navNode_13=g_navNode_Root.addNode('414','Privacy policy',ssUrlPrefix + 'Privacypolicy/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_0=g_navNode_15.addNode('410','Sitemap',ssUrlPrefix + 'SearchHelp/Sitemap/index.htm');
g_navNode_15_1=g_navNode_15.addNode('430','A - Z index',ssUrlPrefix + 'SearchHelp/A-Zindex/index.htm');
g_navNode_15_2=g_navNode_15.addNode('429','Search',ssUrlPrefix + 'SearchHelp/Search/index.htm','OverrideTitle==Advanced search');
g_navNode_15_2_1=g_navNode_15_2.addNode('434','Search tips',ssUrlPrefix + 'SearchHelp/Search/Searchtips/index.htm','OverrideTitle==Search tips for MHRA website','secondaryUrlVariableField==region1');
g_navNode_15_3=g_navNode_15.addNode('407','Frequently asked questions',ssUrlPrefix + 'SearchHelp/Frequentlyaskedquestions/index.htm','OverrideTitle==Frequently asked questions about the MHRA');
g_navNode_15_4=g_navNode_15.addNode('408','Glossary',ssUrlPrefix + 'SearchHelp/Glossary/index.htm','OverrideTitle==Glossary of MHRA terms','secondaryUrlVariableField==region1');
g_navNode_15_5=g_navNode_15.addNode('637','Links',ssUrlPrefix + 'SearchHelp/Links/index.htm','OverrideTitle==Links to related websites');
g_navNode_15_6=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');

