// menu_items.js file
// comments block here

var MENU_ITEMS =[

	["&nbsp;&nbsp;ABOUT OUR COMPANY", "index.php?id=firma",
	],
	["&nbsp;&nbsp;OUR OFFER", "index.php?id=oferta",
	],
	["&nbsp;&nbsp;PROJECT EXAMPLES", "index.php?id=projekt",
	],
		
];

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;news", "index.php?id=aktualnosci"
	],	
	
	["<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;job", "index.php?id=praca"
	],
	
		
];
