/*
  --- 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 = [
	['Home', 'fc_intro.htm', {'tw' : 'content'},
		['Why buy?', 'fc_generic.htm',{'tw' : 'content'}]
	],
	['Domains for Sale', null, null,
		['Over £499', 'fc_1st.htm',{'tw' : 'content'}],
		['£200 to £499', 'fc_2st.htm',{'tw' : 'content'}],
		['Under £200', 'fc_3st.htm',{'tw' : 'content'}],
	    ['NEW Domains', 'fc_new.htm', {'tw' : 'content'}],
		['List All', 'fc_alpha.htm',{'tw' : 'content'}],
		['Printable All', 'fc_print.htm',{'tw' : '_top'}]
		['Bulk Discounts', 'fc_bulk.htm', {'tw' : 'content'}]
	],
	['NEW Domains', 'fc_new.htm', {'tw' : 'content'}
	],
	['Terms & Conditions', null, null,
		['How to buy', 'fc_about.htm',{'tw' : 'content'}],
		['Why buy?', 'fc_generic.htm',{'tw' : 'content'}],
		['Contact', 'fc_contact.htm',{'tw' : 'content'}],
		['Nominet Terms', 'http://www.nominet.org.uk/ReferenceDocuments/TermsAndConditions/TermsAndConditions.html',{'tw' : '_blank'}]
	],
	['Downloads', null,null,
	    ['Search Utility', 'fc_find.htm',{'tw' : 'content'}]
	],
];


