﻿// 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.



//Service
submenu['menu2'] = new Array();
submenu['menu2'][0] = menuItem('จดทะเบียนธุรกิจ','services_register.php','_self');
submenu['menu2'][1] = menuItem('จัดทำบัญชีี','services_bookkeeping.php','_self');
submenu['menu2'][2] = menuItem('ตรวจสอบบัญชี','services_auditing.php','_self');
submenu['menu2'][3] = menuItem('วางระบบบัญชี','services_planning.php','_self');
	



// END OF EXAMPLE CONFIG
