// menu_items.js file
// comments block here

var MENU_ITEMS =[

	["&nbsp;&nbsp;Al CASTINGS", "index.php?id=al",
	],
	["&nbsp;&nbsp;Cu CASTINGS", "index.php?id=cu",
	],
	["&nbsp;&nbsp;BRASS SLEEVES", "index.php?id=tuleje",
	],
	["&nbsp;&nbsp;PRODUCTION CAPABILITY", "index.php?id=wydajnosc",
	],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SERVICES", null,
		["<img src=../1.gif WIDTH=4 HEIGHT=4 border=0>&nbsp;&nbsp;Plasma cutting", "index.php?id=plazma"],
		["<img src=../1.gif WIDTH=4 HEIGHT=4 border=0>&nbsp;&nbsp;Machining", "index.php?id=obrobka"]
	],
	
];

var MENU_ITEMS1 =[
	["<img src=../1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;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"]
	],
	["<img src=../1m.gif WIDTH=7 HEIGHT=5 border=0>&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"],
				
	],	
	["<img src=../1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;references", "index.php?id=referencje"
	],
	["<img src=../1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;certificates", "index.php?id=certyfikaty"
	],
		
];
