/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#49758B';	   		// Background color when mouse is not over
	var LowSubBgColor='#49758B';			// Background color when mouse is not over on subs
	var HighBgColor='#cccccc';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=8       ;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("О компании","kontakt.php","",1,15,120);
	Menu1_1=new Array("Контакты","kontakt.php","",0,15,150);

Menu2=new Array("Продукция","index.php","",6);
	Menu2_1=new Array("Радиостанции","index.php","",9,15,150);
	
		Menu2_1_1=new Array("27МГц - Мобильные","index.php","",13,15,250);
	  	              Menu2_1_1_1=new Array("Alan-100+","alan100plus.php","",0,15,200);
	  	              Menu2_1_1_2=new Array("TTI TCB-770","tti_770.php","",0);
                              Menu2_1_1_3=new Array("TTI TCB-880","tti_880.php","",0);
                              Menu2_1_1_4=new Array("ONWA K6122 MK3","onwa6122.php","",0);
                              Menu2_1_1_5=new Array("Alan 121","alan121.php","",0);
                              Menu2_1_1_6=new Array("President JOHNNY II ASC","johnny.php","",0);
                              Menu2_1_1_7=new Array("President HARRY","harry.php","",0);
                              Menu2_1_1_8=new Array("President TAYLOR II Classic","taylor_cl.php","",0);
                              Menu2_1_1_9=new Array("President TAYLOR III ASC","taylor_asc.php","",0);
                              Menu2_1_1_10=new Array("President WALKER ASC","walker.php","",0);
                              Menu2_1_1_11=new Array("President JOHNSON II ASC","johnson.php","",0);
                              Menu2_1_1_12=new Array("President JACKSON II ASC","jackson.php","",0);
                              Menu2_1_1_13=new Array("Midland 220","midland220.php","",0);


		Menu2_1_2=new Array("27МГц - Портативные","index.php","",1);
		              Menu2_1_2_1=new Array("Alan 42","alan_42_multi.php","",0,15,150);			

			
			
	
		Menu2_1_3=new Array("30-58 МГц - Мобильные","index.php","",4);
		              Menu2_1_3_1=new Array("Motorola GM360","gm360.php","",0,15,250);
		              Menu2_1_3_2=new Array("Dragon SY-5430","dragon_sy5430.php","",0);
		              Menu2_1_3_3=new Array("Титан ТМ-101","titan_tm101.php","",0);
		              Menu2_1_3_4=new Array("Рута ВС","ruta_bc.php","",0);
		
		Menu2_1_4=new Array("30-58 МГц - Портативные","index.php","",3);
		              Menu2_1_4_1=new Array("Vertex VX-2/VX-5/VX-6/VX-7","vertex_2_5_6_7.php","",0,15,250);
		              Menu2_1_4_2=new Array("Motorola GP340","gp340.php","",0,15,150);
		              Menu2_1_4_3=new Array("Рута-Н","ruta_n.php","",0,15,150);
		
		
		Menu2_1_5=new Array("136-174 МГц - Мобильные","index.php","",17);
		              Menu2_1_5_1=new Array(" AlincoDR135","dr135.php","",0,15,250);
		              Menu2_1_5_2=new Array("Kenwood TK-7102/8102/7020","tk7102.php","",0);
		              Menu2_1_5_3=new Array("Kenwood TK-760G/860G/7060","tk760g.php","",0);
		              Menu2_1_5_4=new Array("Kenwood TK-762G","tk762g.php","",0);
		              Menu2_1_5_5=new Array("Kenwood TK-760/860","tk760.php","",0);
		              Menu2_1_5_6=new Array("Kenwood TK-7760","kenwood_7760.php","",0);
		              Menu2_1_5_7=new Array("Kenwood TK-7180","kenwood_7180.php","",0);
		              Menu2_1_5_8=new Array("Icom IC-F110/F111","icf110.php","",0);
		              Menu2_1_5_9=new Array("Icom IC-F110S/F111S","icf110s.php","",0);
		              Menu2_1_5_10=new Array("Vertex FT-2800","vertex_ft2800.php","",0);
		              Menu2_1_5_11=new Array("Motorola GM340","gm340.php","",0);
		              Menu2_1_5_12=new Array("Motorola GM360","gm360.php","",0);
		              Menu2_1_5_13=new Array("Motorola CM140/CM160","motorola_140_160.php","",0);
		              Menu2_1_5_14=new Array("Motorola CM340/CM360","motorola_cm_340_360.php","",0);
		              Menu2_1_5_15=new Array("Motorola GM140","motorola_gm140.php","",0);
		              Menu2_1_5_16=new Array("Титан ТМ-101","titan_tm101.php","",0);
		              Menu2_1_5_17=new Array("Yaesu FT-1802","yaesu_ft1802.php","",0);
		
		Menu2_1_6=new Array("136-174 МГц - Портативные","index.php","",20);
		              Menu2_1_6_1=new Array(" Alinco DJ195","alinco_dj195.php","",0,15,250);
		              Menu2_1_6_2=new Array("Kenwood TK-2107/2170","tk2170.php","",0);
		              Menu2_1_6_3=new Array("Kenwood TK-2160/3160/2060","tk2160.php","",0);
		              Menu2_1_6_4=new Array("Kenwood TK-2206/3206/2260","tk2206.php","",0);
		              Menu2_1_6_5=new Array("Kenwood TK-2070","kenwood_2070.php","",0);
		              Menu2_1_6_6=new Array("Kenwood TK-2770","kenwood_2770.php","",0);
		              Menu2_1_6_7=new Array("Icom IC-F11/F11S","icf11_f11s.php","",0);
		              Menu2_1_6_8=new Array("Icom IC-F16, IC-F16S","ic_f16_f26.php","",0);
		              Menu2_1_6_9=new Array("Icom IC-F3GT/F3GS","f3gf4g.php","",0);
		              Menu2_1_6_10=new Array("Vertex VX-150","vertex_150.php","",0);
		              Menu2_1_6_11=new Array("Vertex VX-160","vx160.php","",0);
		              Menu2_1_6_12=new Array("Vertex VX-210","vertex_210.php","",0);
		              Menu2_1_6_13=new Array("Vertex VX-2/VX-5/VX-6/VX-7","vertex_2_5_6_7.php","",0);
		              Menu2_1_6_14=new Array("Motorola CM140/CM160","motorola_140_160.php","",0);
		              Menu2_1_6_15=new Array("Motorola P040","p040.php","",0);
		              Menu2_1_6_16=new Array("Motorola GP320","gp320.php","",0);
		              Menu2_1_6_17=new Array("Motorola GP340","gp340.php","",0);
		              Menu2_1_6_18=new Array("Motorola GP140","gp140.php","",0);
		              Menu2_1_6_19=new Array("Motorola CP040/CP140/CP160/CP180","motorola_cp.php","",0);
		              Menu2_1_6_20=new Array("Титан TН-102","titan_rn102.php","",0);
 		
		
		Menu2_1_7=new Array("400-470 МГц - Мобильные","index.php","",12);
		              Menu2_1_7_1=new Array("Kenwood TK-7102/8102/7020","tk7102.php","",0,15,250);
		              Menu2_1_7_2=new Array("Kenwood TK-860G/7060","tk760g.php","",0);
		              Menu2_1_7_3=new Array("Kenwood TK-862G","tk762g.php","",0);
		              Menu2_1_7_4=new Array("Kenwood TK-860/868","tk760.php","",0);
		              Menu2_1_7_5=new Array("Kenwood TK-7760","kenwood_7760.php","",0);
		              Menu2_1_7_6=new Array("Icom IC-F210/F211","icf110.php","",0);
		              Menu2_1_7_7=new Array("Icom IC-F210S/F211S","icf110s.php","",0);
		              Menu2_1_7_8=new Array("Motorola GM340","gm340.php","",0);
		              Menu2_1_7_9=new Array("Motorola GM360","gm360.php","",0);
		              Menu2_1_7_10=new Array("Motorola CM340/CM360","motorola_cm_340_360.php","",0);
		              Menu2_1_7_11=new Array("Motorola GM140","motorola_gm140.php","",0);
		              Menu2_1_7_12=new Array("Титан ТМ-101","titan_tm101.php","",0);
		
		Menu2_1_8=new Array("400-470 МГц - Портативные","index.php","",17);
                               Menu2_1_8_1=new Array("Kenwood TK-2170/3107","tk2170.php","",0,15,250);
                              Menu2_1_8_2=new Array("Kenwood TK-2160/3160/2060","tk2160.php","",0);
                              Menu2_1_8_3=new Array("Kenwood TK-2206/3206/2260","tk2206.php","",0);
                              Menu2_1_8_4=new Array("Kenwood TK-2070","kenwood_2070.php","",0);
                              Menu2_1_8_5=new Array("Kenwood TK-2770","kenwood_2770.php","",0);
                              Menu2_1_8_6=new Array("Icom IC-F21/F21S","icf21_f21s.php","",0);
                              Menu2_1_8_7=new Array("Icom IC-F26, IC-F26S","ic_f16_f26.php","",0);
                              Menu2_1_8_8=new Array("Icom IC-F4GT/F4GS","f3gf4g.php","",0);
                              Menu2_1_8_9=new Array("Vertex VX-160","vx160.php","",0);
                              Menu2_1_8_10=new Array("Vertex VX-210","vertex_210.php","",0);
                              Menu2_1_8_11=new Array("Vertex VX-2/VX-5/VX-6/VX-7","vertex_2_5_6_7.php","",0);
                              Menu2_1_8_12=new Array("Motorola P040","p040.php","",0);
                              Menu2_1_8_13=new Array("Motorola GP320","gp320.php","",0);
                              Menu2_1_8_14=new Array("Motorola GP340","gp340.php","",0);
                              Menu2_1_8_15=new Array("Motorola GP140","gp140.php","",0);
                              Menu2_1_8_16=new Array("Motorola CP040/CP140/CP160/CP180","motorola_cp.php","",0);
                              Menu2_1_8_17=new Array("Титан TН-102","titan_rn102.php","",0);

                Menu2_1_9=new Array("Переговорные уст-ва","index.php","",10);
		               Menu2_1_9_1=new Array("Motorola T5412/T5422","t5412.php","",0,15,180);
		               Menu2_1_9_2=new Array("Merx WT-415","wt415.php","",0);
                               Menu2_1_9_3=new Array("Motorola T5622","t5622.php","",0);
                               Menu2_1_9_4=new Array("Midland G7","midland_g7.php","",0);
		               Menu2_1_9_5=new Array("Alan 777","alan_777.php","",0);
		               Menu2_1_9_6=new Array("Motorola TLKR T5","t5.php","",0);
		               Menu2_1_9_7=new Array("Motorola XTR446","xtr446.php","",0);
		               Menu2_1_9_8=new Array("Motorola TLKR T3","motorola_t3.php","",0);
		               Menu2_1_9_9=new Array("Midland G8","midland_g8.php","",0);
		               Menu2_1_9_10=new Array("Midland G5","midland_g5.php","",0);

                 Menu2_2=new Array("Антенны, крепления","index.php","",0,15,150);
                 Menu2_3=new Array("Источники питания","index.php","",0,15,150);
                 Menu2_4=new Array("Гарнитуры","index.php","",0,15,150);
                 Menu2_5=new Array("Аккумуляторы","index.php","",0,15,150);
                 Menu2_6=new Array("Другое ","index.php","",0,15,150);

	
