// menu_items.js file
// comments block here

var MENU_ITEMS =[
["OFFER",null,],
	
	["SERVICES", null,
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;COLD METAL TREATMENT", "index.php?id=obrobka"],
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;METAL MACHINING", "index.php?id=skrawanie"],	
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;ROTORS'&nbsp;WINDING", "index.php?id=uzwajanie"],	
		["<img src=../1.gif width=4 height=4 border=0>&nbsp;&nbsp;PLASTIC PROCESSING", "index.php?id=przetworstwo"]
	],

];

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"
	],
];
