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)}


effect = "Fade(duration=0.3);Alpha(style=0,opacity=95);Shadow(color='#666666', Direction=135, Strength=4)" 

timegap=50				// The time delay for menus to remain visible
followspeed=50			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=7;		// Sub menu offset Top position 
suboffset_left=7;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",			// Mouse Off Font Color
"C92E32",			// Mouse Off Background Color
"022280",			// Mouse On Font Color
"CF484C",			// Mouse On Background Color
"584734",			// Menu Border Color 
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name			// Font Name
4,				// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffffff",				// Current Page Item Font Color (leave this blank to disable)
"C92E32",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[
"mainmenu",0,100,,1,,style1,0,"right",effect,,1,,,,,,,,,,,"&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=каталог",,"",1
]) 

addmenu(menu=["price",304,551,224,1,"",style1,0,"left",effect,,,,,,,,,,,, 
,"Каталог на продукцию ФГУП 'СМЗ'","price1.html",,,0
,"Каталог продукции для лета","price2.html",,,0
,"Каталог продукции для зимы и залов","price3.html",,,0
])

dumpmenus()