function NAV_Page_Navigation($navName, $rsName, $relPath, $currentPage, $maxRows, $noPagesToDisplay)
 {
     parent::NAV_Regular($navName, $rsName, $relPath, $currentPage, $maxRows);
     $this->noPagesToDisplay = $noPagesToDisplay;
 }