var MENU1_ITEMS =[
	
	[wrap_blue('HOME'), '../index2.htm', {'tt': 'Welcome Page', 'sw':60}],
	
	
	
	[wrap_blue('ABOUT US'), null, null,
		['OUR VISION', '../vision.htm'],
		['CONTACT US', '../contactus.htm'],
	],
	
	
	[wrap_blue('NEWS'), null, null,
		['THE JOURNAL', '../thejournal.htm'],
		['MAILING LIST', '../mailinglist.htm'],
		],
		
	[wrap_blue('MEDIA'), null, {'sw':140, 'bw':120},
			   ['TV', '../spirittv.htm' , {'tt': 'SpiritChannel'}],
		
		['DOWNLOADS', null, null, 
			['PREACHINGS', '../preach.htm', {'tt':'Free Downloads, Sundays messages'}],
			['WORSHIP SONG', '../worship.htm', {'tt':'Worship in the Spirit, kOk band'}],
			['WALLPAPERS', '../fileupload/wallpaper.php', {'tt':'Artistic Wallpapers including verses'}],
			
		
		
		]
	],
	
	[wrap_blue('COMMUNITY'), null, null,
		['EVENTS' , '../events.htm'],
		['PHOTO GALLERY' , '']
		],
	
	
	[wrap_blue('KOK'), null, null,
		['WHY SALVATION!', '../whysalvation_ar.htm'],
		['NEED A PRAYER?', '../needprayer.htm'],
		['EVANGELISM TOOLS', '../evangtools.htm']
	],
	
	
	
	
	[wrap_blue('LINKS'),'../links.htm'],
	

	
	
];

function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blue',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/blue',
			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #105D94" width="100%">',text,'</td><td><img src="img/blue',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}
