/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home','index.php',null,],
	['About us', null, null,
		['SDSC Chronicle', null, null,
			['Humble Beginnings', 'default.php?SID1=2&SID2=1&SID3=1'],
			['The Legacy', 'default.php?SID1=2&SID2=1&SID3=2'],
			['SDSC Today', 'default.php?SID1=2&SID2=1&SID3=3']
		],
		['The SDSC Mission', 'default.php?SID1=2&SID2=2&SID3=0'],
		['Educational Philosophy', 'default.php?SID1=2&SID2=3&SID3=0'],
		['General Goals', 'default.php?SID1=2&SID2=4&SID3=0'],
		['The Logo', 'default.php?SID1=2&SID2=5&SID3=0'],
		['The Official Mascot', 'default.php?SID1=2&SID2=6&SID3=0'],
		['SDSC Hymn', 'default.php?SID1=2&SID2=7&SID3=0'],
		['Prayer to St.Dominic', 'default.php?SID1=2&SID2=8&SID3=0'],
		['Maps and Directions', 'directions.php']
	],
	['Programs', null, null,
		['Graduate School', null, null,
			['Objectives', 'default.php?SID1=3&SID2=1&SID3=1'],
			['Academic Programs', 'default.php?SID1=3&SID2=1&SID3=2'],
			['Grading System', 'default.php?SID1=3&SID2=1&SID3=3'],
			['Admission', 'default.php?SID1=3&SID2=1&SID3=4']
		],
		['College', null, null,
			['Objectives', 'default.php?SID1=3&SID2=2&SID3=1'],
			['Departments and Courses', 'default.php?SID1=3&SID2=2&SID3=2'],
			['Grading System', 'default.php?SID1=3&SID2=2&SID3=3'],
			['Admission', 'default.php?SID1=3&SID2=2&SID3=4']
		],
		['Secondary School', null, null,
			['Objectives', 'default.php?SID1=3&SID2=3&SID3=1'],
			['Grading System', 'default.php?SID1=3&SID2=3&SID3=2'],
			['Admission', 'default.php?SID1=3&SID2=3&SID3=3']
		],
		['Grade School', null, null,
			['Objectives', 'default.php?SID1=3&SID2=4&SID3=1'],
			['Grading System', 'default.php?SID1=3&SID2=4&SID3=2'],
			['Admission', 'default.php?SID1=3&SID2=4&SID3=3']
		],
		['Pre-School',  null, null,
			['Objectives', 'default.php?SID1=3&SID2=5&SID3=1'],
			['Grading System', 'default.php?SID1=3&SID2=5&SID3=2'],
			['Admission', 'default.php?SID1=3&SID2=5&SID3=3']
		],
	],
	['Services', null, null,
		['Registrar', 'default.php?SID1=4&SID2=1&SID3=0&ofcid=5'],
		['Library','default.php?SID1=4&SID2=2&SID3=0&ofcid=18'],
		['Business Affairs','default.php?SID1=4&SID2=3&SID3=0&ofcid=15'],
		['Student Affairs','default.php?SID1=4&SID2=4&SID3=0&ofcid=12'],
		['Research','default.php?SID1=4&SID2=5&SID3=0&ofcid=17'],
		['Counseling','default.php?SID1=4&SID2=6&SID3=0&ofcid=14']
	],
	['Facilities', null, null,
		['The SDSC Building', 'preview.php?catgalleryid=1'],
		['Classrooms','preview.php?catgalleryid=2'],
		['Nursing Laboratory','preview.php?catgalleryid=3'],
		['Hotel de Murialdo','preview.php?catgalleryid=4'],
		['Computer Lab','preview.php?catgalleryid=5'],
		['Engineering Lab','preview.php?catgalleryid=6'],
		['Mass Com Lab','preview.php?catgalleryid=7'],
		['The Board Room','preview.php?catgalleryid=8'],
		['Convention Hall','preview.php?catgalleryid=9'],
		['The Library','preview.php?catgalleryid=10'],
		['Science Lab','preview.php?catgalleryid=11'],
		['Basic Education','preview.php?catgalleryid=12'],
		['Food Service','preview.php?catgalleryid=13'],
		['Transport Service','preview.php?catgalleryid=14']
	],
	['Administration', null, null,
		['Office of the President', 'default.php?SID1=6&SID2=1&SID3=0'],
		['Administrators', 'default.php?SID1=6&SID2=2&SID3=0'],
		['Offices & Directory','default.php?SID1=6&SID2=3&SID3=0']
	],
	['Students', null, null,
		['Organizations', 'default.php?SID1=7&SID2=2&SID3=0'],
		['Athletics', 'default.php?SID1=7&SID2=4&SID3=0'],
		['Arts & Culture', 'default.php?SID1=7&SID2=5&SID3=0']
	],
	['Faculty & Staff', null, null,
		['Faculty Profile', 'default.php?SID1=8&SID2=1&SID3=0'],
		['Jobs @ SDSC','default.php?SID1=8&SID2=3&SID3=0']
	],
	['Alumni Link','alumni.php',null,
	],
];


