	
var menuStructure = //format : [icon, caption, url, target, description]
[
	[null, 'Welcome - Home', 'index.html', null, 'Go to Welcome Home Page'], // a menu item link

// 
// OUR WINES menu item
// 
	['<img class="seq1" src="themejsmenu/folder.gif"/><img class="seq2" src="themejsmenu/folderover.gif"/>', 
	 'Our Wines', 'OurWines.html', null, 'Our Wines',
		// a folder item
	        ['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Classic Style Reds', 'OurWines.html#RedWine', null, null],
				// a menu item with normal and over icon
			['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Classic Style Whites', 'OurWines.html#WhiteWine', null, null],
				// a menu item with normal and over icon
			['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Mead or Honey Wines', 'OurWines.html', null, null],
				// a menu item with normal and over icon
			['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Sweeter Style Wines', 'OurWines.html#SweetWine', null, null],
				// a menu item with normal and over icon				
	       	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Buy Online', 'index.html', null, null],
				// a menu item with normal and over icon
	       	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Where to Find Our Wines', 'RetailOutlets.html', null, null],
				// a menu item with normal and over icon				
        	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Wine Education', 'index.html', null, null],
				// a menu item with normal and over icon
	], 	// end of folder item subMenus
	
	
// 
// BOUTIQUE WINERY menu item
// 
	['<img class="seq1" src="themejsmenu/folder.gif"/><img class="seq2" src="themejsmenu/folderover.gif"/>', 
	 'Boutique Winery', 'OurWinery.html', null, null,
		// a folder item
	        ['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'About Our Winery', 'OurWinery.html', null, null],  
				// a menu item with normal and over icon
			['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'View Our Photo Album', 'photogallery.html', null, null],  
				// a menu item with normal and over icon
	       	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'How Wine Is Made', 'index.html', null, null],  
				// a menu item with normal and over icon
        	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Finally, Bottling The Wine', 'index.html', null, null],  
				// a menu item with normal and over icon
	], 	// end of folder item subMenus


// 
// TASTING ROOM & TOURS menu item
// 	
	['<img class="seq1" src="themejsmenu/folder.gif"/><img class="seq2" src="themejsmenu/folderover.gif"/>', 
	 'Tasting Room & Tours', 'TastingsTours.html', null, null,
		// a folder item
	        ['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Hours & Directions', 'LocationHours.html', null, null],  
				// a menu item with normal and over icon		
	        ['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Tasting Our Wines', 'index.html', null, null],  
				// a menu item with normal and over icon
			['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Take a Tour of the Winery', 'TastingsTours.html', null, null],  
				// a menu item with normal and over icon
	       	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
			 'Volunteer & Help Out at Horizon Cellars', 'index.html', null, null],  
				// a menu item with normal and over icon
	], 	// end of folder item subMenus

// 
// WINE CLUB menu item
// 
	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>',
	 'Wine Club Membership', 'WineClub.html', null, 'Join our Wine Club'],  
			// a menu item with rollover icons
			

// 
// JOIN OUR E-MAIL menu item
// 
	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>',
	 'Join Our e-Mail List', 'MailingList.html', null, 'Check out these Interesting Links'],  
			// a menu item with rollover icons
			

// 
// HOURS & DIRECTIONS menu item
// 
	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>', 
	 'Hours & Directions', 'LocationHours.html', null, null],  
		// a menu item with normal and over icon
			
// 
// CONTACT US menu item
// 			
	['<img class="seq1" src="themejsmenu/iconout.gif"/><img class="seq2" src="themejsmenu/iconover.gif"/>',
	 'Contact Us', 'Contact.html', null, 'Public & Private Events'],  
			// a menu item with rollover icons
		
//end of jsCookmenu routine	
];
