// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["HOME", "index.html"],


	["WEBSITE DESIGN", "websitedesign.html"],
 
  	["MY CATS", "mycats.html"],

        ["PHOTO GALLERY", "photogallery.html"],

        ["FUN STUFF", "#",
               ["COMING SOON", "index.html"]
        ],


        ["RESUME", "#",
                ["COMING SOON", "index.html"]
       ],


        ["NOTICES", "notices.html",
		["PRIVACY POLICY","notices.html#privacy"],
		["DISCLAIMER NOTICE","notices.html#disclaimer"],
        	["COPYRIGHT NOTICE","notices.html#copyright"]
        ]

];





















