timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = ""

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
"ffff00",					// Off Font Color
"025102",					// Off Back Color
"ffffff",					// On Font Color
"025102",					// On Back Color
"025102",					// Border Color
12,							// Font Size
"text-decoration:none;height:22px",					// Font Style 
"bold",					// Font Weight
"Verdana",	// Font
4,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
"ffff00",					// Referer item Font Color (leave this blank to disable)
"025102",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffff00",					// Off Font Color
"0d610d",					// Off Back Color
"ffffff",					// On Font Color
"0d610d",					// On Back Color
"0d610d",					// Border Color
12,							// Font Size
"text-decoration:none;",					// Font Style 
"normal",					// Font Weight
"Verdana",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
"ffff00",					// Referer item Font Color (leave this blank to disable)
"0d610d",					// Referer item Back Color (leave this blank to disable)
]

prop3=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffff00",					// Off Font Color
"186c18",					// Off Back Color
"ffffff",					// On Font Color
"186c18",					// On Back Color
"186c18",					// Border Color
12,							// Font Size
"text-decoration:none;",					// Font Style 
"normal",					// Font Weight
"Verdana",	// Font
3,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
"ffff00",					// Referer item Font Color (leave this blank to disable)
"186c18",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
76,					// Top
244,				// left
120,				// Width
0,					// 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
"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
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"&nbsp;About us&nbsp;","/eng/about/",,"http://www.izumrud.com.ru/eng/about/",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"&nbsp;News&nbsp;","/eng/news/",,"http://www.izumrud.com.ru/eng/news/",1,
"&nbsp;Production&nbsp;","show-menu2",,"#",1,
"&nbsp;Articles&nbsp;","/eng/articles/",,"http://www.izumrud.com.ru/eng/articles/",1
]

menu2=[
,,230,1,"",prop2,,"left",effect,,,,,,,
"Water Purifiers","show-menu3","/eng/emerald/","http://www.izumrud.com.ru/eng/emerald/",1,
"AquaEca (Stel)","show-menu4","/eng/stel/","http://www.izumrud.com.ru/eng/stel/",1,
"Tuman Aerosol complex","/eng/stel/models/stel_tuman.php",,"http://www.izumrud.com.ru/eng/stel/models/stel_tuman.php",1
]

	menu3=[
	,,170,1,"",prop3,,"left",effect,,,,,,,
	"Izumrud\'s Models","/eng/emerald/models.php",,"http://www.izumrud.com.ru/eng/emerald/models.php",1,
	"Izumrud\'s Ind Models","/eng/emerald/indmodels.php",,"http://www.izumrud.com.ru/eng/emerald/indmodels.php",1
	]

	menu4=[
	,,100,1,"",prop3,,"left",effect,,,,,,,
	"Stel\'s Models","/eng/stel/models.php",,"http://www.izumrud.com.ru/eng/stel/models.php",1
	]