// WOBORO SUB MENU QUICK MENU CONFIG

var alignSubmenu 	= 'bottom';		//bottom or right side of the main button.
var useLastItemCSS	= true;			//generate last menu item too
									//if false, it will behave as a normal item
									//and the css menuItemLast class will not be used
var adjustFirst		= true;		//overlap the first submenu too?
var adjustTop		= -15;			//move the submenu's some pixels. Positive number (10) for down, negative (-10) for up.
var adjustLeft		= 150;           //move the submenu's some pixels. Positive number (10) for right, negative (-10) for left.
var mainUrl         = 'http://www.woboro.com/';


//Permits submenu tree
submenu['menu1'] = new Array();
submenu['menu1'][0] = menuItem('Planning Commission', mainUrl + 'permits.htm#plancomm');
submenu['menu1'][1] = menuItem('Zoning Hearing Board', mainUrl + 'permits.htm#zhb');
submenu['menu1'][2] = menuItem('Building Permits / Applications', mainUrl + 'permits.htm#bpa');
submenu['menu1'][3] = menuItem('Fee Schedule', mainUrl + 'permits.htm#feesched');
submenu['menu1'][4] = menuItem('White Oak Zoning Map', mainUrl + 'permits.htm#zmap');




// END OF WOBORO SUB MENU QUICK MENU CONFIG