// EXAMPLE 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		= 0;			//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.

//en
submenu['menu1'] = new Array();
submenu['menu1'][0] = menuItem('POLYMER ','polymer_search.php','_top');
submenu['menu1'][1] = menuItem('POLYOL ','polyol_search.php','_top');

//th
submenu['menu2'] = new Array();
submenu['menu2'][0] = menuItem('โพลีเมอร์ ','th-polymer_search.php','_top');
submenu['menu2'][1] = menuItem('โพลีออล ','th-polyol_search.php','_top');
