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=50);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
"aaaaaa",					// Mouse On Background Color
"d1e8f0",					// Menu Border Color 					
15,							
"normal",					
"normal",					
"Arial, Helvetica, Verdana, Tahoma, sans-serif",	
4,							
"flechebleu.gif",			
,							
,							
,							
"black",					
"white",					
"images/3darrow_down.gif",	
,							
,							
]
ajoutmenu(menu=[				
"simplemenu1",				
58,		// offset vertical du menu				
6,		// deplacement horiz					
153,	// largeur du menu					
0,						
,							
plain_style,				
1,							
"left",						
,							
,							
, 							
,							
,							
,							
,							
,							
,							
,							
,							
,							

,"Home Page","index.htm target=_top; sourceframe=main;",,,
,"Profile","show-menu=profil_a target=main; sourceframe=main;",,,
,"Manufactured Doors","show-menu=portes_a target=main;	sourceframe=main;",,,
,"Related Products","show-menu=produits_a target=main;	sourceframe=main;",,,
,"Services","show-menu=services_a target=main;	 sourceframe=main;",,,
,"Realizations","show-menu=realisations_a target=main; sourceframe=main;",,,
,"Distribution","distribution_a.htm target=main; sourceframe=main;",,,
,"Our Collaborators","liens_utiles_a.htm target=main; sourceframe=main;",,,
,"Search","recherches_a.htm target=main; sourceframe=main;",,,
,"To reach us","show-menu=joindre_a target=main; sourceframe=main;",,,
,"PUSM in Pictures","pusm_photos_a.htm target=main; sourceframe=main;",,,
,"Site Plan","plandusite_a.html target=main;	sourceframe=main;",,,
,"What's New","nouvelles_a.htm target=main;	sourceframe=main;",,,
])
envoimenus()