Namespace.Register("WCL.Link"); WCL.Link.Fieldpaths = { FieldpathsClick: function() { WCL.AJAX.UpdateContentDiv(WCL.General.format("fieldpaths/pathtypes/{0}.html.php", "introduction")); WCL.General.SetTitle("Types Of Paths"); return false; }, PathTypesMenuClick: function(pathType) { WCL.AJAX.UpdateRightContentDiv(WCL.General.format("fieldpaths/pathtypes/{0}_menu.html.php", pathType)); WCL.General.SetTitle("Types Of Paths"); return false; }, VoluntaryWorksClick: function() { WCL.AJAX.UpdateContentDiv("fieldpaths/voluntaryWorks.html.php"); WCL.General.SetTitle("Voluntary Works"); return false; } }