
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','default.htm',null,
	],
	['Contact Us','contact.htm'],
	['AviMap &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
		['About AviMap','avimap_about.htm'],
		['Contents','avimap_contents.htm'],
		['Order','order.htm'],
		['Newsletter','avimap_newsletter.htm'],
		['Suggestions/Updates','updates.htm'],
		['Register','register.htm']
	],
	['Short Final &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
		['About Short Final','short_final_about.htm'],
		['Contents','short_final_contents.htm'],
		['Order','order.htm'],
		['Newsletter','short_final_newsletter.htm'],
		['Suggestions/Updates','updates.htm'],
		['Register','register.htm']
	],
	['Pilot Destinations &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
		['About Pilot Destinations','pilot_destin_about.htm'],
		['Destinations &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
			['South Africa','destin_sa.htm'],
			['Botswana','destin_botswana.htm'],
			['Lesotho','destin_lesotho.htm'],
			['Namibia','destin_namibia.htm'],
		],
		['Contents','pilot_destin_contents.htm'],
		['Order','order.htm'],
		['Suggestions/Updates','updates.htm'],
		['Register','register.htm']
	],
	['Frequency Charts','frequency.htm',null,
	],
	['Special Rules Chart','special_rules.htm',null,
	],
	['Links &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
		['Weather &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
			['Weather24','http://www.weather24.co.za', {'tw' :'_blank'} ],
		],
		['Aviation Association &nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
			['SACAA','http://www.caa.co.za', {'tw' :'_blank'} ],
		],
		['Aviation Magazines &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
			['African Pilot','http://www.africanpilot.co.za', {'tw' :'_blank'} ],
		],
		['Other Sites &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/menu_arrow.gif" width="6" height="8">',null,null,
			['AvCom','http://www.avcom.co.za', {'tw' :'_blank'} ],
			['ATNS','http://www.atns.co.za', {'tw' :'_blank'} ],
			['Aviation Accessories','http://www.aviation-engines.co.za', {'tw' :'_blank'} ],
		],

	],
];