//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", "Desolation Angel", "Desolation Angel",  null, null);
menu.addItem("bulletproof", "BULLETPROOF", "BULLETPROOF",  null, null);
menu.addItem("lyrics", "RK Lyrics", "RK Lyrics",  null, null);
menu.addItem("chords", "RK Chords", "RK Chords",  null, null);

	
	menu.addSubItem("webmasterid", "Home Page", "Home Page",  "http://www.desolation-angel.com/index2.htm", "");
	menu.addSubItem("webmasterid", "RK Lyrics", "RK Lyrics",  "http://www.desolation-angel.com/lyrics.htm", "");
menu.addSubItem("webmasterid", "RK Photos", "RK Photos",  "http://www.desolation-angel.com/gallery/albums.php", "");
menu.addSubItem("webmasterid", "8 More Miles DVD", "8 More Miles DVD",  "http://www.desolation-angel.com/DVD/dvd.htm", "");
menu.addSubItem("webmasterid", "Request 'Em", "Request 'Em",  "http://www.desolation-angel.com/radio.htm", "");
	menu.addSubItem("webmasterid", "Contact Us", "Contact Us",  "http://www.desolation-angel.com/contact.htm", "");

	
menu.addSubItem("bulletproof", "Buy It Now", "Bulletproof",  "http://www.theconnextion.com/recklesskelly/recklesskelly_promo.cfm", "");
menu.addSubItem("bulletproof", "Lyrics", "Bulletproof",  "http://www.desolation-angel.com/lyrics/bulletproof.htm", "");
menu.addSubItem("bulletproof", "Review", "Bulletproof",  "http://www.desolation-angel.com/lyrics/day.htm", "");

menu.addSubItem("lyrics", "Millican", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/millican.htm", "");
menu.addSubItem("lyrics", "Live at Stubb's", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/stubbs.htm", "");
menu.addSubItem("lyrics", "The Day", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/day.htm", "");
menu.addSubItem("lyrics", "Under The Table & Above The Sun", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/under.htm", "");
menu.addSubItem("lyrics", "Wicked Twisted Road", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/wtr.htm", "");
menu.addSubItem("lyrics", "Bulletproof", "RK Lyrics",  "http://www.desolation-angel.com/lyrics/bulletproof.htm", "");



menu.addSubItem("chords", "Millican", "RK Chords",  "http://www.desolation-angel.com/chords/millican.htm", "");
menu.addSubItem("chords", "Live at Stubb's", "RK Chords",  "http://www.desolation-angel.com/chords/stubbs.htm", "");
menu.addSubItem("chords", "The Day", "RK Chords",  "http://www.desolation-angel.com/chords/day.htm", "");
menu.addSubItem("chords", "Under The Table & Above The Sun", "RK Chords",  "http://www.desolation-angel.com/chords/under.htm", "");	


	menu.showMenu();
}










































































