// MENUS
  startSubMenu(0);
    createMenu(1,0,0, par+"/index.php","Home");
    createMenu(1,1,0, null,"Columns", 8, "Columns");
    createMenu(1,1,0, null,"Departments", 8, "Departments");
    createMenu(1,1,0, null,"Archives", 8, "archive");
    //createMenu(1,0,0, par+"/abouttheword.php","About The Word");
    createMenu(1,1,0, null,"About The Word", 8, "abouttheword");
  endSubMenu(0);
