function AIWebPage($LocalPageName = '<null>', $PathFromRoot = '', $PathToRoot = '../', $PageTitle = 'Untitled Document')
 {
     OldPage::OldPage($LocalPageName, $PathFromRoot, $PathToRoot, $PageTitle);
     $this->PageMainTitle = '';
     $this->PageHeaderImage = 'Images/AIhead2.jpg';
     $this->PageAdminColContent = '<null>';
     $this->PageAdminColWidth = '298';
     $this->DisplayNavBar = true;
     $this->PageFooterContent = '<null>';
     //		$this->AddStyle( 'CascadeMenu');
     $this->AddStyle('pageElements');
     //		$this->AddJScript( 'CascadeMenu');
     $this->AddJScript('milonic_src');
     $this->AddJScript('menu_data');
     $this->AddJScript('MM_swapImage');
     $this->AddJScript('MM_preloadImages');
     $this->AddJScript('MM_findObj');
     $this->BodyParameters = 'bgcolor="#FFFFFF" text="#000000" link="#003366" vlink="#003366" alink="#CCCCCC" leftmargin="3" topmargin="8" bottommargin="8"  marginwidth="0" marginheight="0" ID="Bdy"';
     //		$this->AddOnLoadEvent('InitMenu()');
     $this->AddOnLoadEvent("MM_preloadImages('{$PathToRoot}Images/chinese-on.jpg','{$PathToRoot}Images/korean-on.jpg','{$PathToRoot}Images/english-on.jpg')");
 }
 function NullPage($LocalPageName = '<null>', $PathFromRoot = '', $PathToRoot = '../', $PageTitle = 'Untitled Document')
 {
     OldPage::OldPage($LocalPageName, $PathFromRoot, $PathToRoot, $PageTitle);
 }