timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
//left_side=screen.width / 2 - 500;
left_side= ((window.innerWidth  / 2) - 455);

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=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
"FFFFFF",					// Off Font Color "003366"
"6AA7DE",					// Off Back Color "F34E9A"
"FFFFFF",					// On Font Color "ffffcc"
"1F87E4",					// On Back Color "E30B0B"
"DEDEDE",					// Border Color "999999"
14,							// Font Size 12
"normal",					// Font Style "normal"
"normal",					// Font Weight "normal"
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"pics/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color "66ffff"
"000099",					// 3D Low Color "000099"
"FFFFFF",					// Referer item Font Color (leave this blank to disable) "000099"
"1F87E4",					// Referer item Back Color (leave this blank to disable) "FFFF00"
]

menu1=[				// This is the array that contains your menu properties and details
250,					// Top
10,					// left
190,					// Width
1,					// Border Width
"left",			// 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
"left",			// 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
0, 					// 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
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"Главная","?dir=home&lang=0",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" "Company Profile<br>&nbsp;"
"О Сайте","?dir=site&lang=0",,,1,
"О Вл.Хорошине","?dir=about&lang=0",,,1,
"Галактические матрицы","?dir=matrix&lang=0",,,1,
"Геометрия тела","?dir=geometry&lang=0",,,1,
"Курс 7 ступеней к Творцу","?dir=levels&lang=0",,,1,
"Голос Истока","?dir=voice&lang=0",,,1,
"Книги и статьи Вл.Хорошина","?dir=books&lang=0",,,1,
"Пространство творчества","?dir=space&lang=0",,,1,
"Сотрудничество","?dir=cooperate&lang=0",,,1,
"Фотогалерея","?dir=photo&lang=0",,,1,
"Школа Живого Слова","?dir=reviews&lang=0",,,1,
"Форум","http://istok.2xn.ru target=_blank",,,1,
//"Форум","forum/index.php?forum_ext=ini target=_blank",,,1,
"Магазин","?dir=shop&lang=0",,,1,
"Новости","?dir=news&lang=0",,,1,
"Контакты","?dir=contact&lang=0",,,1
]

menu2=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"1","?lang=2&dir=vodka",,,1,
"2","?lang=2&dir=beer",,,1,
"3","?lang=2&dir=wine",,,1
]

