// constants
var left_corner_x  = 10; // x-coordinate of top left corner of dropdown menu
var change         = 155; // next menu item
var left_corner_y  = 132 ; // y-coordinate of top left corner of dropdown menu
var back_color     = '#FFCC99'; // the background color of dropdown menu
var border_color   = '#FFCC99'; // the color of dropdown menu border
var border_size    = '1'; // the width of dropdown menu border
var menu_width     = '121' ; // the width of dropdown menu
//


// Don't change these parameters
var delay           = 500; /////
var active_layer_id = -1;  /////
var on_layer_id     = -1;  /////
var buff_id         = -1;  /////
/// ----------------------------



// Attention! You have to change the first number in Array line to change the width of the particular column! 
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// home, location, contact pages added in 2008
//

menu_content  = menu_content  = new Array
    ('165 | 145  |<a href = home.htm class=subMenu>Home Page</a> | <a href = welcome.htm class=subMenu>Welcome</a> | <a href = notices.htm class = subMenu>Notices</a> | <a href = employment.htm class = subMenu>Employment</a>  | <a href = links.htm class = subMenu>Links</a> | <a href = contacts.htm class = subMenu>Contact Us</a> | <a href = location.htm class = subMenu>Location Map</a>',
     '170 | 125 | <a href = pdf/app_forms/subdivision_app.pdf class=subMenu>Subdivisions</a> | <a href = pdf/app_forms/adpc_app.pdf class=subMenu>MPS Amendments</a> | <a href = pdf/app_forms/adpc_app.pdf class=subMenu>LUB Amendments</a> | <a href = pdf/app_forms/adpc_app.pdf class=subMenu>Development Agreements</a>',
     '150 | 225 | <a href = pdf/app_forms/bldg_dev_permit.pdf class=subMenu>Building Permits</a> | <a href = pdf/app_forms/bldg_dev_permit.pdf class=subMenu>Development Permits | <a href = pdf/app_forms/Approval.Form.pdf class=subMenu>Apply for: &nbsp;&nbsp;Sewer,Water,Storm &nbsp;&nbsp;Hookup/Disconnect  | <a href = pdf/app_forms/Completion.Form.pdf class=subMenu>&nbsp;&nbsp;Work Completion &nbsp;&nbsp;Approval</a>',
     '120 | 85 | <a href = ann_open.htm class = subMenu>Annapolis Royal</a> | <a href = bri_open.htm class = subMenu>Bridgetown</a> | <a href = mid_open.htm class = subMenu>Middleton</a>',
     '160 | -61 | MPS/LUB Maps for: | <a href = ann_maps_index.htm class=subMenu>&nbsp;&nbsp;Annapolis Royal</a> | <a href = bri_maps_index.htm class = subMenu>&nbsp;&nbsp;Bridgetown</a> | <a href = mid_maps_index.htm class=subMenu>&nbsp;&nbsp;Middleton</a> | <a href = click_home.htm class=subMenu>Interactive GIS Maps</a> | <a href = gen_maps_index.htm class=subMenu>General Reference Maps</a>',
     '240 | 70 | Overview: | <a href = click_home.htm class=subMenu>&nbsp;&nbsp;Introduction</a> | <a href = project.htm class = subMenu>&nbsp;&nbsp;Project Organization</a> | <a href = concept.htm class=subMenu >&nbsp;&nbsp;Conceptual Diagram</a> | CLICK GIS: | <a href = uptown/click_login.asp class=SubMenu target="blank"> &nbsp;&nbsp;Uptown "Public" GIS </a> | <a href = "Downtown/click_login.asp" class=subMenu target="blank">&nbsp;&nbsp;Downtown "Municipal" GIS - Login</a>');

