/*
  --- 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 = [
	['Services  <img src="images/down_arrow.jpg" border=0 align=bottom>', null, null,
		[' Services en general', 'services.php?l=f'],
		[' Je veux un site web', 'new_website.php?l=f'],
		[' J`ai deja un site web', 'improve_website.php?l=f'],
		[' Promotions', 'packages.php?l=f'],
		[' Services de Marketing', 'marketing.php?l=f'],
	],
	['A propos  <img src="images/down_arrow.jpg" border=0 align=bottom>', null, null,
		['A propos', 'about.php?l=f'],
		['Portfolio', 'portfolio.php?l=f'],
	],
];


