function BuildBodyTag()
 {
     //		// If we are to display the NavBar, be sure to add the OnClick Event handler to the Body Parameters.
     //		if ($this->DisplayNavBar == true ) {
     //			$this->AddOnLoadEvent('InitMenu()');
     //			$this->BodyParameters .= ' Onclick="HideMenu(menuBar)" ';
     //		}
     // Now Call the Original BuildBodyTag() from the Page Class.
     OldPage::BuildBodyTag();
 }
 function NullPage($LocalPageName = '<null>', $PathFromRoot = '', $PathToRoot = '../', $PageTitle = 'Untitled Document')
 {
     OldPage::OldPage($LocalPageName, $PathFromRoot, $PathToRoot, $PageTitle);
 }