//If you like this menu please thank....
//http://www.cs.ucla.edu/%7Eheng/JSCookMenu/ 


var myMenu =
[
    [null, '<b>Home</b>', 'index.htm', '_self', null],
    [null, '<b>About us</b>', '', '_self', null,
	 	['', '<b>Office of the Census Commissioner</b>', 'about_us.htm', '_self', null],
	 	['', '<b>Who is who</b>', 'who_is_who.htm', '_self', null],
	 ],
	 [null, '<b>News</b>', 'news.htm', '_self', null],
	 [null, '<b>Census</b>', '', '', null,
	 	['', '<b>Overview</b>', 'census_overview.htm', '_self', null],
	 	['', '<b>Executive Order</b>', 'executive_order.htm', '_self', null],
		['', '<b>Results</b>', 'census_results.htm', '_self', null],
	 ],
	 [null, '<b>Publications</b>', '', '_self', null,
	 	['', '<b>Overview</b>', 'publication_overview.htm', '_self', null],
	 	['', '<b>Population and Housing Census Report 2005</b>', 'index.html', '_self', null],
		['', '<b>Census Indicator Atlas Map of Bhutan</b>', 'index.html', '_self', null],
	 ],
	[null, '<b>Gallery</b>', 'gallery/index.htm', '_blank', null],
	[null, '<b>Downloads</b>', 'index.htm', '_self', null],
	[null, '<b>FAQ</b>', 'faq.htm', '_self', null],
	[null, '<b>Links</b>', 'index.htm', '_self', null],
	[null, '<b>Sitemap</b>', 'index.htm', '_self', null],
	[null, '<b>Contact us</b>', 'index.htm', '_self', null],
];

