// PROGRAMS 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		= false;		//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		= 8;           //move the submenu's some pixels. Positive number (10) for right, negative (-10) for left.
var mainUrl         = 'http://www.tabcoupon.com/';


//Programs submenu tree

submenu['menu1'] = new Array();
submenu['menu1'][0] = menuItem('CUSTOM Coupon Tab Booklet', mainUrl + 'custom-booklet.htm');
submenu['menu1'][1] = menuItem('STOCK Coupon Tab Booklet', mainUrl + 'stock-booklet.htm');

// END OF PROGRAMS QUICK MENU CONFIG