// Second Tier Navigation Elements



// constants

var initX       = 25; // x-coordinate of top left corner of dropdown menu 

var initY       = 25; // y-coordinate of top left corner of dropdown menu 

var backColor   = '#010066'; // the background color of dropdown menu, set empty '' for transparent

var borderColor = '#ffffff'; // the color of dropdown menu border

var borderSize  = '1'; // the width of dropdown menu border

var itemHeight  = 15;

var xOverlap    = 5;

var yOverlap    = 10;

//





menuContent     = new Array ();



menuContent [0] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu

-1, // the number of line in parent menu, -1 if this is a first level menu

105, // the width of current menu list 

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'About District One', '../../bos1/districtone.html',

'Photo Gallery', '../../bos1/gallery.html',

'Map', '../../bos1/map.html',

'Zip Codes', '../../bos1/map.html#zip'

));



menuContent [1] = new Array ( 

-1, 

-1,

90,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'Current', '../../bos1/legislation.html',

'Archive', '../../bos1/legislation_archive.html',

'Allocations', '../../bos1/allocations.html',

'Agenda', 'http://www.sdcounty.ca.gov/cob/index.html',

'Past Meetings', 'http://www.sdcounty.ca.gov/bos/agenda/sop/'

));



menuContent [2] = new Array ( 

-1, 

-1,

104,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'Press Releases', '../../bos1/news/press.html',

'Commentaries', '../../bos1/news/commentaries.html',

'Archive', '../../bos1/news/news_archive.html',

'Awards', '../../bos1/awards.html',

'Presentations', '../../bos1/presentations.html',

'Videos', '../../bos1/videos.html',

'In the Coming Week', '../../bos1/week.html',

'For The Media', '../../bos1/media.html'

));



menuContent [3] = new Array ( 

-1, 

-1,

120,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'Project Clean Water', 'http://www.projectcleanwater.org/',

'CA State Association of Counties', '../../bos1/casaoc.html',

'Neighborhood Reinvestment', '../../bos1/neighborhood-reinvestment.html',

'East Otay Mesa', '../../bos1/eastotay.html',

'The Bayshore Bikeway', '../../bos1/bayshore.html',

'Saltworks Entryway', '../../bos1/news/The_project_012406.pdf',

'Earned Income Tax Credit', '../../bos1/news/6789EITCPoster06-Fin.pdf'

));



menuContent [4] = new Array ( 

-1, 

-1,

120,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

'Greg Cox', '../../bos1/staff_greg.html',

'Staff Responsibilities', '../../bos1/staff_respons.html',

'Staff Bios', '../../bos1/staff_bios.html'

));



menuContent [5] = new Array ( 

-1, 

-1,

0,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

));



menuContent [6] = new Array ( 

-1, 

-1,

0,

-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate

-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (

));