// menu_items.js file
// comments block here

var MENU_ITEMS =[
["OFERTA",null,],
["Usługi", null,
	["<img src=1.gif width=4 height=4 border=0>&nbsp;&nbsp;OBRÓBKA PLASTYCZNA METALI", "index.php?id=obrobka"],
	["<img src=1.gif width=4 height=4 border=0>&nbsp;&nbsp;OBRÓBKA SKRAWANIEM", "index.php?id=skrawanie"],
  	["<img src=1.gif width=4 height=4 border=0>&nbsp;&nbsp;UZWAJANIE WIRNIKÓW", "index.php?id=uzwajanie"],
  	  	["<img src=1.gif width=4 height=4 border=0>&nbsp;&nbsp;TWORZYWA SZTUCZNE", "index.php?id=przetworstwo"],
  		],




];

var MENU_ITEMS1 =[
	["o firmie", null,
			["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;kto jest kto", "index.php?id=ktojestkto"],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;historia", "index.php?id=historia"],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;dojazd", "index.php?id=polozenie"]
	],
	["kontakt", null,
  		["&nbsp;", null],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;kontakt", "index.php?id=kontakt"],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;zapytania ofertowe", "index.php?id=zapytanie"]
	],
	["aktualności", null,
		["&nbsp;", null],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;praca", "index.php?id=praca"],
		["&nbsp;<img src=2m.gif width=7 height=5 border=0>&nbsp;prasa", "index.php?id=prasa"],
	],
	["certyfikaty", "index.php?id=certyfikaty",
	],
	
	["dystrybucja", "index.php?id=dystrybutorzy",
			],
	["&nbsp;&nbsp;serwis", "index.php?id=serwis",
			],
		
];
