BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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
		bgOVER:"white"	// 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 SchoolSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#142581",	// color of the item border, if any
		shadow:"#33449e",	// color of the item shadow, if any
		bgON:"#e9eeff",		// background color for the items
		bgOVER:"#118ba0"	// 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,0], leveloff:[0,10], style:STYLE, size:[27,117]},
	{code:"<img src='images/btn_home.jpg' width='117' height='40' />",
	ocode:"<img src='images/btn_homeB.jpg' width='117' height='40' />", url:"index.asp"
	},
	{ itemoff:[0,117], leveloff:[0,0], style:STYLE, size:[27,117]},
	{code:"<img src='images/placeholder.jpg' width='2' height='40' />",
	ocode:"<img src='images/placeholder.jpg' width='2' height='40' />", url:"#"
	},
	
	{code:"<img src='images/btn_about.jpg' width='117' height='40' />",  size:[35,117], itemoff:[0,2], leveloff:[0,0],"format":{
	ocode:"<img src='images/btn_aboutB.jpg' width='117' height='40' />", url:"aboutintroduction.asp"
		},
		sub:[
			{leveloff:[40,10],"size":[20,170], itemoff:[19,0]},
			{code:"&nbsp;&nbsp;&nbsp;Introduction", style:SchoolSTYLE, url:"aboutintroduction.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Our Staff", style:SchoolSTYLE, url:"staff.asp"}
		]
	},
	{ itemoff:[0,117], leveloff:[0,0], style:STYLE, size:[2,40]},
	{code:"<img src='images/placeholder.jpg' width='2' height='40' />",
	ocode:"<img src='images/placeholder.jpg' width='2' height='40' />", url:"#"
	},
	{ itemoff:[0,2], leveloff:[0,0], style:STYLE, size:[27,117]},
	{code:"<img src='images/btn_cost.jpg' width='117' height='40' />",
	ocode:"<img src='images/btn_costB.jpg' width='117' height='40' />", url:"cost.asp"
	},
	{ itemoff:[0,117], leveloff:[0,0], style:STYLE, size:[2,40]},
	{code:"<img src='images/placeholder.jpg' width='2' height='40' />",
	ocode:"<img src='images/placeholder.jpg' width='2' height='40' />", url:"#"
	},
	{ itemoff:[0,2], leveloff:[0,0], style:STYLE, size:[27,195]},
	{code:"<img src='images/btn_approve.jpg' width='195' height='40' />",
	ocode:"<img src='images/btn_approveB.jpg' width='195' height='40' />", url:"approvals.asp"
	},
	{ itemoff:[0,195], leveloff:[0,0], style:STYLE, size:[2,40]},
	{code:"<img src='images/placeholder.jpg' width='2' height='40' />",
	ocode:"<img src='images/placeholder.jpg' width='2' height='40' />", url:"#"
	},
	{ itemoff:[0,2], leveloff:[0,0], style:STYLE, size:[27,118]},
	{code:"<img src='images/btn_faq.jpg' width='118' height='40' />",
	ocode:"<img src='images/btn_faqB.jpg' width='118' height='40' />", url:"faq.asp"
	},
	{ itemoff:[0,117], leveloff:[0,0], style:STYLE, size:[27,117]},
	{code:"<img src='images/placeholder.jpg' width='2' height='40' />",
	ocode:"<img src='images/placeholder.jpg' width='2' height='40' />", url:"#"
	},
	
	{code:"<img src='images/btn_contact.jpg' width='117' height='40' />",  size:[35,117], itemoff:[0,2], leveloff:[0,0],"format":{
	ocode:"<img src='images/btn_contactus.jpg' width='117' height='40' />", url:"contact.asp"
		},
		sub:[
			{leveloff:[40,10],"size":[20,170], itemoff:[19,0]},
			{code:"&nbsp;&nbsp;&nbsp;Seminars &amp; Open Houses", style:SchoolSTYLE, url:"seminarsandopenhouse.asp"},
		]
	},
];
