// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Translation', 'http://www.hikyaku.com/trans/transg.html', {'tw':'_top', 'tt':'Japanese Translation'},
		['Site Translation', 'http://www.hikyaku.com/trans/basictr.html', {'tw':'_top', 'tt':'Japanese site translation'}],
		['Text Translation', 'http://www.hikyaku.com/trans/minitr.html', {'tw':'_top', 'tt':'Japanese text translation'}],
		['Site Submission', 'http://www.hikyaku.com/trans/basicsb.html', {'tw':'_top', 'tt':'Japanese site submission'}],
		['Search Engines', 'http://www.hikyaku.com/trans/jengineg.html', {'tw':'_top', 'tt':'Japanese search engines'}],
		['Buy Domains', 'http://www.hikyaku.com/trans/domain.html', {'tw':'_top', 'tt':'Purchase internet domains'}],
		],
	['Dictionary', 'http://www.docoja.com/', {'tt':'Diffrent online dictionaries'},
		['Japanese Language', 'http://www.webdico.com', {'tt':'Japanese language dictionary'},
			['Kanji Characters', 'http://www.docoja.com/kan/kantxtg.html', {'tt':'Japanese kanji characters dictionary'}],
			['Kanji Words', 'http://www.docoja.com/koku/kokutxtg.html', {'tt':'Japanese kanji words dictionary'}],
			['Katakana Words', 'http://www.docoja.com/kata/katatxtg.html', {'tt':'Japanese katakana words dictionary'}]
		],
		['Visiting Japan', 'http://www.hikyaku.com/gallery/gallery.html', {'tt':'Japanese picture gallery'},
			['Geography and Travel', 'http://www.docoja.com/dico/geotxtg.html', {'tt':'Japanese geography and travel dictionary'}],
			['History and Culture', 'http://www.docoja.com/dico/histxtg.html', {'tt':'Japanese history and culture dictionary'}],
			['Manga and Video Games', 'http://www.docoja.com/dico/mngtxtg.html', {'tt':'Japanese manga and video games dictionary'}],
			['Politics and Media', 'http://www.docoja.com/dico/poltxtg.html', {'tt':'Japanese politics and media dictionary'}]
		],
		['Visiting France', 'http://www.docoja.com/dico/fratxtg.html', {'tt':'French tourism dictionary'}],
		['Visiting Germany', 'http://www.docoja.com/dico/deutxtg.html', {'tt':'German tourism dictionary'}],
		['Afghan War', 'http://www.hikyaku.com/afghan/afghan.html', {'tt':'Afghanistan and afghan war'},
			['Afghanistan', 'http://www.docoja.com/dico/afgtxtg.html', {'tt':'Afghanistan dictionary'}],
			['Iraq', 'http://www.docoja.com/dico/iraqtxtg.html', {'tt':'Iraq dictionary'}]
		]
	],
	['Software', 'http://www.flsw.com/indexg.htm', {'tt':'Software of different countries'},
		['Learn Japanese', 'http://www.hikyaku.com/fljap/fljapg.html', {'tt':'Software to learn Japanese'}],
		['Write Japanese', 'http://www.flsw.com/japan/kandashg.htm', {'tt':'Write Japanese texts on your PC'}],
		['Learn Arabic', 'http://www.hikyaku.com/flarb/flarbg.html', {'tt':'Software to learn Arabic'}],
		['Write Arabic', 'http://www.hikyaku.com/flarb/aeditor.html', {'tt':'Inexpensive Arabic text editor'}],
		['Learn Russia', 'http://www.flsw.com/russia/hellorg.htm', {'tt':'CD-Rom to learn Russian'}]
	],
	['Services', 'http://www.ijapan.org/', {'tt':'Different services and tools'},
		['Proxy Servers',  'http://www.proxy-web.com', {'tt':'Proxy servers in different countries'},
			['Japanese Proxy', 'http://www.ijapan.org/red/', {'tt':'Proxy server in Japan'}],	
			['British Proxy', 'http://www.docoja.com/red/', {'tt':'Proxy server in UK'}],	
			['American Proxy', 'http://www.webdico.com/red/', {'tt':'Proxy server in US'}]
		],
		['Japanese Forum', 'http://www.docoja.com:8080/mvnforum/mvnforum/index', {'tt':'Japanese forum for foreigners'}],
		['Free Email', 'http://hikyaku.com/jpmail/jpmail.html', {'tt':'Japanese free email (temporarily closed)'}],
		['Contact', 'http://www.hikyaku.com/contact.html', {'tt':'Contact us'}]
	],
	['Contents', 'http://www.hikyaku.com/', {'tt':'Different contents'},
		['Manga and Anime', 'http://www.hikyaku.com/manga/mangag.html', {'tt':'Japanese manga and anime'}],
		['Nagano Olympics', 'http://www.hikyaku.com/nagano/naganog.html', {'tt':'1998 Nagano Winter Olympics'}],
		['Okinawa Summit', 'http://www.hikyaku.com/summit/summitg.html', {'tt':'2000 Kyushu Okinawa Summit'}],
		['Japanese Pictures', 'http://www.hikyaku.com/gallery/gallery.html', {'tt':'Japanese picture gallery'}],
		['Afghan War', 'http://www.hikyaku.com/afghan/afghan.html', {'tt':'Afghanistan and afghan war'}],
		['Sakhalin Island', 'http://www.karafuto.com', {'tt':'Secret of Sakhalin Island'}]
	]

];
