var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	//'width'      : 75,
	// Item's height in pixels
	'height'     : 23,
	// 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'	 : 24,
	'width'      : 160,
	'table'      : [0, 1, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 23,
	// 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=19,DURATION=0.5)', 'revealTrans(TRANSITION=18,DURATION=0.5)'],
	'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 "Hosting":
			// mouse out
			res[0]=['<img src="/images/tb_hosting.gif" width="63" height="23" border="0" alt="Hosting Packages" name="click1">'];
			// mouse over
			res[1]=['<img src="/images/tb_hosting2.gif" width="63" height="23" border="0" alt="Hosting Packages" name="click1">'];
			// mouse down
			res[2]=['<img src="/images/tb_hosting.gif" width="63" height="23" border="0" alt="Hosting Packages" name="click1">'];
			break;
		case "Domain Names":
			// mouse out
			res[0]=['<img src="/images/tb_domain.gif" width="98" height="23" border="0" alt="Domain Names" name="click2">'];
			// mouse over
			res[1]=['<img src="/images/tb_domain2.gif" width="98" height="23" border="0" alt="Domain Names" name="click2">'];
			// mouse down
			res[2]=['<img src="/images/tb_domain.gif" width="98" height="23" border="0" alt="Domain Names" name="click2">'];
			break;
		case "Products":
			// mouse out
			res[0]=['<img src="/images/tb_products.gif" width="66" height="23" border="0" alt="Products" name="click3">'];
			// mouse over
			res[1]=['<img src="/images/tb_products2.gif" width="66" height="23" border="0" alt="Products" name="click3">'];
			// mouse down
			res[2]=['<img src="/images/tb_products.gif" width="66" height="23" border="0" alt="Products" name="click3">'];
			break;
		case "Support":
			// mouse out
			res[0]=['<img src="/images/tb_support.gif" width="61" height="23" border="0" alt="Support" name="click4">'];
			// mouse over
			res[1]=['<img src="/images/tb_support2.gif" width="61" height="23" border="0" alt="Support" name="click4">'];
			// mouse down
			res[2]=['<img src="/images/tb_support.gif" width="61" height="23" border="0" alt="Support" name="click4">'];
			break;
		case "E-Commerce":
			// mouse out
			res[0]=['<img src="/images/tb_ecommerce.gif" width="86" height="23" border="0" alt="E-commerce" name="click5">'];
			// mouse over
			res[1]=['<img src="/images/tb_ecommerce2.gif" width="86" height="23" border="0" alt="E-commerce" name="click5">'];
			// mouse down
			res[2]=['<img src="/images/tb_ecommerce.gif" width="86" height="23" border="0" alt="E-commerce" name="click5">'];
			break;
		case "News":
			// mouse out
			res[0]=['<img src="/images/tb_news.gif" width="45" height="23" border="0" alt="News" name="click6">'];
			// mouse over
			res[1]=['<img src="/images/tb_news2.gif" width="45" height="23" border="0" alt="News" name="click6">'];
			// mouse down
			res[2]=['<img src="/images/tb_news.gif" width="45" height="23" border="0" alt="News" name="click6">'];
			break;
		case "About Us":
			// mouse out
			res[0]=['<img src="/images/tb_aboutus.gif" width="66" height="23" border="0" alt="About Us" name="click7">'];
			// mouse over
			res[1]=['<img src="/images/tb_aboutus2.gif" width="66" height="23" border="0" alt="About Us" name="click7">'];
			// mouse down
			res[2]=['<img src="/images/tb_aboutus.gif" width="66" height="23" border="0" alt="About Us" name="click7">'];
			break;
		case "FAQ":
			// mouse out
			res[0]=['<img src="/images/tb_faq.gif" width="38" height="23" border="0" alt="FAQ" name="click8">'];
			// mouse over
			res[1]=['<img src="/images/tb_faq2.gif" width="38" height="23" border="0" alt="FAQ" name="click8">'];
			// mouse down
			res[2]=['<img src="/images/tb_faq.gif" width="38" height="23" border="0" alt="FAQ" name="click8">'];
			break;
		case "Order":
			// mouse out
			res[0]=['<img src="/images/tb_order.gif" width="65" height="23" border="0" alt="Order Now" name="click9">'];
			// mouse over
			res[1]=['<img src="/images/tb_order2.gif" width="65" height="23" border="0" alt="Order Now" name="click9">'];
			// mouse down
			res[2]=['<img src="/images/tb_order.gif" width="65" height="23" border="0" alt="Order Now" name="click9">'];
			break;
		default: res = text;
	}
			
	return res;
}