var MENU_ITEMS0 = [

		[wrap_root('Our service'),'http://www.bookayacht.com/search.html',{'sb' :'Our service'},

		[wrap_child('Our service'), 'http://www.bookayacht.com/search.html',{'sb' :'Our service'}],


		[wrap_child('About us'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'About us'}],
		
		[wrap_child('Customer support'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'Customer support'}]

	],	

	[wrap_root('The Charter Club'),'http://www.bookayacht.com/promotions.html',{'sb' :'The Charter Club'},
	
	[wrap_child('Join the Club!'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'Join the Club!'}],
	
	[wrap_child('Yacht access'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'Yacht access'}],
	
	[wrap_child('Client access'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'Client access'}]
	

	],

	[wrap_root('Plan & Price'),'http://www.bookayacht.com/destinations/destinations.html',{'sb' :'Plan & Price'},

		[wrap_child('Yacht search'),'http://www.bookayacht.com/destinations/destinations.jsp#car',{'sb' :'Yacht search'}],



		[wrap_child('Price list'),'http://www.bookayacht.com/destinations/destinations.jsp#europe',{'sb' :'Price list'}],



		[wrap_child('Terms & conditions'),'http://www.bookayacht.com/destinations/destinations.jsp#southpac',{'sb' :'Terms & conditions'}],



		[wrap_child('Customer support'),'http://www.bookayacht.com/destinations/destinations.jsp#indian',{'sb' :'Customer support'}]

	],

	[wrap_root('Azimut Charter Fleet'),'http://www.bookayacht.com/jamaisloue.html',{'sb' :'Azimut Charter Fleet'}

	],

	[wrap_root('Destinations'),'http://www.bookayacht.com/pro.html',{'sb' :'Destinations'},

		[wrap_child('Mediterranean'),'http://www.bookayacht.com/pro.html',{'sb' :'Mediterranean'}],

		

		[wrap_child('Caribbean'),'http://www.bookayacht.com/brochure/contact.html',{'sb' :'Caribbean'}],

		

		[wrap_child('South Pacific'),'http://www.bookayacht.com/travelagents.html',{'sb' :'South Pacific'}],


		[wrap_child('Indian Ocean'),'http://www.bookayacht.com/travelagents.html',{'sb' :'Indian Ocean'}]

	]


]


function wrap_child (text) {

	var res=[];for (var i=0; i<3; i++)

		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=130 height=18><tr><td width=130 class=bordertable><table cellspacing=0 cellpadding=0><tr><td width=2 class=bg' + i + '>&nbsp;</td>  <td width=130 class=a' + i + '>&nbsp;' + text + '</td></table></td></tr></table>'

	return res;

}



function wrap_root (text) {

	var res=[];for (var i=0; i<3; i++)

		res[i]='<table border=0 cellspacing=0 cellpadding=0 class=bordertable width=129 height=18><tr><td width=129 class=aa' + i + '>&nbsp;' + text + '</td></tr></table>'

	return res;

}