<?php

   include_once("_framework/_nemo.cls.php");
   include_once("_framework/_nemo.list.cls.php");
//echo session_name();
   $page = new Nemo();

//events

//page start
//print_rr($page->Pages);

// print_rr($_SESSION);
   //$list->ListDATA();
   header("Location: client.menu.php"); 
   $page->Display();


//print_rr($page);

?>
