/*
  --- 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 = [
	['Information', null, null,
		['2011 Auction Dates:', '2011AuctionDates.pdf'],
		['Location - Map:', 'map.asp'],
		['About:', 'about.asp'],
		['Hours:', 'hours.asp'],
		['Commissions:', 'commission.asp'],
		['Commission Calculator:', 'calculate.asp'],
		['Bidding:', 'bidding.asp'],
		['History:', 'history.asp'],
		['News Items:', 'news.asp'],
		['Disclaimers:', 'disclaimers.asp'],
		['Ballarat or Ballaarat:', 'ballAArat.asp'],
		['Accommodation:', 'http://www.ballarataccommodation.com'],
		['Vintage Greeting Cards:', 'http://www.vintagegreetingcards.net.au'],
		['Robyn Kittelty Redman Greeting Cards:', 'http://www.robynkitteltyredman.com.au'],
		['Home:', 'default.asp'],

        ['HELP', 'help.asp'],
	],

	['Upcoming Auctions', null, null,

	  ['General Household:', null, null, 
      ['General Online Auction CATALOGUE', 'upcoming.asp?param1=catalogueGeneral'],
        ['General Auction DETAILS', 'upcoming.asp?param1=general'],	  
	  ],

//	  ['Unrestored Furniture Etc :', null, null, 
//      ['Unrestored - SUNDAY CATALOGUE','upcoming.asp?param1=catalogueUnrestored'],
// 	    ['Unrestored - SUNDAY PHOTOS',  'upcoming.asp?param1=unrestored'],	  
//	  ],	  

//	  ['Special Antiques and Enamel Signs:', null, null, 
// 	    ['PHOTOS - Special Antiques and Enamel Signs',  'upcoming.asp?param1=special'],	  
//        ['CATALOGUE - Special Antiques and Enamel Signs','upcoming.asp?param1=catalogueSpecial'],
//	  ],	  
 
	  ['Antiques and Collectables:', null, null, 
 	    ['PHOTOS - Antiques and Collectables',  'upcoming.asp?param1=antique'],	  
        ['CATALOGUE - Antiques and Collectables','upcoming.asp?param1=catalogueAntique'],
	  ],	  



		 
		 
        ['HELP', 'help.asp'],
	
],

//	  ['General Online Auction Catalogue', 'upcoming.asp?param1=noCatalogue'],
//	  ['General Online Auction Catalogue', 'upcoming.asp?param1=catalogueGeneral'],
//      ['Special On-Site Auction', 'upcoming.asp?param1=special'],
//  	['Antiques Online Auction Catalogue', 'upcoming.asp?param1=noCatalogue'],


	['Interact with us', null, null,
//		['Historical Prices:', 'prices.asp'],
//		['Time lapse photography:', 'timelapse.asp'],
		['News Items:', 'news.asp'],
		['Online E-mail List:', 'e-mail.asp'],
		['Commission Calculator:', 'calculate.asp'],

		['Accommodation:', 'http://www.ballarataccommodation.com'],
		['Vintage Greeting Cards:', 'http://www.vintagegreetingcards.net.au'],
		['Robyn Kittelty Redman Greeting Cards:', 'http://www.robynkitteltyredman.com.au'],
        ['HELP', 'help.asp'],

	],
	['Contact', null, null,
		['Contact us:', 'contact.asp'],
        ['HELP', 'help.asp'],
	],
];


