// menu_items.js file

var MENU_ITEMS =[
	["HOME", "workup/home.php?stay=stay",
	],
	["SERVICES", "workup/services.php",
<!--		["Web", "services.php?service=web"],
	<!--	["Print", "services.php?service=print"],
		<!--["Custom Logos", "services.php?service=logo"],
<!--		["Photography", "services.php?service=photo"],
	<!--	["Packages", "services.php?service=corporate"],
		<!--["Website Hosting", "services.php?service=host"],
	],
	["ABOUT US", "workup/about.html",
<!--		["Our Mission", "http://www.wolfpackgraphics.com/customer_service/literature/index.html"],
	<!--	["Our History", "http://www.wolfpackgraphics.com/customer_service/warranty/index.html"],
		<!--["Our Staff", "http://www.wolfpackgraphics.com/customer_service/contact_forms/index.html"],
	],
	["PORTFOLIO", "workup/portfolio.html",
	],
["CONTACT US", "workup/contact2.php",
	],
];

