
var TREE_ITEMS = [
	[' Israel (Radio Stations)', 'index.php',

			[' Israel (Internet Radio)', 'webradio.php'],
			[' Jewish Religious Radio', 'religious.php'],

		[' Europe', null,
			[' Austria', 'austria.php'],
			[' Ukraine', 'ukraine.php'],
			[' Italy', 'italy.php'],
			[' Ireland', 'ireland.php'],
			[' UK', 'uk.php'],
			[' Bulgaria', 'bulgaria.php'],
			[' Belgium', 'belgium.php'],
			[' Belarus', 'belarus.php'],
			[' Germany', 'germany.php'],
			[' Denmark', 'denmark.php'],
			[' Netherlands', 'netherlands.php'],
			[' Hungary', 'hungary.php'],
			[' Greece', 'greece.php'],
			[' Norway', 'norway.php'],
			[' Spain', 'spain.php'],
			[' Poland', 'poland.php'],
			[' Finland', 'finland.php'],
			[' Czech', 'czech.php'],
			[' France', 'france.php'],
			[' Cyprus', 'cyprus.php'],
			[' Croatia', 'croatia.php'],
			[' Romania', 'romania.php'],
			[' Russia', 'russia.php'],
			[' Sweden', 'sweden.php'],
		],
 	  	[' America', null,
			[' North America', null,
			  [' USA', 'usa.php'],
			  [' Mexico', 'mexico.php'],
			  [' Canada', 'canada.php'],
		    ],
			[' South America', null,
			  [' Argentina', 'argentina.php'],
			  [' Brasil', 'brasil.php'],
		    ],
		],
		[' Asia', null,
			[' Indonesia', 'indonesia.php'],
			[' South-Korea', 'south-korea.php'],
			[' India', 'india.php'],
			[' Hong-Kong', 'hong-kong.php'],
			[' Philippines', 'philippines.php'],
			[' Taiwan', 'taiwan.php'],
			[' Japan', 'japan.php'],
			[' Malaysia', 'malaysia.php'],
			[' China', 'china.php'],
			[' Singapore', 'singapore.php'],
			[' Sri-Lanka', 'sri-lanka.php'],
			[' Thailand', 'thailand.php'],
		],
		[' Arab States', null,
			[' united-arab-emirates', 'united-arab-emirates.php'],
			[' algeria', 'algeria.php'],
			[' afghanistan', 'afghanistan.php'],
			[' jordan', 'jordan.php'],
			[' egypt', 'egypt.php'],
			[' morocco', 'morocco.php'],
			[' pakistan', 'pakistan.php'],
		],
  		[' Oceania', null,
			[' australia', 'australia.php'],
			[' new-zealand', 'new-zealand.php'],
		],
	]
];


