var MENU_ITEMS = 
   [['News', 'news.htm', null ,
	['Current news','news.htm'],
	['Collaborative','collaborative.htm'],
	['Archives','archived.htm']
	],
   
   ['Projects', 'projects.htm', null ,
   ['Current projects','projects.htm'],
   ['Friday','friday.htm'],
   ['Mission Improbable','mi.htm'],
   ['The Goodbye Girls','gbgirls.htm'],
   ['Asians in Sweden','aiesweden.htm'],
   ['Snapshots','snapshots.htm'],
   ['Phone Conversation','phonecon.htm'],
   ['Swami Music Video','swami.htm']
   ],
   
   ['About', 'about.htm', null ,
	['MashMosh Films','about.htm'],
	['Seeta Indrani','about_seeta.htm'],
	['Chris Bishop','about_chris.htm']
	],
   
   ['Contact', 'contact.htm', null ,
   ['Contact us','contact.htm'],
   ['Join mailing list','contact.htm']
   ],
   

   
];