// Keystone Waterproofing 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		= -3;			//move the submenu's some pixels. Positive number (10) for down, negative (-10) for up.
var adjustLeft		= 5;           //move the submenu's some pixels. Positive number (10) for right, negative (-10) for left.
var mainUrl         = 'http://www.keystonewaterproofing.com/';


//Products Menu submenu tree
submenu['menu1'] = new Array();
submenu['menu1'][0] = menuItem('Building Review and Assessment', mainUrl + 'building_review.php');
submenu['menu1'][1] = menuItem('Caulking Replacement', mainUrl + 'caulking.php');
submenu['menu1'][2] = menuItem('Concrete Restoration', mainUrl + 'concrete_rest.php');
submenu['menu1'][3] = menuItem('Epoxy Injections', mainUrl + 'epoxy_inj.php');
submenu['menu1'][4] = menuItem('Masonry Cleaning', mainUrl + 'mas_clean.php');
submenu['menu1'][5] = menuItem('Masonry Repointing', mainUrl + 'mas_repoint.php');
submenu['menu1'][6] = menuItem('Repairs and Replacements', mainUrl + 'repairs_replace.php');
submenu['menu1'][7] = menuItem('Waterproofing', mainUrl + 'waterproofing.php');

// END OF BNS Web Creations QUICK MENU CONFIG