// ---------------------------------------------------------------------------
// JSMenuFluent V1.0 Copyright (c) 2005 SOFTFLUENT S.A.S. All rights reserved.
// Please contact webmaster@softfluent.com for any information.
// http://www.softfluent.com
// ---------------------------------------------------------------------------
var SFRootMenu =
	[
		['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MVLSOFT', 'l1-home', 'index.htm', null],
		['Solutions', 'l1', 'fr/solutions.htm', null],
		['Produits', 'l1', 'fr/logiciel-management-productivite-activeoffice.htm', null],
		['Services', 'l1', 'fr/MVLsoft_references_prestigieuses_service.htm', null],
		['Société', 'l1', 'fr/so_val.htm', null],
		['English', 'pad', 'en/index_en.htm', null]
	];

var SFRootMenu_fr =
	[
		['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MVLSOFT', 'l1-home', '../index.htm', null],
		['Solutions', 'l1', 'solutions.htm', null],
		['Produits', 'l1', 'logiciel-management-productivite-activeoffice.htm', null],
		['Services', 'l1', 'MVLsoft_references_prestigieuses_service.htm', null],
		['Société', 'l1', 'so_val.htm', null],
		['English', 'pad', '../en/index_en.htm', null]
	];

var SFRootMenu_en =
	[
		['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MVLSOFT', 'l1-home', 'index_en.htm', null],
		['Solutions', 'l1', 'solutions.htm', null],
		['Products', 'l1', 'logiciel-management-productivite-activeoffice.htm', null],
		['Services', 'l1', 'MVLsoft_references_prestigieuses_service.htm', null],
		['Company', 'l1', 'so_val.htm', null],
		['Français', 'pad', '../index.htm', null]
	];