var MENU_ITEMS0 = [
	[wrap_root('HOME'), 'http://www.bookayacht.com',{'sb' :'HOME'},
		[wrap_child('Who are we'), 'http://www.bookayacht.com/quisommesnous.html',{'sb' :'Who are we'}],

		[wrap_child('Yacht vacation specialist'), 'javascript:window.open(\'http://www.bookayacht.com/agentfull_1.html\',\'\',\'width=730,height=400\');history.go(0);',{'sb' :'Yacht vacation specialist'}],

		[wrap_child('Privacy statement'), 'http://www.bookayacht.com/privacy.html',{'sb' :'Privacy statement'}],
		
		[wrap_child('Legal informations'), 'http://www.bookayacht.com/legal.html',{'sb' :'Legal information'}],
		
		[wrap_child('Copyright'), 'http://www.bookayacht.com/copyright.html',{'sb' :'Copyright'}]
	],
	[wrap_root('SEARCH'),'http://www.bookayacht.com/search.html',{'sb' :'Search for'},
		[wrap_child('Bareboats'), 'http://www.bookayacht.com/search.html',{'sb' :'Bareboats'}],

		[wrap_child('Crewed yachts'), 'http://www.bookayacht.com/aolCY/search.html',{'sb' :'Crewed yachts'}]
	],	
	[wrap_root('PROMOTIONS'),'http://www.bookayacht.com/promotions.html',{'sb' :'Promotions'}
	
	],
	[wrap_root('CRUISING AREAS'),'http://www.bookayacht.com/destinations/destinations.html',{'sb' :'Cruising areas'},
		[wrap_child('The Carribean'),'http://www.bookayacht.com/destinations/destinations.jsp#car',{'sb' :'The Carribean'}],

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

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

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

		[wrap_child('South East Asia'),'http://www.bookayacht.com/destinations/destinations.jsp#seasia',{'sb' :'South East Asia'}],
		
		[wrap_child('Alaska & British Columbia'),'http://www.bookayacht.com/destinations/destinations.jsp#pacalaska',{'sb' :'Alaska & British Columbia'}]
	],
	[wrap_root('SERVICES'),'http://www.bookayacht.com/jamaisloue.html',{'sb' :'Services'},
		[wrap_child('Ever rented ?'),'http://www.bookayacht.com/jamaisloue.html',{'sb' :'Ever rented ?'}],

		[wrap_child('Yachts services'),'http://www.bookayacht.com/yservices.html',{'sb' :'Yachts services'}],

		[wrap_child('Captain\'s Advices'),'http://www.bookayacht.com/about/glossary.html',{'sb' :'Captain\'s Advices'}]
	],
	[wrap_root('PRO CORNER'),'http://www.bookayacht.com/pro.html',{'sb' :'Pro corner'},
		[wrap_child('Log-on'),'http://www.bookayacht.com/pro.html',{'sb' :'Log-on'}],
		
		[wrap_child('Contact us'),'http://www.bookayacht.com/brochure/contact.html',{'sb' :'Contact us'}],
		
		[wrap_child('Travel Agents'),'http://www.bookayacht.com/travelagents.html',{'sb' :'Travel Agents'}]
	]

]


function wrap_child (text) {
	var res=[];for (var i=0; i<3; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=150 height=22><tr><td width=150 class=bordertable><table cellspacing=0 cellpadding=0><tr><td width=5 class=bg' + i + '>&nbsp;</td>  <td width=150 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=100 height=22><tr><td width=120 class=aa' + i + '>&nbsp;' + text + '</td></tr></table>'
	return res;
}