/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with SGC.sk menu.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home',  null, null,
		['Andromeda',   'http://www.andromeda.scifi-guide.net/index.html'   ],
		['Scifi-Guide', 'http://www.scifi-guide.net/'    ],
	],
	
  ['Novinky',         'http://www.andromeda.scifi-guide.net/novinky.html' 	],
	
	['Epizody', null, null,
    	['1. season',    'http://www.andromeda.scifi-guide.net/season1.html'       ],
	  	['2. season',    'http://www.andromeda.scifi-guide.net/season2.html'       ],
    	['3. season',    'http://www.andromeda.scifi-guide.net/season3.html'       ],
    	['4. season',    'http://www.andromeda.scifi-guide.net/season4.html'       ],
    	['5. season',    'http://www.andromeda.scifi-guide.net/season5.html'       ],						
	],
	
  ['Postavy', null, null,
    ['Dylan Hunt',       'http://www.andromeda.scifi-guide.net/pos_dylan.html'     ],
		['Rommie',           'http://www.andromeda.scifi-guide.net/pos_rommie.html'       ],
		['Reverend Bem',     'http://www.andromeda.scifi-guide.net/pos_bem.html'       ],
		['Trance Gemini',    'http://www.andromeda.scifi-guide.net/pos_trance.html'       ],
		['Seamus Harper',    'http://www.andromeda.scifi-guide.net/pos_harper.html'       ],
		['Beka Valentine',   'http://www.andromeda.scifi-guide.net/pos_beka.html'       ],
		['Tyr Anasazi',      'http://www.andromeda.scifi-guide.net/pos_tyr.html'       ],
		['Doyle',            'http://www.andromeda.scifi-guide.net/pos_doyle.html'       ],
		['Rhade',            'http://www.andromeda.scifi-guide.net/pos_rhade.html'       ],
	],	
	
   ['Herci', null, null,
  	    ['Kevin Sorbo',      'http://www.andromeda.scifi-guide.net/her_sorbo.html'    ],
  	    ['Lexa Doig',        'http://www.andromeda.scifi-guide.net/her_doig.html'    ],
  	    ['Brent Stait',      'http://www.andromeda.scifi-guide.net/her_stait.html'    ],
  	    ['Laura Bertram',    'http://www.andromeda.scifi-guide.net/her_bertram.html'    ],
  	    ['Gordon Woolvett',  'http://www.andromeda.scifi-guide.net/her_woolvett.html'    ],
  	    ['Lisa Ryder',       'http://www.andromeda.scifi-guide.net/her_ryder.html'    ],
  	    ['Keith H.Cobb',     'http://www.andromeda.scifi-guide.net/her_cobb.html'    ],
  	    ['Brandy Ledford',   'http://www.andromeda.scifi-guide.net/her_ledford.html'    ],
  	    ['Steve Bacic',      'http://www.andromeda.scifi-guide.net/her_bacic.html'    ],
	],		
	
  ['Download', null, null,
    ['pictures', null, null,
	  	['galeria',     'http://www.andromeda.scifi-guide.net/galeria.html'      ],		
	  	['wallpapers',  'http://www.andromeda.scifi-guide.net/wall.html'       ],
	  	['gifs',     'http://www.andromeda.scifi-guide.net/gifs.html'    ],
		],
    ['media', null, null,
		  ['pisma',    'http://www.andromeda.scifi-guide.net/ostatne.html'    ],
		  ['titulky',  'http://www.andromeda.scifi-guide.net/titulky.html'    ],
		],
	],
	
	
	
	  
		
  ['Forum',      'http://www.forum.scifi-guide.net' 	 ],
	
	['Others', null, null,
		['guestbook', 'http://www.andromeda.scifi-guide.net/guestbook.html' ],
		['kontakt',   'http://www.andromeda.scifi-guide.net/kontakt.html'    ],
		['banners',   'http://www.andromeda.scifi-guide.net/banners.html' ],
		['odkazy',    'http://www.andromeda.scifi-guide.net/odkazy.html'    ],		
	],


];

