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


//Products and Services submenu tree 
submenu['menu1'] = new Array();

//Contact Menu submenu tree
submenu['menu2'] = new Array();
submenu['menu2'][0] = menuItem('Phone - Fax - Email', mainUrl + 'contact.php');
submenu['menu2'][1] = menuItem('Map &amp; Directions', mainUrl + 'map-directions.php');

// END OF Albensi Laboratories QUICK MENU CONFIG