<!-- 
var data = [
 ['Home','index.htm'],
 
 ["About Us", '',,
  ["About Us", 'about.htm'],
  ['Contact Us', 'contact.htm'],
  ['Profile', 'profile.htm'],
  ['Principal', 'principal.htm'],
  ['Uniform', 'uniform.htm'],
 ],
 
 ['Parents', '',,
  ['Parents', 'parents.htm'],
  ['Kids', 'kids.htm'],
  ['Newsletters', 'newsletter.htm'],
  ['Community', 'community.htm'],
 
 ],
 ];

//Don't change anything below this line.
//######################################
var position = [
	{'height': 25, 'width': 100,
	'block_top': 10, 'block_left': 5,
	'top': 25, 'left': 0,
	'hide_delay': 200,
	'css' : {'outer' : ['outN', 'outO'], 'inner' : ['inN', 'inO']}},
	{'width': 98,	'block_left': 15,
	'css' : {'outer' : ['outN1', 'outO1'], 'inner' : ['inN1', 'inO1']}}];
//Sample Menu
//###############
//var data = [
// ['Home','index.htm'], 
// ["About Us", 'about.htm',,
//  ['Contact Us', 'contact.htm'],
// ],
// ['Parents', 'parents.htm'],
//];

//-->