// menu_items.js file
// comments block here

var MENU_ITEMS =[

	["&nbsp;&nbsp;O &nbsp;&nbsp;FIRMIE", "index.php?id=firma",
	],
	["&nbsp;&nbsp;OFERTA", "index.php?id=oferta",
	],
	["&nbsp;&nbsp;PRZYKŁADY PROJEKTÓW", "index.php?id=projekt",
	],
];

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", "index.php?id=aktualnosci"],
		
	
	["<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;referencje", "index.php?id=referencje"
	],	
	
	["&nbsp;<img src=1m.gif WIDTH=7 HEIGHT=5 border=0>&nbsp;praca", "index.php?id=praca"],
		
			
];
