/*
  --- 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,
		['Location - Map:', 'map.asp'],
		['2010 Auction Dates:', '2010AuctionDates.pdf'],		
		['About:', 'about.asp'],
		['Hours:', 'hours.asp'],
		['Commissions:', 'commission.asp'],
		['Commission Calculator:', 'calculate.asp'],
		['Bidding:', 'bidding.asp'],
		['History:', 'history.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'],	  
	  ],

 	  ['Sign & Garagenalia Auction:', null, null, 
        ['Sign & Garagenalia PHOTOS', 'upcoming.asp?param1=signs'],	  
        ['Sign & Garagenalia CATALOGUE', 'upcoming.asp?param1=catalogueSigns'],
	 ],

	  ['Apartment Complex Clearing Sale:', null, null, 
        ['Apartment Complex PHOTOS', 'upcoming.asp?param1=special'],	  
        ['Apartment Complex CATALOGUE', 'upcoming.asp?param1=catalogueSpecial'],
	 ],

	 


 
//	  ['Unrestored & Mining:', null, null, 
//     ['Unrestored & Mining CATALOGUE', 'upcoming.asp?param1=catalogueUnrestored'],
//    ['Unrestored & Mining PHOTOS', 'upcoming.asp?param1=unrestored'],	  
//  ],

	  ['Antiques and Collectables:', null, null, 
        ['Antiques Auction CATALOGUE','upcoming.asp?param1=catalogueAntique'],
 	    ['Antiques Auction PHOTOS',  'upcoming.asp?param1=antique'],	  
      //  ['ALL NEW - Antiques Auction VIDEO', 'upcoming.asp?param1=antiqueVideo'],	  
	  ],	  
 



		 
		 
        ['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'],
		['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'],
	],
];

