function wrap_noright(text) { 
return('<div style="border : 1px solid #C0C0C0"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder(text) { 
return('<div style="border: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 4px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</span></td></tr></table></div>'); 
}
function wrap_noborder_noright(text) { 
return('<div style="border : 1px solid #C0C0C0; border-right: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder_smallfont(text) { 
return('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td ' 
+ 'style="font-family: verdana, arial, san-serif; font-size: 9px">' + text + '</td></tr></table>'); 
}

var MENU_ITEMS = [
	[wrap_noborder(''), ['index.php', '_top', null], [null,null,null],		
	],
	[wrap_noborder(''), ['whoweare.php', '_top', null], [53,null,null],
		['How We Work Together', ['howweworktogether.php', '_top', null], [-50,38,150]],
		['Our Vision Our Mission', ['vision.php', '_top', null], [null,null,150]],
		['Our Goals Our Values', ['goals.php', '_top', null], [null,null,150]],
		['Causes We Support', ['causessupport.php', '_top', null], [null,null,150]],
		['Success Stories', ['success.php', '_top', null], [null,null,150]],	
	],
	[wrap_noborder(''), ['opportunity.php', '_top', null], [53,null,null],
		['Our Primary Partner', ['primarypartner.php', '_top', null], [-40,38,130]],
		['Due Diligence Process', ['duediligence.php', '_top', null], [null,null,130]],
		['Investment Options', ['investmentoptions.php', '_top', null], [null,null,130]],
		['Business Building', ['businessbuilding.php', '_top', null], [null,null,130]],	
		['Train and Travel', ['traintravel.php', '_top', null], [null,null,130]],	
		['Tax Benefits', ['tax_benefits.php', '_top', null], [null,null,130]],	
	],
	[wrap_noborder(''), ['news.php', '_top', null], [53,null,null],
		['Latest News', ['latestnews.php', '_top', null], [-25,38,100]],
		['Business News', ['businessnews.php', '_top', null], [null,null,100]],
		['Health News', ['healthnews.php', '_top', null], [null,null,100]],
		['Related Articles', ['relatedarticles.php', '_top', null], [null,null,100]],				
		['Newsletters', ['newsletter.php', '_top', null], [null,null,100]],				
	],
	[wrap_noborder(''), ['events.php', '_top', null], [53,null,null],
		['Events Calendar', ['events.php', '_top', null], [-30,38,110]],
		['Registration', ['registration.php', '_top', null], [null,null,110]],				
	],
	[wrap_noborder(''), ['joinus.php', '_top', null], [53,null,null],
		['Core Business Partnership', ['corebusiness.php', '_top', null], [-118,38,170]],
		['Alliance Partnership', ['alliancepart.php', '_top', null], [null,null,170]],
		['Wellness Home Client', ['wellnesshomeclient.php', '_top', null], [null,null,170]],
		['Health Practitioners Network', ['healthnetwork.php', '_top', null], [null,null,170]],
		['Advisory Team', ['advisoryteam.php', '_top', null], [null,null,170]],				
	],		
];