function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Contact us", "Contact us",  null, null);
	menu.addItem("newsid", "Meet the pack", "Meet the pack", null, null);
	menu.addItem("freedownloadid", "Puppies", "Puppies",  null, null);
      menu.addItem("breeding", "Breeding", "Breeding",  null, null);
      menu.addItem("news", "News Board", "News Board",  null, null);
      menu.addItem("searchengineid", "Gallery", "Gallery",  null, null);
	menu.addItem("home", "Home", "Home",  null, null);
      menu.addItem("miscid", "Shows & Links", "Shows & Links",  null, null);
      

	menu.addSubItem("webmasterid", "Contact us", "Contact us",  "contact.html");
      menu.addSubItem("webmasterid", "Family", "Family",  "family.html");
	
	menu.addSubItem("newsid", "Our dogs", "Our dogs",  "our_dogs.html");
      menu.addSubItem("newsid", "Sopwith Camel's Othello", "Sopwith Camel's Othello",  "othello_uk.html");
      menu.addSubItem("newsid", "DKCH Basic Drive's Game Set And Match", "DKCH Basic Drive's Game Set And Match",  "basic_drive_uk.html");
      menu.addSubItem("newsid", "Sopwith Camel's Orientel Charm", "Sopwith Camel's Orientel Charm",  "charm_uk.html");
      menu.addSubItem("newsid", "Sopwith Camel's Ophelia", "Sopwith Camel's Ophelia",  "ophelia_uk.html");
      menu.addSubItem("newsid", "INTCH Sopwith Camel's Heavenly Rosalind", "INTCH Sopwith Camel's Heavenly Rosalind",  "heaven_uk.html");
      menu.addSubItem("newsid", "The retired ones", "The retired ones",  "our_dogs.html");
      menu.addSubItem("newsid", "DKCH Nedlaw Agatha", "DKCH Nedlaw Agatha",  "agatha_uk.html");
      menu.addSubItem("newsid", "Sopwith Camel's Isobel", "Sopwith Camel's Isobel",  "isobel_uk.html");
      menu.addSubItem("newsid", "Sopwith Camel's Dapple Dawn", "Sopwith Camel's Dapple Dawn",  "dapple_uk.html");
      menu.addSubItem("newsid", "Loved and very much missed", "Loved and very much missed",  "our_dogs.html"); 
      menu.addSubItem("newsid", "Sopwith Camel's English Elegance", "Sopwith Camel's English Elegance",  "ella_uk.html");	
      menu.addSubItem("newsid", "DKCH Skansehøj's Ronja", "DKCH Skansehøj's Ronja",  "ronja_english.html");
      menu.addSubItem("newsid", "Red Baron Gentle Lady Grace", "Red Baron Gentle Lady Grace",  "gentle_uk.html");
      menu.addSubItem("newsid", "DKCH Skansehøj's Johan", "DKCH Skansehøj's Johan",  "johan_uk.html");
    

	
      menu.addSubItem("freedownloadid", "Puppy news", "Puppy news",  "puppy_news.html");
      menu.addSubItem("freedownloadid", "Future puppies", "Future litters",  "future_puppies.html");
      menu.addSubItem("freedownloadid", "A-team", "A-team",  "a_team.html");
      menu.addSubItem("freedownloadid", "B-team", "B-team",  "b_team.html");
      menu.addSubItem("freedownloadid", "D-team", "D-team",  "d_team.html");
      menu.addSubItem("freedownloadid", "E-team", "E-team",  "e_team.html");
      menu.addSubItem("freedownloadid", "Photos of the E-team", "Photos of the E-team",  "photos_e_team.html");
      menu.addSubItem("freedownloadid", "F-team", "F-team",  "f_team.html");
      menu.addSubItem("freedownloadid", "G-team", "G-team",  "g_team.html");
      menu.addSubItem("freedownloadid", "Photos of the G-team", "Photos of the G-team",  "photos_g_team.html");
      menu.addSubItem("freedownloadid", "H-team", "H-team",  "h_team.html");
      menu.addSubItem("freedownloadid", "Photos of the H-team", "Photos of the H-team",  "photos_h_team.html");
      menu.addSubItem("freedownloadid", "I-team", "I-team",  "i_team.html");
      menu.addSubItem("freedownloadid", "Photos of the I-team", "Photos of the I-team",  "photos_i_team.html");
      menu.addSubItem("freedownloadid", "J-team", "J-team",  "j_team.html");
      menu.addSubItem("freedownloadid", "K-team", "K-team",  "k_team.html");
      menu.addSubItem("freedownloadid", "L-team", "L-team",  "l_team.html");
      menu.addSubItem("freedownloadid", "M-team", "M-team",  "m_team.html");
      menu.addSubItem("freedownloadid", "N-team", "N-team",  "n_team.html");
      menu.addSubItem("freedownloadid", "O-team", "O-team",  "o_team.html");
      menu.addSubItem("freedownloadid", "P-team", "P-team",  "p_team.html");
      menu.addSubItem("freedownloadid", "Q-team", "Q-team",  "q_team.html");  
       menu.addSubItem("freedownloadid", "R-team", "R-team",  "r_team.html");  
 

      menu.addSubItem("breeding", "Some of Sopwith Camel's beagles", "Some of Sopwith Camel's beagles",  "breeding_photos.html");
      menu.addSubItem("news", "Opdate 17.10.11", "Opdate 17.10.11",  "news.html");        

      menu.addSubItem("searchengineid", "Funny photos", "Funny photos", "funny_photos.html");
                
      menu.addSubItem("home", "Home", "Home",  "english.html");
      menu.addSubItem("home", "Sopwith Camel's logo", "Sopwith Camel' logo",  "index.html");

      menu.addSubItem("miscid", "www.showbeagles.dk", "www.showbeagles.dk",  "http://showbeagles.dk");
	menu.addSubItem("miscid", "Links", "Links",  "links_uk.html");
	
      
	menu.showMenu();
}
