

// constants
var initX       = 23;
var initY       = 121;
var backColor   = '#9FA09F';
var borderColor = 'black';
var borderSize  = '1';
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;
//


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1,
-1,
121,
-1,
-1,
new Array (
'District Page', 'http://mvschools.k12.ar.us/',
'Timbo School', 'http://timbotigers.k12.ar.us/',
'Rural Special', 'http://www.ruralspecial.com/',
'Act 1747', 'http://mvschools.k12.ar.us/index.php/public-information',
'Administration', 'admin.htm',
'School Board', 'board.htm',
'Contact Us', 'contact.htm'
));

menuContent [1] = new Array ( 
-1, 
-1,
121,
-1,
-1,
new Array (
'Elementary', 'elem.htm',
'High School', 'highsch.htm',
'Administration','admin.htm'
));


menuContent [2] = new Array ( 
-1, 
-1,
121,
-1,
-1,
new Array (
'Athletics', 'athletics/',
'Organizations', 'organi.htm'
));


menuContent [3] = new Array ( 
-1, 
-1,
121,
-1,
-1,
new Array (
'Faculty', 'faculty.htm',
'Staff', 'staff.htm',
'Administration','admin.htm'
));


menuContent [4] = new Array ( 
-1, 
-1,
121,
-1,
-1,
new Array (
'Announcements', 'adm/index.html',
'Lunch Menu', 'adm/menu.htm'
));

menuContent [5] = new Array ( 
1, 
1,
121,
-1,
-1,
new Array (
// 'News', 'adm/ACT1747/construction.htm',
// '7th Grade', '7th/',
// 'Spanish Class', '7th/index2.htm',
'Counselor', 'Coun/',
'Daily Schedule', 'schedule.htm'
));

menuContent [6] = new Array ( 
1, 
0,
121,
-1,
-1,
new Array (
// 'News', 'adm/ACT1747/construction.htm',
// '6th Grade', '6th/',
// 'Handbook','handbook.htm',
'Events','lessons/events.htm',
'Lesson Plans','lessons/',
'Faculty Web Sites','ElemFaculty/'
));

