// write me if you have questions: web.master@male.ru
// constants
var left_corner_x  = 185; 	// x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 139; 	// y-coordinate of top left corner of dropdown menu 
var back_color     = '#CC7F5F'; // the background color of dropdown menu 
var border_color   = '#666666'; // the color of dropdown menu border
var border_size    = '1'; 	// the width of dropdown menu border
var menu_width     = '100'; 	// 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;  
// ----------------------------
//mission, history, directors
// 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 |; 
menu_content     
         = new Array ('70 | <b><a href="about.asp" class=subMenu>About CAAO</a></b>| <a href="mission.asp" class=subMenu>Mission</a> |  <a href="history.asp" class=subMenu>History</a> |  <a href="execcomm.asp" class=subMenu>Exec Committee</a> | <a href="founders.asp" class=subMenu>Founders</a> |<a href="testimonials.asp" class=subMenu>Testimonials</a>',
                      '90 | <b><a href="activities.asp" class=subMenu>Activities</a></b> | <a href="calendar.asp" class=subMenu>Calendar</a> | <a href="news.asp" class=subMenu>News</a>| <a href="newsletters.asp" class=subMenu>Newsletters</a>| <a href="photo.asp" class=subMenu>Photos</a> | <a href="proclamations.asp" class=subMenu>Proclamations</a>',
			'80 | <b><a href="benefits.asp" class=subMenu>Benefits</a></b>',
			'90 | <b><a href="members.asp" class=subMenu>Members</a></b>  | <a href="application.asp" class=subMenu>Membership Application</a> | <a href="memberorgs.asp" class=subMenu>Member Organizations</a>',
			'90 | <b><a href="supporters.asp" class=subMenu>Supporters</a></b> | <a href="grantors.asp" class=subMenu>Grantors</a> | <a href="partners.asp" class=subMenu>Partners</a>',
			'95 | <b><a href="resources.asp" class=subMenu>Resources</a></b> | <a href="networkmap.asp" class=subMenu>Network Map Form</a>| <a href="jobs.asp" class=subMenu>Jobs</a> | <a href="links.asp" class=subMenu>Links</a> | <a href="scholarships.asp" class=subMenu>Scholarships</a> | <a href="expertise.asp" class=subMenu>Business Database</a>',
			'60 | <b><a href="help.asp" class=subMenu>Help</a></b> | <a href="contact.asp" class=subMenu>Contact</a> | <a href="search.asp" class=subMenu>Search</a> | <a href="faq.asp" class=subMenu>FAQ</a>| <a href="sitemap.asp" class=subMenu>Site Map</a>');