var MENU2_ITEMS = [	[wrap_gold('Home'), 'http://www.capellacoffee.com/flavordrops/medifast/index.htm', {'sw':75}, 	],	[wrap_gold('Our Flavors & Products'), 'http://www.capellacoffee.com/flavordrops/medifast/our_flavors.htm', {'sw':145},	],	[wrap_gold('Current Deals!'), 'http://www.capellacoffee.com/flavordrops/bigsqueezedeal_2007.html', {'sw':130},	],	[wrap_gold('About Flavor Drops'), null, {'sw':130},			   ['Quick Start Guide','http://www.capellacoffee.com/flavordrops/flav_matrix.html'],			   ['Using Flavor Drops','http://www.capellacoffee.com/flavordrops/medifast/using_fdrops.htm'],			   ['What are Flavor Drops?','http://www.capellacoffee.com/flavordrops/medifast/what_is_fdrops.htm'],			   ['Flavor Drops FAQs','http://www.capellacoffee.com/flavordrops/medifast/fdrops_faq.htm'],			   ['Shipping Rates','http://www.capellacoffee.com/flavordrops/our_shipping.html'],	],	[wrap_gold('Testimonials'), 'http://www.capellacoffee.com/flavordrops/medifast/testimonials.htm', {'sw':80} ],	[wrap_gold('Contact Us'), null, {'sw' : 80},		['E-mail Customer Service', 'mailto:customerservice@capellacoffee.com'],		['Mailing Address','http://test.capellacoffee.com/index.asp?PageAction=CONTACTUS'],	]];function wrap_gold (text) {	var res=[];	for (var i=0; i<3; i++)		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/gold',			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/gold',			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #105D94" width="100%" align="center">',text,'</td><td><img src="img/gold',			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'		].join('');	return res;}
