// menu_items.js file
// comments block here

var MENU_ITEMS =[

	["&nbsp;&nbsp;ODLEWY &nbsp;&nbsp;Al", "index.php?id=al",
	],
	["&nbsp;&nbsp;ODLEWY &nbsp;&nbsp;Cu", "index.php?id=cu",
	],
	["&nbsp;&nbsp;TULEJE MOSIEŻNE", "index.php?id=tuleje",
	],
	["MOŻLIWOŚCI PRODUKCYJNE", "index.php?id=wydajnosc",
	],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;USŁUGI", null,
		["<img src=1.gif WIDTH=4 HEIGHT=4 border=0>&nbsp;&nbsp;Cięcie plazmą", "index.php?id=plazma"],
		["<img src=1.gif WIDTH=4 HEIGHT=4 border=0>&nbsp;&nbsp;Obróbka wiórowa", "index.php?id=obrobka"],
		["<img src=1.gif WIDTH=4 HEIGHT=4 border=0>&nbsp;&nbsp;Kalibracja narzędzi", "index.php?id=kalibracja"]
	],
	
];

var MENU_ITEMS1 =[
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;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"]
	],
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;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"],
				
	],
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;aktualności", null,
		["&nbsp;", null],
		["&nbsp;", null],
		["&nbsp;<img src=2m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;praca", "index.php?id=praca"],
	],
	
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;referencje", "index.php?id=referencje"
	],	
		
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;certyfikaty", "index.php?id=certyfikaty"
	],
		
];
