// menu_items.js file
// comments block here

var MENU_ITEMS =[
["OFFER",null,],
	["ELECTRIC MOTORS", null,
		["&nbsp;<img src=../2.gif width=7 height=13 border=0>&nbsp;&nbsp;COMMUTATOR MOTORS", null,
			["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;KN4", "index.php?id=kn4"],
			["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;ASN", "index.php?id=asn"],
			["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;ASM", "index.php?id=asm"],
		],
		["&nbsp;<img src=../2.gif width=7 height=13 border=0>&nbsp;&nbsp;INDUCTION MOTORS", null,
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;AWP", "index.php?id=awp1"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;AWO", "index.php?id=awo"]
		],
	],
	["POWER PACK UNITS", null,
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;KN4", "index.php?id=kn41"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;ASN", "index.php?id=asn1"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;ASM", "index.php?id=asm1"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;AWP - circulation ventilator", "index.php?id=awp"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;APP - elektropump", "index.php?id=app"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;AWR - radiation ventilator", "index.php?id=awr"],
	],
	["SPEED REGULATORS", null,
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;U-118/1", "index.php?id=u_118_1"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;U-118/4", "index.php?id=u_118_4"],
	],
		
];

var MENU_ITEMS1 =[
	["about us", null,
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;who is who", "index.php?id=ktojestkto"],
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;history", "index.php?id=historia"],
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;localization", "index.php?id=polozenie"]
	],
	["&nbsp;&nbsp;contact", null,
		["&nbsp;", null],
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;contact", "index.php?id=kontakt"],
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;offer inquiry", "index.php?id=zapytanie"]
	],	
	["&nbsp;&nbsp;news", null,
		["&nbsp;", null],
		["&nbsp;", null],
		["&nbsp;<img src=../2m.gif width=7 height=5 border=0>&nbsp;press releases", "index.php?id=prasa"]
	],
	["certificates", "index.php?id=certyfikaty"
	],
	["distributors", "index.php?id=dystrybutorzy"
	],
	["&nbsp;&nbsp;service", "index.php?id=serwis"
	],
];
