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(''), ['mission.php', '_top', null], [null,null,null],
		['Mission Statement', ['mission.php', '_top', null], [4,null,150]],
		['Therapists', ['about.php', '_top', null], [null,null,150]],
		['What\'s new?', ['new.php', '_top', null], [null,null,150]],
		['Forms', ['forms.php', '_top', null], [null,null,150]],
		['Privacy Policy', ['privacy.php', '_top', null], [null,null,150]],		
		['Newsletters', ['newsletters.php', '_top', null], [null,null,150]],			
	],
	[wrap_noborder(''), ['treatments.php', '_top', null], [110,null,null],
		['Treatments', ['treatments.php', '_top', null], [4,null,160]],
		['What to Expect on Your First Visit', ['expect.php', '_top', null], [null,null,160]],
		['Gift Certificates', ['gift.php', '_top', null], [null,null,160]],		
		['Frequently Asked Questions', ['faq.php', '_top', null], [null,null,160]],						
	],
	[wrap_noborder(''), ['what.php', '_top', null], [160,null,null],
		['What Does a Massage Therapist Do?', ['what.php', '_top', null], [4,null,220]],
		['Benefits of Massage Therapy', ['benefits.php', '_top', null], [null,null,220]],
		['Conditions Treated By Massage Therapy', ['conditions.php', '_top', null], [null,null,220]],
		['Self-Care and Remedial Exercises', ['self-care.php', '_top', null], [null,null,220]],		
		['Ten Tips for Healthy Muscles', ['10tips.php', '_top', null], [null,null,220]],
		['Links & Helpful Products', ['links.php', '_top', null], [null,null,220]],
	],
	[wrap_noborder(''), ['fees.php', '_top', null], [240,null,null],
		['Fees', ['fees.php', '_top', null], [4,null,90]],
		['Hours', ['hours.php', '_top', null], [null,null,90]],		
	],
	[wrap_noborder(''), ['contactus.php', '_top', null], [100,null,null],
		['Contact Us', ['contactus.php', '_top', null], [null,null,125]],		
		['Map of our location', ['map.php', '_top', null], [null,null,125]],				
		['Buses / Parking', ['buses.php', '_top', null], [null,null,125]],
		['Languages', ['languages.php', '_top', null], [null,null,125]],		
	],			
];
