			//Настройки меню


timegap=500			//время висения меню после ухода мыши
followspeed=10			//5
followrate=40			//40
suboffset_top=10;		//Отступ бокового меню вниз от верхней границы
suboffset_left=10;		//Отступ бокового меню влево от правой границы

effect = "fade(duration=0.8);Shadow(color='#b5b5b5', Direction=135, Strength=15)"
	//fade 1.3	#777777	135	5

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[			// prop1 is an array of properties you can have as many property arrays as you need
"993333",		// Off Font Color	
"B3C5CF",		// Off Back Color	
"000033",		// On Font Color	
"CAD6C8",		// On Back Color	
"A1621B",		// Border Color		
14,			// Font Size
"normal",		// Font Style 
"bold",			// Font Weight
"Arial Cyr",	// Font
4,				// Padding
"http://test2.ru/zapchasti1/arrow.gif",			// Sub Menu Image
1,				// 3D Border & Separator 0
"FED282",			// 3D High Color
"A1621B",			// 3D Low Color
"",			// Referer item Font Color (leave this blank to disable)
"FFFF00",			// Referer item Back Color (leave this blank to disable)FFFF00
]
prop2=[			// prop1 is an array of properties you can have as many property arrays as you need
"993333",		// Off Font Color	
"B3C5CF",		// Off Back Color	
"000033",		// On Font Color	
"CAD6C8",		// On Back Color
"A1621B",		// Border Color		
11,			// Font Size
"normal",		// Font Style 
"",			// Font Weight
"Arial Cyr",	// Font
2,				// Padding
"arrow.gif",			// Sub Menu Image
1,				// 3D Border & Separator 0
"FED282",			// 3D High Color
"A1621B",			// 3D Low Color
"",			// Referer item Font Color (leave this blank to disable)
"",			// Referer item Back Color (leave this blank to disable)FFFF00
]

menu1=[				// This is the array that contains your menu properties and details
175,					// Top
18,					// left
,					// Width
3,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
prop1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time
"center",		// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,			// Filter - Text variable for setting transitional effects on menu activation
,			// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 			// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,			// Position of sub image left:center:right:middle:top:bottom
1,			// Show an image on top menu bars indicating a sub menu exists below
,			// Reserved for future use
"&nbsp;ГЛАВНАЯ&nbsp;","http://www.zapchasti.hou.ru/index.html",,,1,   // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"&nbsp;АВТОМОБИЛЬНЫЕ&nbsp;ДОБАВКИ&nbsp;","http://www.bad.hou.ru/Production/auto.html","",,1,
"&nbsp;ОСАГО&nbsp;","show-menu3","http://www.zapchasti.hou.ru/Osago/index.php",,1,
"&nbsp;АВТОМОБИЛИ&nbsp;ИЗ&nbsp;ЕВРОПЫ&nbsp;","http://www.zapchasti.hou.ru/euroauto.html",,,1,
//"&nbsp;ИНФОРМАЦИЯ&nbsp;","show-menu5",,"#",1,
"&nbsp;ДОСКА&nbsp;ОБЪЯВЛЕНИЙ&nbsp;","http://www.zapchasti.hou.ru/board/index.php",,,1,
//"&nbsp;ЗАДАТЬ&nbsp;ВОПРОС&nbsp;","http://www.zapchasti.hou.ru/Zakaz/index.php?ot=2",,,1,
"&nbsp;КОНТАКТЫ&nbsp;","http://www.zapchasti.hou.ru/contact.html",,,1
]

	menu2=[
,,160,3,"",prop2,,"left",effect,,,,,,,
//"Заказать запчасти","http://www.zapchasti.hou.ru/Zakaz/index.php?ot=11",,,1,

"Автомобильные добавки","http://www.bad.hou.ru/Production/auto.html",,,1
]
	menu3=[
	,,145,3,"",prop2,,"left",effect,,,,,,,
	"Калькулятор ОСАГО","http://www.zapchasti.hou.ru/Osago/index.php?ot=12",,,1,
	"Заказать ОСАГО","http://www.zapchasti.hou.ru/Osago/index.php?ot=11",,,1
	]
	
