// THIS CONTAINS THE MENU ITEMS WHEN YOU ARE IN THE ROOT FOLDER.

BLANK_IMAGE = 'graphics/shim.gif';	// Required by CoolMenus. It's a 1x1 px blank image.

var MENU_ITEMS = [
	{pos:[15,106], itemoff:[0,99], leveloff:[23,0], style:STYLE, size:[24,100]},
	{code:"HOME", url:"default.htm", format:{size:[24,60]}},
	{code:"ABOUT US", url:"about_us/default.htm", format:{itemoff:[0,59], size:[24,85]},
		sub:[
			{style:STYLE2, itemoff:[23,0], size:[24,125]},
			{code:"The Mitrataa Story", url:"about_us/default.htm"},
			{code:"Our Objectives", url:"about_us/objectives.htm"},
			{code:"Corporate", url:"about_us/corporate.htm"},
			{code:"The Team", url:"about_us/the_team.htm"},
			{code:"Archives", url:"about_us/archives.htm"}
		]
	},
	{code:"PROJECTS", url:"projects/default.htm", format:{itemoff:[0,84], size:[24,95]},
		sub:[
			{style:STYLE2, itemoff:[23,0], size:[24,145]},
			{code:"Dream Catchers", url:"projects/default.htm"},
			{code:"Dream Centres", url:"projects/dream_centres.htm"},
			{code:"Teacher Training", url:"projects/Teacher_Training.htm"},
			{code:"IP Training", url:"projects/IP_Training.htm"},
			{code:"Model School", url:"projects/model_school.htm"},
			{code:"Women in Journalism", url:"projects/women_in_journalism.htm"},
			{code:"100Views Art & Literacy", url:"projects/100views.htm"},
			{code:"Pets as Therapy", url:"projects/pets_as_therapy.htm"},
			{code:"Daisy Chains", url:"projects/WETEA.htm"},
			{code:"Defying Gravity", url:"projects/defying_gravity.htm"},
			{code:"Connecting Dreams", url:"projects/connecting_dreams.htm"},
			{code:"Snow Leopard", url:"projects/Snow_Leopard.htm"}
		]
	},	
	{code:"PARTNERS", url:"partners/Rabindra_Puri.htm", format:{itemoff:[0,94], size:[24,110]},
		sub:[
			{style:STYLE2, itemoff:[23,0], size:[24,190]},
			{code:"Rabindra Puri", url:"partners/Rabindra_Puri.htm"},
			{code:"CWISH", url:"partners/CWISH.htm"},
			{code:"Riviera International Academy", url:"projects/model_school.htm"},
			{code:"NPIA", url:"partners/NPIA.htm"},
			{code:"NTEPC", url:"partners/NTEPC.htm"}
		]
	},	
	{code:"SUPPORTERS", url:"supporters/default.htm", format:{itemoff:[0,109], size:[24,110]}},
	{code:"GET INVOLVED", url:"getinvolved/default.htm", format:{itemoff:[0,109], size:[24,100]}},
	{code:"CONTACT US", url:"contact/default.htm", format:{itemoff:[0,99], size:[24,90]}},
	{code:"NEPAL", url:"nepal/default.htm", format:{itemoff:[0,89], size:[24,90]},
		sub:[
			{style:STYLE2, itemoff:[23,0], size:[24,135]},
			{code:"General Information", url:"nepal/default.htm"},
			{code:"Tourism", url:"nepal/tourism.htm"},
			{code:"News", url:"nepal/news.htm"}
		]
	},
	{code:"OUR BLOG", url:"http://mitrataa.blogspot.com", format:{itemoff:[0,89], size:[24,90]}},
	{code:"PHOTOS", url:"photos/default.htm", format:{itemoff:[0,89], size:[24,90]},
		sub:[
			{style:STYLE2, itemoff:[23,0], size:[24,150]},
			{code:"Women in Journalism", url:"photos/default.htm"},
			{code:"100Views Art & Literacy", url:"photos/100views.htm"},
			{code:"MLC Service Project", url:"photos/MLC.htm"},
			{code:"Pets as Therapy", url:"photos/pets.htm"},
			{code:"Dream Catchers", url:"photos/dream_catchers.htm"},
			{code:"Model School", url:"photos/model_school.htm"},
			{code:"Teacher Training", url:"photos/teacher_training.htm"},
			{code:"IP Training", url:"photos/ip_training.htm"},
			{code:"Daisy Chains", url:"photos/daisy_chains.htm"},
			{code:"Volunteers", url:"photos/volunteers.htm"}
		]
	}
];
 
 




