/* --- menu items --- */
var MENU_ITEMS0 = [
	['<img src="pics/10x10.gif" width="8" height="8">Home','index.asp'
		],

	['<img src="pics/10x10.gif" width="8" height="8">About Us', '', {'sw' :68},
		['<img src="pics/10x10.gif" width="10" height="10">Company Profile', 'profile.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Meet the Team', 'team.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Our Offices', '',
		 ['Headquarters Dubai', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_caption'],
				['Dubai Offices', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_link'],
				['Egypt Offices ', 'http://www.softcomplex.com/products/tigra_menu_gold/docs/#items_subitems']
		 ],

	],
	
		['<img src="pics/10x10.gif" width="8" height="8">New Yachts', '', {'sw' : 75},
	    ['<img src="pics/10x10.gif" width="10" height="10">Benetti', 'benetti.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Azimut Yachts', 'azimut_yachts.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Atlantis', 'Atlantis.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Riviera', 'Riviera.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Monte Carlo Marine', 'mcm.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Williams Performance Tenders', 'williams.asp']	
	],
	
		['<img src="pics/10x10.gif" width="8" height="8">Pre-Owned Yachts', 'brokerage.asp', {'sw' : 116}
	   
	],
	['<img src="pics/10x10.gif" width="8" height="8">Marina Management', 'marina_management.htm', {'sw' : 133}
	
	],

		['<img src="pics/10x10.gif" width="8" height="8">Service', 'service.asp', {'sw' : 55}
	
	],

		['<img src="pics/10x10.gif" width="8" height="8">Club Azure', 'clubazure.asp', {'sw' : 78}
	
	],
	
		['<img src="pics/10x10.gif" width="8" height="8">Charter', 'charter.asp', {'sw' : 60}
	],
		['<img src="pics/10x10.gif" width="8" height="8">Latest News', 'news.asp', {'sw' : 82}
	],
		['<img src="pics/10x10.gif" width="8" height="8">Downloads', '', {'sw' : 77},
  		['<img src="pics/10x10.gif" width="10" height="10">Wallpaper and Video', 'downloads.asp'],
		['<img src="pics/10x10.gif" width="10" height="10">Photo Galleries', 'galleries.asp']
	],

		['<img src="pics/10x10.gif" width="8" height="8">Contact', 'contact.asp', {'sw' : 60}
	
	]
	
];

