console.log("local_menu called with value: ",course);
if(course=="linuxkernel")return[
"Surveying the Linux Kernel","Booting","Working with Loadable Kernel Modules","Examining Linux Kernel Source Code","Configuring and Building a Linux Kernel","Conclusion"
]
elseif(course=="awk")return[
"AWK Command Line Basics","Understanding Records and Fields","Understanding Variables and Records","Quick Introduction to Regular Expressions","Using Control Structures","Formatting the Output","Functions and Arrays","Combining AWK with Other Tools","Conclusion"
]
elseif(course=="learningansible")return[
"No defined menu."
]
elseif(course=="learningbashscripting")return[
"Introduction","Using Bash","Programming with Bash","Bash Control Structures","Interacting with the User","Bash in the Real World","Conclusion"
]
elseif(course=="learninglinuxcommandline")return[
"Setting Up the Environment","Command-Line Basics","Files, Folders and Permissions","Common Command-Line Basics","A Peek at Some Advanced Topics","Appendix A","Appendix B"
"Disk Partitions, Formatting and Mounting","Logical Volume Manager (LVM)","Security and Resource Constraints","Special Storage Features and Considerations","Networked File Systems","Conclusion"
]
elseif(course=="learningssh")return[
"Configuring an SSH Server","SSH Basics","Practical Tasks with SSH","Conclusion"