/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_POS = [
{
	// item sizes
	'height': 24,
	'width': 107,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 30,
	'block_left': 300,
	// offsets between items of the same level
	'top': 0,
	'left': 106,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 300,
	'expd_delay': 100,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': 20,
	'width': 120,
	'block_top': 23,
	'block_left': 0,
	'top': 21,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 0,
	'block_left': 120,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]

var MENU_ITEMS = [
['Komunikacja',null,null,['Mój Plan','index.php?act=planner'],['Mapa użytkowników','index.php?act=membermap']],
['Sklep Online',null,null,['Sklep-Bank','index.php?act=shop'],['IBStore','index.php?act=store']],
['Muzyka Online','index.php?act=music'],
['Rozrywka',null,null,['Salon Gier','index.php?act=Arcade'],['System Armi','index.php?act=army'],['Kenka RPG','index.php?act=kenka'],
['Unreal RPG',null,null,['Profil RPG',null,null,['Stwórz postać','index.php?act=urpg&code=new_character'],['Detale postaci','index.php?act=urpg&code=char_create_details']],['Kontrola RPG',null,null,['Załóż','index.php?act=urpg&code=equip_main'],['Zdejmij przedmioty','index.php?act=urpg&code=unequip_main'],['Załóż czar','index.php?act=urpg&code=equip_spells'],['Zdejmij czar','index.php?act=urpg&code=unequip_spells'],['Łącz rudę','index.php?act=urpg&code=ores_comb'],['Użyj mikstury','index.php?act=urpg&code=use_potions']],['Rynek',null,null,['Główny sklep','index.php?act=urpg&code=shop_main'],['Sklep użytkownika','index.php?act=urpg&code=search_for_shop'],['Sklep z czarami','index.php?act=urpg&code=spells'],['Sklep z rudą','index.php?act=urpg&code=ores'],['Skelp z miksturami','index.php?act=urpg&code=potions'],['Kup sklep','index.php?act=urpg&create_mshop'],['Zarządzaj sklepem','index.php?act=urpg&manage_mshop']],['Pole bitwy',null,null,['Walka','index.php?act=urpg&battle'],['Boty bitewne','index.php?act=urpg&battle_b'],['Lista botów','index.php?act=urpg&view_bots']],['Inne',null,null,['Karczma','index.php?act=inn'],['Przekaż pieniądze','index.php?act=send_points'],['Przekaż przedmioty','index.php?act=send_items'],['Zmień klase','index.php?act=change_class']]],
],
['Statystyki','index.php?act=statistics'],
['Zawartość',null,null,['Download','index.php?act=downloads'],['Partnerzy','index.php?act=affiliate'],['Linki','index.php?act=links']],
]