// menu_items.js file
// comments block here

var SMENU_ITEMS =[
	["On Line Books(11)","olbooks.html"],
	["On Line Schools(4)","olschool.html",
		["On Line Schools(1)","trunix.html"]
	],
	["Training Services(6)","training.html"]
];