var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 145,
	// Item's height in pixels
	'height'     : 30,
	// if Block Orientation is vertical
	'vertical'   : false,
	// 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'  : 30,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	'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' : 100,
	// 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'
	},//'opacity' : 100,
	'transition': ['revealTrans(TRANSITION=5,DURATION=0.3)', 'revealTrans(TRANSITION=4,DURATION=0.3)'],
	'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'  : 16,
	'block_left' : 100
}
// Rest level configurations are inherited from level 2
];


function wrap_caption (text) {
	var res=[];
	switch (text) {
		case "The Course":
			// mouse out
			res[0]=['<img src="/images/n1_the_course.gif" alt="The Course" width="81" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_the_course_alt.gif" alt="The Course" width="81" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_the_course.gif" alt="The Course" width="81" height="30" border="0">'];
			break;
		case "Cursing Stone Pub":
			// mouse out
			res[0]=['<img src="/images/n1_cursing_stone_pub.gif" alt="Cursing Stone Pub" width="113" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_cursing_stone_pub_alt.gif" alt="Cursing Stone Pub" width="113" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_cursing_stone_pub.gif" alt="Cursing Stone Pub" width="113" height="30" border="0">'];
			break;
		case "Tee Times":
			// mouse out
			res[0]=['<img src="/images/n1_tee_times.gif" alt="Tee Times" width="70" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_tee_times_alt.gif" alt="Tee Times" width="70" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_tee_times.gif" alt="Tee Times" width="70" height="30" border="0">'];
			break;
		case "News & Events":
			// mouse out
			res[0]=['<img src="/images/n1_whats_new.gif" alt="What&rsquo;s New" width="97" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_whats_new_alt.gif" alt="What&rsquo;s New" width="97" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_whats_new.gif" alt="What&rsquo;s New" width="97" height="30" border="0">'];
			break;
		case "Photo Gallery":
			// mouse out
			res[0]=['<img src="/images/n1_photo_gallery.gif" alt="Photo Gallery" width="92" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_photo_gallery_alt.gif" alt="Photo Gallery" width="92" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_photo_gallery.gif" alt="Photo Gallery" width="92" height="30" border="0">'];
			break;
		case "Testimonials":
			// mouse out
			res[0]=['<img src="/images/n1_testimonials.gif" alt="Testimonials" width="81" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_testimonials_alt.gif" alt="Testimonials" width="81" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_testimonials.gif" alt="Testimonials" width="81" height="30" border="0">'];
			break;
		case "Player Development":
			// mouse out
			res[0]=['<img src="/images/n1_player-development.gif" alt="Player Development" width="121" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_player-development_alt.gif" alt="Player Development" width="121" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_player-development.gif" alt="Player Development" width="121" height="30" border="0">'];
			break;
		case "Hole In One":
			// mouse out
			res[0]=['<img src="/images/n1_hole_in_one.gif" alt="Hole In One" width="91" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_hole_in_one_alt.gif" alt="Hole In One" width="91" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_hole_in_one.gif" alt="Hole In One" width="91" height="30" border="0">'];
			break;
		case "Gift Certificates":
			// mouse out
			res[0]=['<img src="/images/n1_gift_certificates.gif" alt="Gift Certificates" width="94" height="30" border="0">'];
			// mouse over
			res[1]=['<img src="/images/n1_gift_certificates_alt.gif" alt="Gift Certificates" width="94" height="30" border="0">'];
			// mouse down
			res[2]=['<img src="/images/n1_gift_certificates.gif" alt="Gift Certificates" width="94" height="30" border="0">'];
			break;
	default: res = text;
	}
			
	return res;
}