/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//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.


////////////////////////////////////
// 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=100);Shadow(color='#777777', Direction=135, Strength=3)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=-2;		// Sub menu offset Left position
closeOnClick = true


style1=[				// style1 is an array of properties.
"292173",				// Mouse Off Font Color
"FFFFFF",				// Mouse Off Background Color
"292173",				// Mouse On Font Color
"DEE6F7",				// Mouse On Background Color
"6B90D7",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",		// Font Name
5,						// Menu Item Padding
"img/menuarrow.gif",			// Sub Menu Image (Leave this blank if not needed)
0,						// 3D Border & Separator bar
"6B90D7",				// 3D High Color
"6B90D7",				// 3D Low Color
,						// Current Page Item Font Color (leave this blank to disable)
,						// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
"6B90D7",				// Menu Item Separator Color
]



addmenu(menu=[		// Menu properties and details
"about",		// Menu Name
302,				// Menu Top
184,				// Menu Left
150,				// Menu Width
2,					// Menu Border Width 
,					// Screen Position
style1,				// Properties Array
0,					// Always Visible
,					// Text Alignment
effect,				// Filter
,					// Follow Scrolling
, 					// Horizontal Menu
,					// Keep Alive
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount
,					// Right To Left
,					// Open the Menus OnClick
,					// ID of the div you want to hide on MouseOver
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"О нас","/index.php?id_menu=2",,,1
,"Лицензия","/index.php?id_menu=2&id_part=4",,,1
,"Новости","/arcnews.php",,,1
])

addmenu(menu=["service",
325,184,240,2,,style1,,,effect,,,,,,,,,,,,
,"Телефон","show-menu=phone","/index.php?id_menu=4",,1
,"Интернет","/index.php?id_menu=5",,,1
,"Передача данных","/index.php?id_menu=10",,,1
,"Виртуальный офис","/index.php?id_menu=13",,,1
])
		
	addmenu(menu=["phone",
	,,175,2,"",style1,,,effect,,,,,,,,,,,,
	,"Дополнительные услуги цифровой АТС","/index.php?id_menu=4&id_part=11",,,1
	])

addmenu(menu=["tarifs",
348,184,240,2,,style1,,,effect,,,,,,,,,,,,
,"Телефон","/index.php?id_menu=7",,,1
,"Интернет","show-menu=inet","/index.php?id_menu=8",,1
,"Передача данных","/index.php?id_menu=10",,,1
,"Виртуальный офис","/index.php?id_menu=13",,,1
])
		
	addmenu(menu=["inet",
	372,,175,2,"",style1,,,effect,,,,,,,,,,,,
	,"Дополнительные услуги","/index.php?id_menu=8&id_part=12",,,1
	])

addmenu(menu=["contacts",
417,184,240,2,,style1,,,effect,,,,,,,,,,,,
,"Контактная информация","/index.php?id_menu=9",,,1
,"Схема проезда","/index.php?id_menu=9&id_part=2",,,1
,"Обратная связь","/send.php",,,1
,"Определение технической возможности","/check.php",,,1
])



dumpmenus()

