
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','.'],
	['Australia','./au',null,
	['Features','./featur.php?DF=aufeatur&amp;Country=au'],
	['Demonstration','./demo.php?Country=au'],
	['Download','./download.php?Country=au'],
	['FAQ','./featur.php?DF=aufaq&amp;Country=au'],
	['Support','./support.php?Country=au'],
	['News','./news.php?Country=au'],
	['Purchase','./orderform.php?Country=au']],
	['New Zealand','./nz',null,
	['Features','./featur.php?DF=nzfeatur&amp;Country=nz'],
	['Demonstration','./demo.php?Country=nz'],
	['Download','./download.php?Country=nz'],
	['FAQ','./featur.php?DF=nzfaq&amp;Country=nz'],
	['Support','./support.php?Country=nz'],
	['News','./news.php?Country=nz'],
	['Purchase','./orderform.php?Country=nz']],
	['Fiji Islands','./fj',null,
	['Features','./featur.php?DF=fjfeatur&amp;Country=fj'],
	['Demonstration','./demo.php?Country=fj'],
	['Download','./download.php?Country=fj'],
	['FAQ','./featur.php?DF=fjfaq&amp;Country=fj'],
	['Support','./support.php?Country=fj'],
	['News','./news.php?Country=fj'],
	['Purchase','./orderform.php?Country=fj']],
	['Papua New Guinea','./pg',null,
	['Features','./featur.php?DF=pgfeatur&amp;Country=pg'],
	['Demonstration','./demo.php?Country=pg'],
	['Download','./download.php?Country=pg'],
	['FAQ','./featur.php?DF=pgfaq&amp;Country=pg'],
	['Support','./support.php?Country=pg'],
	['News','./news.php?Country=pg'],
	['Purchase','./orderform.php?Country=pg']],
	['United Kingdom','./uk',null,
	['Features','./featur.php?DF=ukfeatur&amp;Country=uk'],
	['Demonstration','./demo.php?Country=uk'],
	['Download','./download.php?Country=uk'],
	['FAQ','./featur.php?DF=ukfaq&amp;Country=uk'],
	['Support','./support.php?Country=uk'],
	['News','./news.php?Country=uk'],
	['Purchase','./orderform.php?Country=uk']],
	['Other Countries','./ot',null,
	['Features','./featur.php?DF=otfeatur&amp;Country=ot'],
	['Demonstration','./demo.php?Country=ot'],
	['Download','./download.php?Country=ot'],
	['FAQ','./featur.php?DF=otfaq&amp;Country=ot'],
	['Support','./support.php?Country=ot'],
	['News','./news.php?Country=ot'],
	['Purchase','./orderform.php?Country=ot']],
	['Documentation','./help'],
	['About Us','./aboutus.php']
];
	
