// JavaScript Document
var path = 'http://www.tvmetropolis.com/newstuff/';
var myMenu =
[
    ['', '&nbsp;Home&nbsp;', path+'index.php', '_self', ''],
	_cmSplit,  // a menu item
    ['', 'TV Metropolis&nbsp;', path+'index.php?ref=metropolis_onama', '_self', '',
	 ['','O nama', path+'index.php?ref=metropolis_onama','_self','']
	], 
	
    _cmSplit,
    ['', '&nbsp;Produkcija&nbsp;', 'index.php?ref=produkcija_rec', '_self', '',   // a folder item
	    ['', 'Re&#269; glavnog urednika',  path+'index.php?ref=produkcija_rec', '_self', ''],_cmSplit,
        ['', 'Emisije',  path+'index.php?ref=produkcija_emisije', '_self', ''],_cmSplit,
		['','Studio 2 - Metropolis Live', path+'index.php?ref=produkcija_live','_self',''],_cmSplit,
		['', 'TV program',  path+'index.php?ref=produkcija_tvprogram', '_self', '']
         // a menu item
    ],
	_cmSplit,
    ['', '&nbsp;Filmovi&nbsp;',  path+'index.php?ref=filmovi_sad', '_self', '',   // a folder item	    
        ['', 'Filmski program',  path+'index.php?ref=filmovi_sad', '_self', ''],_cmSplit,
		['','Serijski program', path+'index.php?ref=filmovi_serija','_self',''],_cmSplit,
		['', 'Re&#269; urednika',  path+'index.php?ref=filmovi_rec', '_self', ''],_cmSplit,
		['','Web anketa', path+'index.php?ref=filmovi_anketa','_self','']
         // a menu item
    ],
	_cmSplit,
    ['', '&nbsp;Marketing&nbsp;',  path+'index.php?ref=marketing_onama', '_self', '',   // a folder item
        ['', 'TV Metropolis marketing',  path+'index.php?ref=marketing_onama', '_self', ''],_cmSplit,
		['','Cenovnik usluga', path+'index.php?ref=marketing_cenovnik','_self','']
		
         // a menu item
    ],
	_cmSplit,
    ['', '&nbsp;Studio 2&nbsp;',  path+'index.php?ref=studio2', '_self', ''],
	_cmSplit,
    ['', '&nbsp;Galerija&nbsp;',  'http://picasaweb.google.com/zec.aleksandar', '_self', ''],
	_cmSplit,
    ['', '&nbsp;vBase&nbsp;',  path+'index.php?ref=vbase', '_self', ''],
	_cmSplit,
    ['', '&nbsp;Forum&nbsp;',  path+'index.php?ref=vbase', '_blank', ''],
	_cmSplit,
    ['', '&nbsp;Kontakt&nbsp;',  path+'index.php?ref=kontakt', '_self', ''],
	
];
