var MENU_ITEMS = [
['
commandes', null, null,
['chercher un produit','./content.php?PGID=BROWSE',null],
['commander des produits','./content.php?PGID=BASKET',null],
['suivi de commandes','./content.php?PGID=TRACKING',null],
['compatibilité consommables','./content.php?PGID=COMPATIBILITY',null],
['mes listes produits','./content.php?PGID=MYPRODUCTS',null],
],
['
gestion de compte', null, null,
['mon compte web
',null, null,
['changer mon mot de passe', './content.php?PGID=CHANGEPW', null],
],
['suivi de factures','./content.php?PGID=INVOICES',null],
['CGV','./content.php?PGID=AGB',null],
['demande de retour RMA','./content.php?PGID=RMA',null],
['contrat Web','./content.php?PGID=CONTRACT',null]
],
['
news', null, null,
['promotions','./content.php?PGID=PROMOTION',null],
['infos produits','./content.php?PGID=PNEWS',null],
['Télécharger catalogues','./content.php?PGID=TELECATALOGUES',null],
],
['
société', null, null,
['qui sommes-nous ?','./content.php?PGID=PROFILE',null],
['contact', null, null,
['équipe','./content.php?PGID=TEAM',null],
['nous trouver','./content.php?PGID=LOCATION',null]
],
['communiqués de presse','./content.php?PGID=PRESSRELEASES',null],
['événements','./content.php?PGID=EVENTS',null],
['recrutement','./content.php?PGID=JOBS',null],
['infos légales','./content.php?PGID=IMPRINT',null]
]
];
var MENU_ITEMS2 = [];
var MENU_POS = [
{
'height': 18,
'width': 120,
'block_top': 70,
'block_left': 4,
'top': 0,
'left': 119,
'css' : {
'outer': ['m0l0oout', 'm0l0oover'],
'inner': ['m0l0iout', 'm0l0iover']
}
},
{
'height': 20,
'width': 171,
'block_top': 19,
'block_left': 18,
'top': 19,
'left': 0,
'css': {
'outer': ['m020oout', 'm020oover'],
'inner': ['m020iout', 'm020iover']
}
},
{
'height': 20,
'width': 170,
'block_top': 0,
'block_left': 170,
'top': 19,
'left': 0,
'css': {
'outer': ['m020oout', 'm020oover'],
'inner': ['m020iout', 'm020iover']
}
}
];
var MENU_POS2 = [
{
'height': 18,
'width': 120,
'block_top': -1,
'block_left': 50,
'top': 0,
'left': 109,
'css' : {
'outer': ['m0l0oout', 'm0l0oover'],
'inner': ['m0l0iout', 'm0l0iover']
}
},
{
'height': 20,
'width': 171,
'block_top': 19,
'block_left': -61,
'top': 19,
'left': 0,
'css': {
'outer': ['m020oout', 'm020oover'],
'inner': ['m020iout', 'm020iover']
}
}
];