var MENU_ITEMS={
    format:{
		//position and orientation
		left:0,top:0,relative:1,
		//orientation:'vertical',
		orientation:'horizontal',
		
		//borders
		border_mode:'around_level',//[around_item,custom], border:[1,1,1,1],//only if custom
		//border:[1,1,1,1],
		//border_color:'gray',
		border_color:"#999999",
		padding:[2,2,2,2],
		padding_bgcolor:'#F1F1F1',
		//padding_bgcolor_over:'#993300',
		
		shadow:[2,2],
		shadow_color:'gray',
		fix_forms:1,
		
		//default item size
		width:80,height:23,
		
		//colors
		bgcolor:'#F1F1F1',bgcolor_over:'#CCCCCC',
		//bgcolor:'#993300', //bgcolor_over:'#993300', 
		//bgcolor_over:'#ff3300',
		//over_class:'topMenuHover2', normal_class:'topMenuJS2',
		//CSS classes
		//back_css:'clsMenu',
		//normal_class:'clsMenuItem',
		//over_class:'clsMenuItemON',
		//normal_div:'clsTransparent1',
		//over_div:'clsMenuFullItemON',
		//normal_item_css:'clsMenuPadding',
		//over_item_css:'clsMenuPaddingOver',
		font:'font:11px Verdana, sans-serif;color:black;padding-left:7px',
		//font_over:'bold 12px Arial;color:white',
		//font_over:'italic 12px Arial',
		style:'border:1px solid #F1F1F1',
		style_over:'border:1px solid #999999',
		//style:'text-align:center',
		//style_over:'',
		
		//images
		image_mode:'left',image_size:[24,20],
		node_html_in_status:1,
		
		//misc					  
		hide_delay:1600,
		show_delay:2,
		init_on_start: false,
		parent_stay_active:1,
		arrow:'/images/arrow.gif',
		arrow_size:[13,13],
		transparent_gif:'/images/b.gif',
		separator_html1:'<hr noshade size=1>',
		levels:{
			level_0:{
				padding:[0,0,0,0],
				font:'font:bold 12px Verdana, serif;color:white;',
				font_over:'font:bold 12px Verdana, serif;color:#FF9900;',
				style:'border:0px', style_over:'border:0px',
				padding_bgcolor:'#993300',
				height:18, shadow:[0,0,0,0], 
				bgcolor:'#993300', 
				bgcolor_over:'#993300', 
				border:[0,0,0,0], 
				border_mode:'custom', 
				arrow_off:1},
			level_1:{level_offset:[0,1], width:160, orientation:"horizontal"},
			level_2:{level_offset:[-4,0], width:160},
			level_3:{level_offset:[-4,0], width:160}
		}
	},
	sub:[
		{html:'Home', url:'http://www.softdrawer.com', width:60},
		{html:'Products', url:'/javascript/',
			sub:[
				{html:'JavaScript Menu',
					sub:[
						{html:'Overview'},
						{html:'Documentation'},
						{html:'Examples',
							sub:[
								{html:'Example 1'},
								{html:'Example 2'},
								{separator:true,height1:10},
								{html:'Example 3'},
								{html:'Example 4'},
								{html:'Example 5'},
								{html:'Example 6'},
								{html:'Example 7'},
								{html:'Example 8'}
							]
						},
                        {html:'Download', url:'/download.asp?product=tree'},
						{html:'Order'}
					]
				},
				{html:'JavaScript Tree', status:'Best of the best!',
					sub:[
						{html:'Overview', url:'/javascript/tree/'},
						{html:'Documentation', url:'/javascript/tree/doc'},
						{html:'Demos',
							sub:[
								{html:'All In One'},
								{html:'Images'},
								{html:'Animation'},
								{html:'One Branch'},
								{html:'Save State'},
								{html:'Styles'}
							]
						},
						{html:'Download', url:'/download.asp?product=tree'},
						{html:'Order', url:'/order.asp?product=tree'}
					]
				}
				//{html:'JavaScript Scroller'},
				//{html:'JavaScript Calendar'}
			]
		},
		{html:'Services', url:'/services/'},
		{html:'Order', url:'/order.asp', width:60,
			sub:[
				{html:'Javascript Menu', url:'/order.asp?product=menu'},
				{html:'Javascript Tree', url:'/order.asp?product=tree'}
			]
		},
		{html:'Support', 
			sub:[
				{html:'Forum', url:'/forum/'},
				{html:'Contacts', url:'/contact.asp'}
			]
		}  
	]
    
} 
