var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 249,
	// Item's height in pixels
	'height'     : 44,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'Menu_0_Level_0_table',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['Menu_0_Level_0_inner_mouseout', 'Menu_0_Level_0_inner_mouseover', 'Menu_0_Level_0_inner_mousedown'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['Menu_0_Level_0_outer_mouseout', 'Menu_0_Level_0_outer_mouseover', 'Menu_0_Level_0_outer_mousedown']
	}
},
// Level 1 block configuration -------------------------------------
{
	'height'	 : 20,
	'width'      : 140,
	'table'      : [0, 1, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 10,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 215,
	'vertical'   : true,
	// block behaviour if single frame:
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300,
	// level shadow scope settings
	'shadow' : {
		// horisontal offset of the shadow in pixels
		'offX' : 5,
		// vertical offset of the shadow in pixels
		'offY' : 5,
		// color of the shadow
		'color' : 'silver'
	},
	'css' : {
		// Block outing table class
		'table' : 'Menu_0_Level_1_table',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['Menu_0_Level_1_inner_mouseout', 'Menu_0_Level_1_inner_mouseover', 'Menu_0_Level_1_inner_mousedown'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['Menu_0_Level_1_outer_mouseout', 'Menu_0_Level_1_outer_mouseover', 'Menu_0_Level_1_outer_mousedown']
	}
},
// Level 2 block configuration -------------------------------------------
{
	'block_top'  : 15,
	'block_left' : 130
}
// Rest level configurations are inherited from level 2
];


function wrap_caption (text) {
	var res=[];
	switch (text) {
		case "Women Alcohol and Pregnancy":
			// mouse out
			res[0]=['<img src="/images/n1_women.gif" alt="Women, Alcohol, and Pregnancy" width="249" height="40" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_women_alt.gif" alt="Women, Alcohol, and Pregnancy" width="249" height="40" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_women.gif" alt="Women, Alcohol, and Pregnancy" width="249" height="40" border="0">'];
			break;
		case "Fetal Alcohol Spectrum Disorders":
			// mouse out
			res[0]=['<img src="/images/n1_fetal-alcohol.gif" alt="Fetal Alcohol Spectrum Disorders (FASD)" width="249" height="44" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_fetal-alcohol_alt.gif" alt="Fetal Alcohol Spectrum Disorders (FASD)" width="249" height="44" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_fetal-alcohol.gif" alt="Fetal Alcohol Spectrum Disorders (FASD)" width="249" height="44" border="0">'];
			break;
		case "Awareness and Education":
			// mouse out
			res[0]=['<img src="/images/n1_awareness.gif" alt="Awareness and Education" width="249" height="32" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_awareness_alt.gif" alt="Awareness and Education" width="249" height="32" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_awareness.gif" alt="Awareness and Education" width="249" height="32" border="0">'];
			break;
		case "For Professionals":
			// mouse out
			res[0]=['<img src="/images/n1_for-professionals.gif" alt="For Professionals" width="249" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_for-professionals_alt.gif" alt="For Professionals" width="249" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_for-professionals.gif" alt="For Professionals" width="249" height="30" border="0">'];
			break;
		case "Wisconsin Treatment Outreach Project":
			// mouse out
			res[0]=['<img src="/images/n1_wtop.gif" alt="Wisconsin Treatment Outreach Project" width="249" height="44" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_wtop_alt.gif" alt="Wisconsin Treatment Outreach Project" width="249" height="44" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_wtop.gif" alt="Wisconsin Treatment Outreach Project" width="249" height="44" border="0">'];
			break;
		case "Family Empowerment Network":
			// mouse out
			res[0]=['<img src="/images/n1_family-empowerment.gif" alt="Family Empowerment Network" width="249" height="34" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_family-empowerment_alt.gif" alt="Family Empowerment Network" width="249" height="34" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_family-empowerment.gif" alt="Family Empowerment Network" width="249" height="34" border="0">'];
			break;
		case "Research Opportunities":
			// mouse out
			res[0]=['<img src="/images/n1_research-opp.gif" alt="Research Opportunities" width="249" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_research-opp_alt.gif" alt="Research Opportunities" width="249" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_research-opp.gif" alt="Research Opportunities" width="249" height="30" border="0">'];
			break;
	default: res = text;
	}
			
	return res;
}