BLANK_IMAGE = '/StudentOpportunities/StudOppsjs/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[63,0], style:STYLE, size:[62,100]},
	{code:"Student Opportunities Home", url:'index.php'},
	{code:"Future Honours Students", url:'FutureHonoursStudents.php'},
	{code:"Graduate Research General Information", url:'Graduate ResearchGeneralInformation.php'},		
	{code:"Graduate Research Topics at RSBS", url:'GraduateResearchOpportunities.php'},
	{code:"Graduate Research Scholarships",
		sub:[
			{itemoff:[21,0], size:[21,100]},
			{code:"Domestic", url:'GraduateResearchScholarshipsdom.php'},
			{code:"International", url:'GraduateResearchScholarshipsIntl.php'}
		]
	},
	{code:"Graduate Research Apply",
		sub:[
			{itemoff:[21,0], size:[21,100]},
			{code:"Domestic", url:'GraduateResearchApplyDom.php'},
			{code:"International", url:'GraduateResearchApplyIntl.php'}
		]
	},		
	{code:"Summer Scholars", url:'SummerResearchScholarships.php'},
	{code:"Student Services",
		sub:[
			{itemoff:[21,0], size:[21,100]},
			{code:"Domestic", url:'StudentServicesDom.php'},
			{code:"International", url:'StudentServicesIntl.php'}
		]
	}
];
