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]],		
	],
	[wrap_noborder(''), ['swedish.php', '_top', null], [110,null,null],
		['Swedish Massage', ['swedish.php', '_top', null], [4,null,160]],		
		['Thai Massage', ['thai.php', '_top', null], [null,null,160]],
		['Deep Tissue Massage', ['deeptissue.php', '_top', null], [null,null,160]],
		['Pre- and Post-Natal Massage', ['natal.php', '_top', null], [null,null,160]],		
		['Infant and Child Massage', ['infant.php', '_top', null], [null,null,160]],
		['Lymphatic Drainage', ['lymphatic.php', '_top', null], [null,null,160]],
		['Breast Massage', ['breast.php', '_top', null], [null,null,160]],
		['Head, Face and Jaw Massage', ['head.php', '_top', null], [null,null,160]],
		['Hand and Foot Massage', ['hand.php', '_top', null], [null,null,160]],
		['Abdominal Massage', ['abs.php', '_top', null], [null,null,160]],								
		['Other Massage Styles', ['other.php', '_top', null], [null,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(''), ['book.php', '_top', null], [100,null,null],
		['Book an Appointment', ['book.php', '_top', null], [null,null,125]],
		['How to Find Us', ['contactus.php', '_top', null], [null,null,125]],		
		['Buses<br>Parking', ['buses.php', '_top', null], [null,null,125]],
		['Languages', ['languages.php', '_top', null], [null,null,125]],		
		['Send an Email', ['email.php', '_top', null], [null,null,125]],
	],			
];