/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [

    

      
	

        ['&nbsp; &nbsp; &nbsp;News', '2012winternews.html', null,
             ['Winter 2012', '2012winternews.html'],
          ['Fall 2011', '2011fallnews.html'],
          
	],
	

	['&nbsp;&nbsp; Our Mals', 'ourpack.html', null,
		['Our Pack', 'ourpack.html'],
		['Champion Boys', 'championboys.html'], 
                ['Champion Girls', 'championgirls.html'],
                 
	],
      

       ['&nbsp; &nbsp;  Puppies', 'buying.html', null, 
         ['Buying a Pup', 'buying.html'],
            ['Sales Policy', 'policy.html'],

	],


['Litter Plans', 'alaskan-malamute-puppies.html', null,
['2012 Litter', 'alaskan-malamute-puppies.html'],

	],
		
	['&nbsp; In Harness', 'mals_atv.html', null,         
            ['Malamute Team', 'mals_atv.html'],
              ['Racing Team', 'alaskans_training.html'],  

	],
    

         ['&nbsp; Breed Info', 'origins.html', null,
                ['Origins and History', 'origins.html'],
		['Colors and Markings', 'colors.html'],
		['Size and Weight', 'standardsize.html'],
               

         ],  


	['&nbsp; Resources', 'feeding.html', null,
                ['Feeding Suggestions', 'feeding.html'],
                ['Training & Exercise', 'training.html'],
                ['Grooming', 'grooming.html'],
                ['Favorite Links', 'links.html'],

		
	],
  
      
	
	
 ['&nbsp; &nbsp; Gallery', 'http://snowlion.zenfolio.com', null,
       ['Photo Albums', 'http://snowlion.zenfolio.com'],
	
	], 
  

['&nbsp; &nbsp;About Us', 'people.html', null,
       	[' &nbsp; &nbsp; The People', 'people.html'],
	[' &nbsp; &nbsp; The Place', 'place.html'],
        [' &nbsp; &nbsp; The Name', 'name.html'],
	['&nbsp; &nbsp; The Outlook', 'outlook.html'],


	],


         ['&nbsp; Contact Us', 'contact.html'],
           
 
        ];																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
