// menu_items.js file
// comments block here

var MENU_ITEMS =[
   ["Home",            "default.asp"],
   ["Introduction",    "cycintro.asp"],
   ["Register",        "cycform.asp"],
   ["Instructions",    "cycinstr.asp"],
   ["Download",        "cycdown.asp"],
   ["Version History", "cycvers.asp"]
];

