menunum=0;
menus=new Array();
_d=document;
function ajoutmenu()
{	menunum++;
	menus[menunum]=menu;
}
function envoimenus()
{	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++)	{	mt+=" menu"+a+"=menus["+a+"];" }
	mt+="<\/script>";
	_d.write(mt)
}
if(navigator.appVersion.indexOf("MSIE 6.0")>0 || navigator.appVersion.indexOf("MSIE 7.0")>0 ){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=0);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#ffffff', Direction=135, Strength=5)"
}
timegap=500					
followspeed=5				
followrate=40				
suboffset_top=10;			
suboffset_left=10;			
Frames_Top_Offset=0 		
Frames_Left_Offset=-36		
plain_style=[				
"000000",					// Mouse Off Font Color
"",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"969696",					// Mouse On Background Color
"d1e8f0",					// Menu Border Color 					
13,							
"normal",					
"normal",					
"Arial, Helvetica, Verdana, Tahoma, sans-serif",	
3,							
"flechebleu.gif",			
,							
,							
,							
"black",					
"white",					
"images/3darrow_down.gif",	
,							
,							
]
ajoutmenu(menu=[				
"simplemenu1",				
127,		// offset vertical du menu				
3,		// deplacement horiz					
130,	// largeur du menu					
0,						
,							
plain_style,				
1,							
"left",						
,							
,							
, 							
,							
,							
,							
,							
,							
,							
,							
,							
,							

,"The Company","entreprise_a.htm target=main;		sourceframe=main;",,,
,"Products","show-menu=produits_a target=main;	sourceframe=main;",,,
,"Services","show-menu=services_a target=main;	sourceframe=main;",,,
,"Catalogues","catalogues_a.htm target=main;		sourceframe=main;",,,
,"Monthly Specials","speciaux_mois_ax.php target=main;		sourceframe=main;",,,
,"Gift Shop","boutique_cadeaux_a.htm target=main;sourceframe=main;",,,
,"Useful Links","liens_utiles_a.htm target=main;			sourceframe=main;",,,
,"Contact us","show-menu=formulaires_a target=main;	sourceframe=main;",,,
,"ERE in pictures","ere_photos_a.htm target=main;		sourceframe=main;",,,
,"Homepage","index.html target=_top;					sourceframe=main;",,,
])
envoimenus()
