

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


/* --- geometry of the menu --- */


//alert(screen.width)
var menuLeftStart;
	
if(parseInt(screen.width) < 800)
	menuLeftStart = 0;
else
	menuLeftStart = (parseInt(screen.width)- 760) / 2;

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			
followspeed=5		
followrate=40		
suboffset_top=0;	
suboffset_left=20;	
style1=[			
"white",			
"383671",			
"383671",				
"white",			
"transparent",
12,			
"normal",			
"bold",			
"Arial",	
3,					
,					
,					
,					
,					
"#3A800C",			
"#EEF9CF",			
,					
,					
,					
"f6f6f7",				
]

style2=[			
"black",			
"transparent",			
"red",				
"white",			
"transparent",
12,			
"normal",			
"bold",			
"Arial",	
3,					
,					
,					
,					
,					
"black",			
"4576B8",			
,					
,					
,					
"f6f6f7",				
]

	addmenu(menu=["mainmenu",
	,,100,1,"",style2,0,"left",effect,,,,,,,,,,,,
	,"About","show-menu=aboutmenu" ,,"About",1
	,"Products","show-menu=ourproductsmenu" ,,"Products",1	
	,"English","show-menu=englishmenu" ,,"English",1
	,"Russian","show-menu=russianmenu" ,,"Russian",1
	])

	addmenu(menu=["aboutmenu",
	,,100,1,"",style1,,"center",effect,,,,,,1,,,,,,	
 	,"אודותינו","about.asp offfontcolor=ffffff;offbackcolor=383671;",,,1 
 	,"צור קשר","contact.asp offfontcolor=ffffff;offbackcolor=383671;",,,1  
 	])	
	
	addmenu(menu=["linksmenu",
	,,100,1,"",style1,,"center",effect,,,,,,1,,,,,,	
 	,"קישורים","links.asp offfontcolor=ffffff;offbackcolor=383671;",,,1  
 	,"מילון מונחים","terms.asp offfontcolor=ffffff;offbackcolor=383671;",,,1   	
	])	
	
	addmenu(menu=["ourproductsmenu",
	,,100,1,"",style1,,"center",effect,,,,,,1,,,,,,	
 	,"אורטוטיקה","product_list_orthotics.asp offfontcolor=ffffff;offbackcolor=383671;",,,1 
 	,"פרוסטטיקה","product_list_pros.asp offfontcolor=ffffff;offbackcolor=383671;",,,1  
	])
	addmenu(menu=["englishmenu",
	,,100,1,"",style1,,"center",effect,,,,,,1,,,,,,	
	,"About Us ","aboutEng.asp offfontcolor=ffffff;onfontcolor=#3A800C; offbackcolor=#3A800C;",,,1
 	,"Contact Us","contact_eng.asp offfontcolor=ffffff;onfontcolor=#3A800C;offbackcolor=#3A800C;",,,1 
	,"Products","productlang.asp?lang=eng&field=1 offfontcolor=ffffff;onfontcolor=#3A800C;offbackcolor=#3A800C;",,,1 
 	
	,"Movies","movies.asp offfontcolor=ffffff;offbackcolor=#3A800C;onfontcolor=#3A800C;",,,1   
	//,"Products","productlang.asp?lang=eng offfontcolor=ffffff;offbackcolor=383671;",,,1  
	])

	addmenu(menu=["russianmenu",
	,,110,1,"",style1,,"center",effect,,,,,,1,,,,,,	
	,"&#1086; &#1085;&#1072;&#1089;","aboutRus.asp offfontcolor=ffffff;offbackcolor=383671;",,,1
 	,"&#1086;&#1088;&#1090;&#1086;&#1090;&#1080;&#1082;&#1072;","productlang.asp?lang=rus&field=1 offfontcolor=ffffff;offbackcolor=383671;",,,1 
 	,"&#1087;&#1088;&#1086;&#1090;&#1077;&#1079;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077;","productlang.asp?lang=rus&field=2 offfontcolor=ffffff;offbackcolor=383671;",,,1  
	,"Movies","movies.asp offfontcolor=ffffff;offbackcolor=383671;",,,1  
	//,"Products","productlang.asp?lang=rus offfontcolor=ffffff;offbackcolor=383671;",,,1  
	])

dumpmenus()