/*
  --- 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 = [

['About', null, null,
	['Home Page', 'index.html'],
	['About', 'about.htm'],
	['News', 'news.htm'],
	['Contact', 'mailto:genfindit@gmail.com'],
	['Mail Order Form', 'http://genfindit.com/brochurebenowa0906.pdf'],
	['Client Registration', 'register.htm'],
	['Casual Payments', 'payments.htm'],
	['Gift Vouchers', 'giftvoucher.htm'],
	['Currency Converter', 'currency.htm'],
	['FAQ', 'http://genfindit.com/faq/faq.php'],
	['Affiliates', 'affiliates.htm'],
	['Ancestry Assist', 'http://www.ancestryassist.com'],
	['My Ancestor Chart', 'http://www.genfindit.com/mac.htm'],
	],

['England', null, null,
	['Certificates', 'england.htm'],
	['Census', 'engcensus.htm'],
	['Wills', 'engwills.htm'],
	['Church Records', 'engchurch.htm'],
	['General Research', 'research.htm'],
	['Whats on Certificates', 'engwhatcert.htm'],		
	],

['Ireland', null, null,
	['Certificates & Copies', 'ireland.htm'],
	['Order Status', 'irlprog.htm'],
	['Census', 'irlcensus.htm'],
	['Wills', 'irlwills.htm'],
	['Church Records', 'irlchurch.htm'],
	['RIC Records', 'ric.htm'],
	['Assessments', 'assessment.htm'],
	['Irish Places Extract', 'irlplaces.htm'],
	['General Research', 'research.htm'],
	['Whats on Certificates', 'irlwhatcert.htm'],
	],
	
	
['Scotland', null, null,
	['Certificates &amp; Copies', 'scotland.htm'],
	['Census', 'sctcensus.htm'],
	['Wills', 'sctwills.htm'],
	['General Research', 'research.htm'],
	['Whats on Certificates', 'sctwhatcert.htm'],
	],
	
['Australia/NZ', null, null,
	['AU Certificates &amp; Copies', 'australia.htm'],
	['NZ Certificates &amp; Copies', 'newzealand.htm'],
	['General Research', 'research.htm'],
	],
	
	['Research', null, null,
	['LDS Extract Copies', 'ldscopies.htm'],
	['Short Search', 'research.htm'],
	['General Research', 'research.htm'],
	],
	
	['Info', null, null,
	['Images Gallery', 'http://www.genfindit.com/gallery/'],
	['Irish Reg. Districts', 'irldistricts.htm'],
	['Irish Maps', 'irlmaps.htm'],
	['Irish Townnlands Atlas', 'http://www.seanruad.com/'],
	['Irish BMD Index Locations', 'irlldsfhc.htm'],
	
	['Irish Civil Records Guide', 'irlsolver.htm'],
	['Irish LDS Birth Film Nos', 'ibirths.htm'],
	['Irish LDS Marriage Film Nos', 'imarrs.htm'],
	['Irish LDS Death Film Nos', 'ideaths.htm'],
	],

	['Testimonials', null, null,
	['Guestbook', 'http://genfindit.com/guestbook/'],
	['Testimonials', 'custtest.htm'],
	['Testimonial Archive', 'custtest2.htm'],
	
	],	
		
	['Links', 'links.htm'],


];
