//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "links", "Links",  null, null);
	menu.addItem("astroid", "Astrofun", "Astro speak",  null, null);
	menu.addItem("freedownloadid", "galleria", "galeria",  null, null);
	menu.addItem("jokesid", "Jokes", "Fun Bone",  null, null);
	menu.addItem("miscoid", "Blogs", "Thoughts",  null, null);
	menu.addItem("miscoqid", "Recomended Sites", "Friend Sites",  null, null);
	
	
	menu.addSubItem("webmasterid", "Prod Video", "Latest updates",  "http://video.google.com/videoplay?docid=8927423246290249292", "_blank");
	menu.addSubItem("webmasterid", "My Fundas", "Latest updates",  "my_fundas.htm", "_blank");
	menu.addSubItem("webmasterid", "palpics", "Hit pages",  "pal_pics.htm", "");
	menu.addSubItem("webmasterid", "horoscope", "2009 predictions",  "http://www.decipheringlife.com/horoscope/horoscope.html", "");
	

	menu.addSubItem("astroid", "2008 horoscope", "2009 predictions",  "http://www.decipheringlife.com/horoscope/horoscope.html", "");
	menu.addSubItem("astroid", "Ur anger", "acc. to sunsign",  "howbadisuranger.html", "");
	menu.addSubItem("astroid", "How popular U r?", "questionnaire",  "game_popularity.html", "");
	menu.addSubItem("astroid", "know yourself", "knw urslf 4 fun",  "know_ur_slf_4_fun.html", "");
	
	menu.addSubItem("freedownloadid", "Goa Gallery", "Goa Trip",  "goa/gallery/scenerygallery.htm", "");
	menu.addSubItem("freedownloadid", "Favourite glams", "actresses",  "gallery/actressesgallery.htm", "");
	menu.addSubItem("freedownloadid", "Kids", "love them!",  "gallery/cutekidsgallery.htm", "");
	menu.addSubItem("freedownloadid", "Sceneries", "My own visits",  "gallery/scenerygallery.htm", "");

	

	menu.addSubItem("jokesid", "engineer viva", "funbone",  "funbone5.htm", "");
	menu.addSubItem("jokesid", "engineering life", "4 blissful years",  "funbone1.htm", "");
	menu.addSubItem("jokesid", "engineering solutions", "what we do...",  "funbone2.htm", "");
	menu.addSubItem("jokesid", "engineer's application", "letter",  "funbone3.htm", "");
	menu.addSubItem("jokesid", "engineering maths", "M1 M2 M3",  "funbone4.html", "");
	menu.addSubItem("jokesid", "engineer's suicide", "contraptions",  "funbone6.htm", "");
	
	menu.addSubItem("miscoid", "success", "secrets of success",  "success2.html", "");
	menu.addSubItem("miscoid", "life", "meaning of life",  "lifesmeaning.html", "");
	menu.addSubItem("miscoid", "dreams", "Fantasy or Reality",  "dreams.html", "");
	
	
	menu.addSubItem("miscoqid", "DecipheringLife", "recommended site",  "http://www.decipheringlife.com", "");
	menu.addSubItem("miscoqid", "Mummy's site", "recommended site",  "http://golugarmentsdeeptidelegates.com", "");
	menu.addSubItem("miscoqid", "Papa's site", "recommended site",  "http://MachineryCentre.in", "");
	
	menu.showMenu();
}
