/*
  --- 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 = [
	['4fg home','../../../index.php', {'tw' : '_parent'}],
	['about us','about_us.php', {'tw' : 'right'}],
	['advertise','advertise.php', {'tw' : 'right'}],
	['contact us','contact_us.php', {'tw' : 'right'}],
	['faq','faq.php', {'tw' : 'right'}],
	['forum',null,null,
	   ['4fg window','forum_wrapped.php', {'tw' : 'right'}],
	   ['own window','../../../forum/index.php', {'tw' : '_blank'}],
    ],
	['free service idea','free_service_idea.php', {'tw' : 'right'}],
	['links','links.php', {'tw' : 'right'}],
	['news','news.php', {'tw' : 'right'}],
	['places, postcodes & maps',null,null,
	   ['places','places.php', {'tw' : 'right'}],
	   ['postcodes','postcodes.php', {'tw' : 'right'}],
	   ['maps','maps.php', {'tw' : 'right'}],
  ],
	['spread the word','spread_the_word.php', {'tw' : 'right'}],
	['site stats','site_statistics.php', {'tw' : 'right'}],
	['testimonials','testimonials.php', {'tw' : 'right'}],
	['web development','web_development.php', {'tw' : 'right'}],
	['website design','website_design.php', {'tw' : 'right'}],
];
