function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Malayalam Movie", "Malayalam Movie",  null, null);
	menu.addItem("newsid", "What's new", "What's new",  null, null);
	menu.addItem("schedulesid", "Movie Schedules", "Movie Schedules",  null, null);
	menu.addItem("channelsid", "Channels", "Channels",  null, null);
	menu.addItem("downloadsid", "Downloads", "Downloads",  null, null);

// (<<<<<<<<<< Web master ID (Mal-Movie) starts here >>>>>>>>>>>);

	menu.addSubItem("webmasterid", "Mal-movie Home", "Home",  "http://www.malayalammovie.com/main.htm");
	menu.addSubItem("webmasterid", "Registration", "Registration",  "http://www.malayalammovie.com/doc/register.htm");
	menu.addSubItem("webmasterid", "Feed Back", "Feed Back", "http://www.malayalammovie.com/doc/feedback.htm");
	menu.addSubItem("webmasterid", "About Mal-Movie", "About Mal-Movie",  "http://www.malayalammovie.com/doc/aboutus.htm");
	menu.addSubItem("webmasterid", "Contact Us", "Contact Us",  "http://www.malayalammovie.com/doc/contactus.htm");
	menu.addSubItem("webmasterid", "Privacy Policy", "Privacy Policy",  "http://www.malayalammovie.com/doc/privacy.htm");
	menu.addSubItem("webmasterid", "Disclaimer", "Disclaimer",  "http://www.malayalammovie.com/doc/disclaimer.htm");
	
// (<<<<<<<<<< News ID (What's New) starts here >>>>>>>>>>>);

	menu.addSubItem("newsid", "News at Mal-movie", "News at Malayalammovie",  "http://www.malayalammovie.com/doc/news2.htm");
	menu.addSubItem("newsid", "New Releases", "New Releases",  "http://www.malayalammovie.com/newrel/index.htm");
	menu.addSubItem("newsid", "Movie Reviews", "Movie Reviews",  "http://www.malayalammovie.com/review/index.htm");
	menu.addSubItem("newsid", "Upcoming Movies", "Upcoming Movies",  "http://malayalammovie.com/upcoming/index.htm");
	
// (<<<<<<<< Movie Schedules ID (Schedules) starts here >>>>>>>>>>>);

	menu.addSubItem("schedulesid", "Canada", "Canada",  "http://www.malayalammovie.com/nowplay/canada.htm");
	menu.addSubItem("schedulesid", "Gulf Countries", "Gulf Countries",  "http://malayalammovie.com/nowplay/uae.htm");
      menu.addSubItem("schedulesid", "United States", "United States",  "http://www.malayalammovie.com/nowplay/usa.htm");
	  menu.addSubItem("schedulesid", "Europe", "Europe",  "http://www.malayalammovie.com/nowplay/europe.htm");
	menu.addSubItem("schedulesid", "Live Programs", "Live Programs",  "http://malayalammovie.com/starnight/index.htm");
      
// (<<<<<<<<<< Channels ID (Channels) starts here >>>>>>>>>>>);

	menu.addSubItem("channelsid", "Actors Gallery", "Actors Gallery", "http://www.malayalammovie.com/malayalam/actors.htm");
	menu.addSubItem("channelsid", "Actresses Gallery",     "Actresses Gallery",  "http://www.malayalammovie.com/malayalam/actresses.htm");
	menu.addSubItem("channelsid", "Other Actresses Gallery",   "Other Actresses Gallery",  "http://www.malayalammovie.com/malayalam/others/others.htm");
	menu.addSubItem("channelsid", "Movie clips", "Movie clips", "http://www.malayalammovie.com/movieclips/index.htm");
	menu.addSubItem("channelsid", "Non-cine shots", "Non-cine shots", "http://www.malayalammovie.com/private/index.htm");
        menu.addSubItem("channelsid", "Models", "Models",  "http://www.malayalammovie.com/models/index.htm");
        menu.addSubItem("channelsid", "Yesterday gallery",               "Yesterday gallery",  
"http://www.malayalammovie.com/yesterday/index.htm");

// (<<<<<<<<<< downloads ID (Download) starts here >>>>>>>>>>>);


	menu.addSubItem("downloadsid", "Screen saver", "Screen saver",  "http://www.malayalammovie.com/screensav/index.htm");
	menu.addSubItem("downloadsid", "Wallpaper", "Wallpaper",  "http://www.malayalammovie.com/wall/index.htm");
	menu.addSubItem("downloadsid", "Link Center", "Link Center",  "http://www.malayalammovie.com/link/index.htm");
	
	menu.showMenu();
}
