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

//fisrt submenu tree
submenu['menu1'] = new Array();
submenu['menu1'][0] = menuItem('PD-Mobile podium','products_podium.php','_top');
submenu['menu1'][1] = menuItem('PD-Sound box','products_sound.php','_top');
submenu['menu1'][2] = menuItem('PD-Sound system','products_soundsystem.php','_top');


// END OF EXAMPLE CONFIG