Menu3=new Array("Системы связи","index.php","",7);
	Menu3_1=new Array("Общие сведения","systems.php","",0,15,180);
	Menu3_2=new Array("Ретрансляторы","repeater.php","",0);
	Menu3_3=new Array("MPT 1327","mpt1327.php","",0);
	Menu3_4=new Array("TETRA","tetra.php","",0);
	Menu3_5=new Array("LTR","ltr.php","",0);
	Menu3_6=new Array("SmarTrunk II","smartrunk2.php","",0);
	Menu3_7=new Array("NEXEDGE","NEXEDGE.php","",0);
	
Menu4=new Array("Документация","index.php","",8);	
        Menu4_1=new Array("Merx WT-415. Руководство пользователя","WT415.pdf","",0,15,260);
	Menu4_2=new Array("Midland G7. Инструкция по эксплуатации","G7-manual.doc","",0);
        Menu4_3=new Array("Midland G5. Руководство пользователя","manual-midland-G5.pdf","",0);
        Menu4_4=new Array("Alan 777. Руководство пользователя","manual-ALAN-777.pdf","",0);
        Menu4_5=new Array("Midland GXT 600/635/650/656","manual-GXT650.pdf","",0);
        Menu4_6=new Array("Yaesu FT-1802M. Инструкция.","ft_1802m.pdf","",0);
        Menu4_7=new Array("Alan42multi - Руководство пользователя","alan-42-multi manual.htm","",0);		
        Menu4_8=new Array("President JOHNNY II ASC - Руководство пользователя","manual Johnny II ASC.htm","",0);




