/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'content.html',{'tw' : 'content'}],
	['About Us', null, null,
		['Overview', 'overview.html', {'tw' : 'content'}],
		['Team', 'team.html'],
		['Industry Focus', 'industryfocus.html'],
		['Aim', 'aim.html'],
	/*	['Headlines for ND`s', null, null,
				['Nubiz Dec 04','publications.html', {'tw' : 'content'}],		 
				['Nubiz Dec 04','publications1.html', {'tw' : 'content'}],		
				['KTM Post Jul 04','publications2.html', {'tw' : 'content'}],		
				['Classified Mar 05','publications3.html', {'tw' : 'content'}],		
				['KTM Post Aug 04','publications4.html', {'tw' : 'content'}],		
				['Nepali Times Jan 05','publications5.html', {'tw' : 'content'}],		
				['Kantipur','publications6.html', {'tw' : 'content'}],		
				['The Boss Dec 04','publications7.html', {'tw' : 'content'}],		
				['Nepali Times Jan 05','publications8.html', {'tw' : 'content'}],		
				['City Post Oct 05','publications9.html', {'tw' : 'content'}],		
	    ],
	*/
	],
	['Sister Org.', null, null,
	    ['Overview', 'sis_overview.html', {'tw' : 'content'}],
	    ['Scope of Activities', 'sis_scope.html', {'tw' : 'content'}],
	    ['Organization', 'sis_organization.html', {'tw' : 'content'}],
	    ['Contact', 'sis_contact.html', {'tw' : 'content'}],
	],	
	['Products', null, null,
                ['Dairy Products', null, null,
			['Ice Cream', null, null, 
				['Regular Flavor','prod_da_icecream.html', {'tw' : 'content'}],
				['Chocolate Stick','prod_da_ChocoBar.html', {'tw' : 'content'}],
			],
			['Pouch Milk','prod_da_milk.html', {'tw' : 'content'}],
			['Yogurt', null, null,
				['Regular Yogurt','prod_da_yogurt_plain.html', {'tw' : 'content'}],
				['Juju','prod_da_yogurt_juju.html', {'tw' : 'content'}],
			],
			['Cheese', null, null,
				['Mozeralla','prod_da_yogurt.html', {'tw' : 'content'}],
				['Yak cheese'],
                                ['Paneer', 'prod_da_yogurt.html', {'tw' : 'content'}],
                                ['Process Cheese','prod_da_yogurt.html', {'tw' : 'content'}],
			]
		],
		['Bakery Products', null, null,
			['Wedding Cakes','prod_ba_wed1.html',{'tw' : 'content'}],
			['Birthday Cates','prod_ba_birthday1.html',{'tw' : 'content'}],
			['Cookies','prod_ba_cookies1.html',{'tw' : 'content'}],
			['Pastries','prod_ba_Pastries1.html',{'tw' : 'content'}],
		],
		['Sweets Products', null, null,
		 	['Methai','prod_sw_methai.html',{'tw' : 'content'}],
			['Rasbery','prod_sw_rasbery.html',{'tw' : 'content'}],
			['Lalmohan','prod_sw_lalmohn.html',{'tw' : 'content'}],
			['Peda','prod_sw_peda.html',{'tw' : 'content'}],
			['Goodpakh','prod_sw_goodpakh.html',{'tw' : 'content'}],
			['Barphi','prod_sw_barphi.html',{'tw' : 'content'}],
		],
		['Fast Food Products', null, null,
			['Pizza', null, null,
				['Cheese Pizza','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Veg Cheese Pizza','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Chicken Pizza','prod_ff_cheesepizza.html', {'tw' : 'content'}],
                        ],
			['Burger', null, null,
				['Hamburger','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Cheese Burger','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Vegi Burger','prod_ff_cheesepizza.html', {'tw' : 'content'}],
                        ],
			['Chinese Food', null, null,
				['Chowmin','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Soup','prod_ff_cheesepizza.html', {'tw' : 'content'}],
				['Momo','prod_ff_momo.html', {'tw' : 'content'}],
				['Spring Roll','prod_ff_cheesepizza.html', {'tw' : 'content'}],
                        ]
		],
	],
	['Outlet', null, null,
		['Mahaboudha', 'loc_mahaboudha.html'],
		['Putali Sadak', 'loc_putalisadak.html'],
		['Baneshwor', 'loc_baneshwor.html'],
		['Sita Pila', 'loc_sitapila.html'],
		['Pokhara', 'loc_pokhara.html'],
		['Mugling', 'loc_mugling.html'],
	],
	['Opportunities', null, null,
	        ['Investment','Investment.html'],
	        ['Career','career.html'],
	],
	['Contact', null, null,
		['E-mail', 'mailto: nd@mos.com.np?subject=Nepal Dairy Web Comments/question'],
	        ['Address Direction','address.html']
	],
/*   ['Calendar', null, null,
				['Cover Page','Calendar.html', {'tw' : 'content'}],		 
				['Welcome','Calendar1.html', {'tw' : 'content'}],		
				['Baishak/Jeth','Calendar2.html', {'tw' : 'content'}],		
				['Ashard/Shrown','Calendar3.html', {'tw' : 'content'}],		
				['Bhadra/Ashwin','Calendar4.html', {'tw' : 'content'}],		
				['Kartik/Mansir','Calendar5.html', {'tw' : 'content'}],		
				['Push/Magh','Calendar6.html', {'tw' : 'content'}],		
				['Fagun/Chaitra','Calendar7.html', {'tw' : 'content'}],		
	    ],
*/
];


