/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('1612','Home',ssUrlPrefix + 'home.html',null);
g_navNode_0=g_navNode_Root.addNode('101778','Calendar of Courses',ssUrlPrefix + 'coursecalendar/home.html');
g_navNode_0_0=g_navNode_0.addNode('101954','Winter Dental Assistants\' Seminar ',ssUrlPrefix + 'coursecalendar/WinterDA/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_1=g_navNode_0.addNode('137550','Study Abroad 2010\x3a Riviera Maya, Mexico',ssUrlPrefix + 'coursecalendar/StudyAbroad2010/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_2=g_navNode_0.addNode('151144','Nitrous Oxide/Oxygen Inhalation Sedation\x3a \x3c/br\x3eA Training Program',ssUrlPrefix + 'coursecalendar/NitrousOct09/home.html','ShowCourseNumber==true','ShowCourseOutline==false','ShowCredits==true','ShowEquipment==false','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_3=g_navNode_0.addNode('126380','Oral Cancer Symposium\x3cbr\x3eClinical and Scientific Advances 2009',ssUrlPrefix + 'coursecalendar/OralCancer/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_4=g_navNode_0.addNode('170396','University Gold Orthodontic Study Club 2008/2009',ssUrlPrefix + 'coursecalendar/OrthoStudy0809/home.html','ShowCourseNumber==true','ShowCredits==true','ShowLocation==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_5=g_navNode_0.addNode('111978','Core Competency Day for the Dental Team',ssUrlPrefix + 'coursecalendar/CoreCompDay/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_6=g_navNode_0.addNode('137535','14th Annual Ski \x26 Learn\x3a Steamboat Springs, Colorado',ssUrlPrefix + 'coursecalendar/SkiLearn2009/home.html','ShowCourseNumber==true','ShowCourseOutline==false','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowTime==true','ShowTuition==true');
g_navNode_0_7=g_navNode_0.addNode('101946','Annual OSHA Training \x26 Infection Prevention\x3a \x3cbr\x3eKeeping It Real',ssUrlPrefix + 'coursecalendar/InfectionControl/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_8=g_navNode_0.addNode('126365','University Gold Orthodontic Study Club 2008/2009',ssUrlPrefix + 'coursecalendar/Ortho_Study_Club0708/home.html','ShowCourseNumber==true','ShowCredits==true','ShowLocation==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_9=g_navNode_0.addNode('166229','All Ceramic Restorations in 2010\x3a Advancing from Good to Excellent',ssUrlPrefix + 'coursecalendar/CerRest/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_10=g_navNode_0.addNode('101845','Restorative Expanded Functions\x3a An 80-Hour Training Program',ssUrlPrefix + 'coursecalendar/RestExpFunc/home.html','ShowCosts==false','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_11=g_navNode_0.addNode('150077','Endodontics\x3a Incorporating Exciting Technology, Avoiding Hidden Pitfalls',ssUrlPrefix + 'coursecalendar/EndoTech/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_12=g_navNode_0.addNode('167756','Practical Pharmacology',ssUrlPrefix + 'coursecalendar/Pharm/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_13=g_navNode_0.addNode('171577','Advanced Seminar in TMD and Orofacial Pain',ssUrlPrefix + 'coursecalendar/AdvTMD/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_14=g_navNode_0.addNode('166342','Management of the Behaviorally Challenging Patient\x3a \x3cbr\x3eA Lecture \x26 Workshop',ssUrlPrefix + 'coursecalendar/Behavior/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_15=g_navNode_0.addNode('101819','Fall Dental Hygiene Seminar ',ssUrlPrefix + 'coursecalendar/FallHygiene/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_16=g_navNode_0.addNode('101941','Recordkeeping Workshop for the Dental Team ',ssUrlPrefix + 'coursecalendar/RecordkeepingWorkshop/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_17=g_navNode_0.addNode('101945','15th Annual Practice Management Symposium\x3a\x3cbr\x3eOffice Management for a Happier More Profitable Practice',ssUrlPrefix + 'coursecalendar/PracMgmt/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_18=g_navNode_0.addNode('150122','Winter Dental Hygiene Seminar\x3a Translating Biology into Clinical Practice',ssUrlPrefix + 'coursecalendar/Winter_Hygiene/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_19=g_navNode_0.addNode('171576','Oral Implant Symposium\x3a What have we learned \x26 where are we going?',ssUrlPrefix + 'coursecalendar/ImplantSymposium/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_20=g_navNode_0.addNode('101818','Cone Beam CT\x3a Clinical Applications to Enhance Your Dental Practice',ssUrlPrefix + 'coursecalendar/ConeBeam/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==false','ShowTime==true','ShowTuition==true');
g_navNode_0_21=g_navNode_0.addNode('173860','Nitrous Oxide/Oxygen Inhalation Sedation\x3a \x3c/br\x3eA Training Program',ssUrlPrefix + 'coursecalendar/NitrousOct08/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowEquipment==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_22=g_navNode_0.addNode('150768','What\'s New in Dentistry',ssUrlPrefix + 'coursecalendar/WhatsNew/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_23=g_navNode_0.addNode('2295','Clinical Grand Rounds',ssUrlPrefix + 'coursecalendar/ClinicalGrandRounds/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true','contributorOnly==false');
g_navNode_0_24=g_navNode_0.addNode('150827','Improving Your Radiographic Technique\x3a \x3cbr/\x3eA Hands-on Program',ssUrlPrefix + 'coursecalendar/Radio_Techniques/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_25=g_navNode_0.addNode('149924','Removal of Bond Material with Rotary Instrumentation\x3a A Hands-On Program',ssUrlPrefix + 'coursecalendar/OrthoDebond/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_26=g_navNode_0.addNode('111925','Fixed Prosthodontics\x3a The Key Factors Affecting Success in Diagnosis \x26 Treatment Planning',ssUrlPrefix + 'coursecalendar/KeyFactorsProsthodontics/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_27=g_navNode_0.addNode('111874','Creating Exquisite Temporary Restorations\x3a A Hands-On Workshop',ssUrlPrefix + 'coursecalendar/ExqTemp/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowMaterials==FALSE','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_28=g_navNode_0.addNode('175188','Systemic Periodontics in 2010\x3a Floss or Die?',ssUrlPrefix + 'coursecalendar/SystemicPerio/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_29=g_navNode_0.addNode('111977','6th Annual Dean\'s Day\x3a Dental Research Updates from the U of M',ssUrlPrefix + 'coursecalendar/ResearchUpdates/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_30=g_navNode_0.addNode('101545','Advances in Local Anesthesia \x26 Technique Refresher Course',ssUrlPrefix + 'coursecalendar/AdvancesLocalAnesthesia/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_31=g_navNode_0.addNode('111741','Miniresidency in Pediatric Dentistry',ssUrlPrefix + 'coursecalendar/PediatricMiniresidency/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_32=g_navNode_0.addNode('150080','Proper Body Mechanics for the Dental Hygienist\x3a A Participation Program',ssUrlPrefix + 'coursecalendar/ProperBodyMechanics/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_33=g_navNode_0.addNode('149927','Local Anesthesia\x3a A Hands-On Training Program',ssUrlPrefix + 'coursecalendar/Local_Anesthesia/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowEquipment==false','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_34=g_navNode_0.addNode('149940','Dental Hygiene Refresher\x3a A Hands-On Program',ssUrlPrefix + 'coursecalendar/HygRef/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowEquipment==false','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_35=g_navNode_0.addNode('150076','Practical Periodontics\x3a A Hands-On Nonsurgical Program',ssUrlPrefix + 'coursecalendar/Practical_Periodontics/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowEquipment==false','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_36=g_navNode_0.addNode('150849','Clinical Practicum in Geriatrics \x26 Long-Term Care',ssUrlPrefix + 'coursecalendar/ClinicalPracticum/home.html','ShowCredits==true','ShowEquipment==false','ShowLocation==true','ShowRegister==true','ShowTime==true','ShowTuition==true');
g_navNode_0_37=g_navNode_0.addNode('100718','Practical Oral Surgery - Duluth, Minnesota',ssUrlPrefix + 'coursecalendar/Duluth/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true');
g_navNode_0_38=g_navNode_0.addNode('101807','44th Annual Dental Assistants\' Seminar ',ssUrlPrefix + 'coursecalendar/DASeminar/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_39=g_navNode_0.addNode('101809','9th Annual Oral and Maxillofacial Surgery Review ',ssUrlPrefix + 'coursecalendar/OMSReview/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowMaterials==false','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_40=g_navNode_0.addNode('150102','Periodontal Crown Lengthening\x3a A Lecture \x26 Workshop',ssUrlPrefix + 'coursecalendar/PerioCrown/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowEquipment==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_41=g_navNode_0.addNode('101546','TMD and Orofacial Pain Miniresidency',ssUrlPrefix + 'coursecalendar/TMDMini/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_42=g_navNode_0.addNode('126595','3rd Annual Robert J. Feigal Symposium\x3a\x3cbr\x3e Strategies for Improving Children\'s Access to Dental Care',ssUrlPrefix + 'coursecalendar/Feigal/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_43=g_navNode_0.addNode('150843','Miniresidency in Nursing Home and \x3cbr/\x3eLong-Term Care for the Dental Team',ssUrlPrefix + 'coursecalendar/NursingHome/home.html','ShowCourseNumber==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_44=g_navNode_0.addNode('101939','University Gold Orthodontic Study Club 2009/2010',ssUrlPrefix + 'coursecalendar/OrthoStudy0910/home.html','ShowCourseNumber==true','ShowCourseOutline==false','ShowCredits==true','ShowLocation==true','ShowOption1==true','ShowRegister==false','ShowRegistrationDate==false','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_45=g_navNode_0.addNode('170939','The Endo-Restorative Continuum\x3a\x3cbr\x3eA Lecture \x26 Hands-On Program',ssUrlPrefix + 'coursecalendar/EndoRest/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_46=g_navNode_0.addNode('101580','Office Oral Surgery\x3a A Clinically Guided Participation Program',ssUrlPrefix + 'coursecalendar/OfficeOralSurg/home.html','ShowCourseNumber==true','ShowCourseOutline==false','ShowCredits==true','ShowLocation==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_47=g_navNode_0.addNode('181496','15th Annual Ski \x26 Learn\x3a Steamboat Springs, Colorado',ssUrlPrefix + 'coursecalendar/SkiLearn2010/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==false','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_48=g_navNode_0.addNode('153266','Conscious Sedation Training Program',ssUrlPrefix + 'coursecalendar/ConsciousSedation/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true','ShowWhatsInside==false');
g_navNode_0_49=g_navNode_0.addNode('138804','Dental Implants \x26 Esthetic Dentistry--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'coursecalendar/PGE3_Implants/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_50=g_navNode_0.addNode('166343','Safe Management of the High Risk Geriatric Patient',ssUrlPrefix + 'coursecalendar/GeriatricPt/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowTime==true','ShowTuition==true');
g_navNode_0_51=g_navNode_0.addNode('138808','Orthodontic \x26 Periodontal Esthetics--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'coursecalendar/PGE3_OrthoPerio/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_52=g_navNode_0.addNode('12119','Preview of Upcoming Courses - Save the Date\x21',ssUrlPrefix + 'coursecalendar/Preview_of_Courses/home.html');
g_navNode_0_53=g_navNode_0.addNode('142118','Esthetic Removable Partial Dentures--\x3cbr\x3ePostgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'coursecalendar/PGE3_PartialDentures/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_0_54=g_navNode_0.addNode('111877','Simulated Implant Placement\x3a A Hands-On Program, Carlsbad, California',ssUrlPrefix + 'coursecalendar/ImplantPlacement/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_1=g_navNode_Root.addNode('107739','Courses by Subject',ssUrlPrefix + 'subject/home.html');
g_navNode_2=g_navNode_Root.addNode('100939','Independent Study Courses',ssUrlPrefix + 'is/home.html');
g_navNode_2_0=g_navNode_2.addNode('101067','Developing Skills for Dietary Counseling',ssUrlPrefix + 'is/diet_counsel/home.html','ShowCosts==false','ShowCourseNumber==false','ShowCourseOutline==false','ShowCredits==true','ShowEquipment==true','ShowLocation==false','ShowMaterials==true','ShowRegister==true','ShowRegistrationDate==false','ShowRegistrationLimited==false','ShowTime==false','ShowTuition==true');
g_navNode_2_1=g_navNode_2.addNode('101076','Head and Neck Anatomy\x3a The Skeletal Structures',ssUrlPrefix + 'is/headneck/home.html','ShowCredits==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_2=g_navNode_2.addNode('100942','Medical History Evaluation and Management of Medical Emergencies',ssUrlPrefix + 'is/med_hx/home.html','ShowCredits==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_3=g_navNode_2.addNode('101064','One-Visit Endodontic Treatment on CD-Rom',ssUrlPrefix + 'is/OneVisitEndo/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_4=g_navNode_2.addNode('101068','Endodontics\x3a Cleaning \x26 Shaping on CD-ROM',ssUrlPrefix + 'is/cleaning_shaping/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_5=g_navNode_2.addNode('101079','Oral Pathology Series',ssUrlPrefix + 'is/oralpath/home.html','ShowCredits==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_6=g_navNode_2.addNode('101084','Salivary Gland Dysfunction',ssUrlPrefix + 'is/salivary/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_7=g_navNode_2.addNode('101070','Head and Neck Anatomy on CD-ROM, Unit One\x3a Osteology of the Skull',ssUrlPrefix + 'is/osteology/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_8=g_navNode_2.addNode('101094','Risk Management Through Recordkeeping\x3a Applying Minnesota\'s Minimum Recordkeeping Standards',ssUrlPrefix + 'is/RiskManagment/home.html','ShowCredits==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_9=g_navNode_2.addNode('101091','Strategies for Effective Periodontal Case Presentation\x3a An Internet-Based Course',ssUrlPrefix + 'is/perio_caseInternet/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_10=g_navNode_2.addNode('101074','Head and Neck Anatomy on CD-ROM,  Unit Three\x3a Muscles',ssUrlPrefix + 'is/muscles/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_11=g_navNode_2.addNode('101087','Clinical Radiography for the Dental Assistant on CD-ROM',ssUrlPrefix + 'is/radiography/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_12=g_navNode_2.addNode('101077','Patient Compliance with Treatment\x3a Understanding Choices, Predicting \x26 Influencing Outcomes',ssUrlPrefix + 'is/PtCompliance/home.html','ShowCredits==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_13=g_navNode_2.addNode('101092','Strategies for Effective Periodontal Case Presentation\x3a A Text-Based Course',ssUrlPrefix + 'is/perio_caseText/home.html','ShowCredits==true','ShowRegister==true','ShowTuition==true');
g_navNode_2_14=g_navNode_2.addNode('101073','Head and Neck Anatomy on CD-ROM, Unit Two\x3a Cranial Nerves',ssUrlPrefix + 'is/cranial_nerves/home.html','ShowCredits==true','ShowEquipment==true','ShowMaterials==true','ShowRegister==true','ShowTuition==true');
g_navNode_3=g_navNode_Root.addNode('101316','Certificate Training in Esthetic Dentistry',ssUrlPrefix + 'certificate/home.html');
g_navNode_3_0=g_navNode_3.addNode('166695','Postgraduate Program in Esthetic Dentistry\x3a Level I -- Lecture and Laboratory Series',ssUrlPrefix + 'certificate/PGE_I0809/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_3_1=g_navNode_3.addNode('101530','Postgraduate Program in Esthetic Dentistry\x3a Level III-- The Modular Series',ssUrlPrefix + 'certificate/pgeIII/home.html','ShowRegister==true');
g_navNode_3_2=g_navNode_3.addNode('101538','Certificate Program in Contemporary Restorative and Esthetic Dentistry',ssUrlPrefix + 'certificate/certificate/home.html');
g_navNode_3_3=g_navNode_3.addNode('166708','Postgraduate Program in Esthetic Dentistry\x3a Level II--Patient Series',ssUrlPrefix + 'certificate/PGE_II0809/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_3_4=g_navNode_3.addNode('124085','Postgraduate Program in Esthetic Dentistry\x3a Level I -- Lecture and Laboratory Series \x282009/2010\x29',ssUrlPrefix + 'certificate/PGE_I0910/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_3_5=g_navNode_3.addNode('124128','Postgraduate Program in Esthetic Dentistry\x3a Level II--Patient Series \x282009/2010\x29',ssUrlPrefix + 'certificate/PGE_II0910/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4=g_navNode_Root.addNode('101543','Participation/AGD Mastership Courses',ssUrlPrefix + 'agd/home.html');
g_navNode_4_0=g_navNode_4.addNode('140478','Occlusion \x26 Function--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'agd/OcclusionFunction_Oct08/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_1=g_navNode_4.addNode('124083','Nitrous Oxide Sedation\x3a A Lecture and Hands-On Program',ssUrlPrefix + 'agd/NitrousOct07/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_2=g_navNode_4.addNode('101577','Real World Endo presents Precision-Based Endodontics\x3a A Hands-On Program',ssUrlPrefix + 'agd/PrecisionEndo/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_3=g_navNode_4.addNode('101572','Occlusion \x26 Function 2009--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'agd/OcclusionFunction/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_4=g_navNode_4.addNode('101956','Research Design--Postgraduate Program in Esthetic Dentistry\x3a Level III ',ssUrlPrefix + 'agd/ResearchDesign/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_5=g_navNode_4.addNode('142115','Integrating Technology into Your Practice--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'agd/PGE3_Technology/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_6=g_navNode_4.addNode('124218','Unlocking the Diagnostic Box--Postgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'agd/Diagnostic_Box/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_7=g_navNode_4.addNode('101957','Endoesthetics--Postgraduate Program in Esthetic Dentistry\x3a Level III ',ssUrlPrefix + 'agd/Endoesthetics/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_4_8=g_navNode_4.addNode('142116','Integrating Technology into Your Practice--\x3cbr\x3ePostgraduate Program in Esthetic Dentistry\x3a Level III',ssUrlPrefix + 'agd/PGE3_Tech/home.html','ShowCourseNumber==true','ShowCourseOutline==true','ShowCredits==true','ShowLocation==true','ShowRegister==true','ShowRegistrationDate==true','ShowRegistrationLimited==true','ShowTime==true','ShowTuition==true');
g_navNode_5=g_navNode_Root.addNode('101896','General Information',ssUrlPrefix + 'info/home.html','ShowWhatsInside==true');
g_navNode_5_0=g_navNode_5.addNode('101897','Alumni Member Discount',ssUrlPrefix + 'info/discount/home.html');
g_navNode_5_1=g_navNode_5.addNode('101905','Certificates of Attendance',ssUrlPrefix + 'info/certificates/home.html');
g_navNode_5_2=g_navNode_5.addNode('101900','Directions to Campus and Conference Facilities ',ssUrlPrefix + 'info/directions/home.html');
g_navNode_5_3=g_navNode_5.addNode('101901','Discounted Lodging',ssUrlPrefix + 'info/lodging/home.html');
g_navNode_5_4=g_navNode_5.addNode('101902','Hotel Accomodations',ssUrlPrefix + 'info/hotel/home.html');
g_navNode_5_4_0=g_navNode_5_4.addNode('168857','Prom Center Lodging Information',ssUrlPrefix + 'info/hotel/PromCenter/home.html');
g_navNode_5_4_1=g_navNode_5_4.addNode('101903','Minneapolis Lodging Information',ssUrlPrefix + 'info/hotel/mpls/home.html');
g_navNode_5_4_2=g_navNode_5_4.addNode('101904','St. Paul Lodging Information',ssUrlPrefix + 'info/hotel/stpaul/home.html');
g_navNode_5_5=g_navNode_5.addNode('101899','Parking',ssUrlPrefix + 'info/parking/home.html');
g_navNode_5_6=g_navNode_5.addNode('101898','Refund Policy',ssUrlPrefix + 'info/refund/home.html');
g_navNode_6=g_navNode_Root.addNode('105011','To Register Online',ssUrlPrefix + 'register/home.html');
g_navNode_6_0=g_navNode_6.addNode('105014','Lecture and Participation Courses General Information',ssUrlPrefix + 'register/lecture/home.html');
g_navNode_6_1=g_navNode_6.addNode('105535','Mail-In Registration Form',ssUrlPrefix + 'register/mail/home.html');
g_navNode_6_2=g_navNode_6.addNode('105015','Independent Study Courses General Information',ssUrlPrefix + 'register/is/home.html');
g_navNode_8=g_navNode_Root.addNode('102262','Credits and Documentation',ssUrlPrefix + 'credits/home.html','ShowRelatedLinks==false','ShowWhatsInside==true');
g_navNode_8_0=g_navNode_8.addNode('108534','Professional Development Portfolio and Continuing Education Documentation',ssUrlPrefix + 'credits/portfolio/home.html');
g_navNode_8_1=g_navNode_8.addNode('102966','Transcript Requests',ssUrlPrefix + 'credits/transcript/home.html');
g_navNode_8_2=g_navNode_8.addNode('108536','Core Competency Credit',ssUrlPrefix + 'credits/core/home.html','ShowWhatsInside==true');
g_navNode_8_3=g_navNode_8.addNode('102272','Programs From Past Courses 2004',ssUrlPrefix + 'credits/pastprograms2004/home.html','ShowRegister==true');
g_navNode_8_4=g_navNode_8.addNode('102290','Programs From Past Courses 2005',ssUrlPrefix + 'credits/pastprograms2005/home.html','ShowRegister==true');
g_navNode_8_5=g_navNode_8.addNode('102402','Programs From Past Courses 2006',ssUrlPrefix + 'credits/pastprograms2006/home.html');
g_navNode_8_6=g_navNode_8.addNode('136500','Programs From Past Courses 2007',ssUrlPrefix + 'credits/Pastprograms2007/home.html');
g_navNode_8_7=g_navNode_8.addNode('179761','Programs From Past Courses 2008',ssUrlPrefix + 'credits/Pastprograms2008/home.html');
g_navNode_8_8=g_navNode_8.addNode('9160','Programs from Past Courses 2009',ssUrlPrefix + 'credits/PastPrograms2009/home.html');
g_navNode_9=g_navNode_Root.addNode('97758','Resources/Links',ssUrlPrefix + 'links/home.html');
g_navNode_10=g_navNode_Root.addNode('167769','CDE Advisory Committee',ssUrlPrefix + 'CDEAC/home.html');
g_navNode_11=g_navNode_Root.addNode('105269','Speaker\'s Bureau Guide',ssUrlPrefix + 'speakerbureau/home.html');
g_navNode_11_0=g_navNode_11.addNode('186794','Speaker\'s Bureau Guide, Dr. Alan Law',ssUrlPrefix + 'speakerbureau/Dr_Alan_Law/home.html');
g_navNode_11_1=g_navNode_11.addNode('184413','Speaker\'s Bureau Guide, Dr. Ranier Adarve',ssUrlPrefix + 'speakerbureau/Dr_Ranier_Adarve/home.html');
g_navNode_11_2=g_navNode_11.addNode('184314','Speaker\'s Bureau Guide, Dr. Kate Hathaway',ssUrlPrefix + 'speakerbureau/Dr_Kate_Hathaway/home.html');
g_navNode_11_3=g_navNode_11.addNode('184421','Speaker\'s Bureau Guide, Dr. Thomas Larson',ssUrlPrefix + 'speakerbureau/Dr_Thomas_Larson/home.html');
g_navNode_11_4=g_navNode_11.addNode('185369','Speaker\'s Bureau Guide, Dr. Stephen Shuman',ssUrlPrefix + 'speakerbureau/Dr_Stephen_Shuman/home.html');
g_navNode_11_5=g_navNode_11.addNode('184417','Speaker\'s Bureau Guide, Dr. Mohammed Islam',ssUrlPrefix + 'speakerbureau/Dr_Mohammed_Islam/home.html');
g_navNode_11_6=g_navNode_11.addNode('184500','Speaker\'s Bureau Guide, Dr. Nelson Rhodus',ssUrlPrefix + 'speakerbureau/Dr_Nelson_Rhodus/home.html');
g_navNode_11_7=g_navNode_11.addNode('185356','Speaker\'s Bureau Guide, Dr. Anthony DiAngelis',ssUrlPrefix + 'speakerbureau/Dr_Anthony_DiAngelis/home.html');
g_navNode_11_8=g_navNode_11.addNode('184512','Speaker\'s Bureau Guide, Dr. Karl Self',ssUrlPrefix + 'speakerbureau/Dr_Karl_Self/home.html');
g_navNode_11_9=g_navNode_11.addNode('185624','Speaker\'s Bureau Guide, Dr. Kevin Nakagaki',ssUrlPrefix + 'speakerbureau/Dr_Kevin_Nakagaki/home.html');
g_navNode_11_10=g_navNode_11.addNode('186242','Speaker\'s Bureau Guide, Dr. Dennis Haley',ssUrlPrefix + 'speakerbureau/Dr_Dennis_Haley/home.html');
g_navNode_11_11=g_navNode_11.addNode('185620','Speaker\'s Bureau Guide, Dr. Bashar Bakdash',ssUrlPrefix + 'speakerbureau/Dr_Bashar_Bakdash/home.html');
g_navNode_11_12=g_navNode_11.addNode('185798','Speaker\'s Bureau Guide, Ms. Patricia Lenton',ssUrlPrefix + 'speakerbureau/Ms_Pat_Lenton/home.html');
g_navNode_11_13=g_navNode_11.addNode('184415','Speaker\'s Bureau Guide, Dr. David Born',ssUrlPrefix + 'speakerbureau/Dr_David_Born/home.html');
g_navNode_11_14=g_navNode_11.addNode('184515','Speaker\'s Bureau Guide, Dr. Eric Stafne',ssUrlPrefix + 'speakerbureau/Dr_Eric_Stafne/home.html');
g_navNode_11_15=g_navNode_11.addNode('185370','Speaker\'s Bureau Guide, Ms. Peggy Simonson',ssUrlPrefix + 'speakerbureau/Ms_Peggy_Simonson/home.html');
g_navNode_11_16=g_navNode_11.addNode('184477','Speaker\'s Bureau Guide, Dr. Naty Lopez',ssUrlPrefix + 'speakerbureau/Dr_Naty_Lopez/home.html');
g_navNode_11_17=g_navNode_11.addNode('184520','Speaker\'s Bureau Guide, Dr. Daranee Versluis-Tantbirojn',ssUrlPrefix + 'speakerbureau/Dr_Daranee_Versluis-Tantbirojn/home.html');
g_navNode_11_18=g_navNode_11.addNode('184418','Speaker\'s Bureau Guide, Dr. Deborah Johnson',ssUrlPrefix + 'speakerbureau/Dr_Deborah_Johnson/home.html');
g_navNode_11_19=g_navNode_11.addNode('185795','Speaker\'s Bureau Guide, Dr. Eric Schiffman',ssUrlPrefix + 'speakerbureau/Dr_Eric_Schiffman/home.html');
g_navNode_11_20=g_navNode_11.addNode('185616','Speaker\'s Bureau Guide, Dr. Mark Kleive',ssUrlPrefix + 'speakerbureau/Dr_Mark_Kleive/home.html');
g_navNode_11_21=g_navNode_11.addNode('185622','Speaker\'s Bureau Guide, Dr. Jasmine Yesil',ssUrlPrefix + 'speakerbureau/Dr_Jasmine_Yesil/home.html');
g_navNode_11_22=g_navNode_11.addNode('184518','Speaker\'s Bureau Guide, Dr. Antheunis Versluis',ssUrlPrefix + 'speakerbureau/Dr_Antheunis_Versluis/home.html');
g_navNode_11_23=g_navNode_11.addNode('2580','Speaker\'s Bureau Guide\x3a Dr. Deepak Kademani',ssUrlPrefix + 'speakerbureau/SpeakersBureauGuideDr.DeepakKademani/home.html');
g_navNode_11_24=g_navNode_11.addNode('9555','Speaker\'s Bureau Guide, Dr. Daniel Shaw',ssUrlPrefix + 'speakerbureau/Dr._Daniel_Shaw/home.html');
g_navNode_11_25=g_navNode_11.addNode('9556','Speaker\'s Bureau Guide, Dr. James Miller',ssUrlPrefix + 'speakerbureau/Dr._James_Miller/home.html');
g_navNode_11_26=g_navNode_11.addNode('9557','Speaker\'s Bureau Guide, Dr. John Kanyusik',ssUrlPrefix + 'speakerbureau/Dr._John_Kanyusik/home.html');
g_navNode_11_27=g_navNode_11.addNode('9558','Speaker\'s Bureau Guide, Dr. Leesa Morrow',ssUrlPrefix + 'speakerbureau/Dr._Leesa_Morrow/home.html');
g_navNode_11_28=g_navNode_11.addNode('9559','Speaker\'s Bureau Guide, Dr. Sheila Riggs',ssUrlPrefix + 'speakerbureau/Dr._Sheila_Riggs/home.html');
g_navNode_12=g_navNode_Root.addNode('97750','CDE Staff',ssUrlPrefix + 'staff/home.html');
if (SSContributor)
{
g_navNode_14=g_navNode_Root.addNode('1604','SSManager',ssUrlPrefix + 'ssmanager/home.html','contributorOnly==true');
}
