/********************************************************
 ******** MENU definitions for www.ekonomika.sk *********
 ****************** (C) marki@yours.com *****************/

Menu.prototype.leftOffset	= 2;
Menu.prototype.topOffset	= -2;
Menu.prototype.width		= 100;
Menu.prototype.padding		= 4;
Menu.prototype.bordercolor	= "#ffffff";
Menu.prototype.bgcolor		= "#00366c";
Menu.prototype.borderstyle	= "!solid";
Menu.prototype.borderwidth	= 1;
Menu.prototype.nobreaks		= 1;
Menu.prototype.maxitems		= 20;

var spravy = new Menu('spravy','i_spr');
spravy.addMenuItem("Blue chips"    ,addr_prefix+"spravy/?action=blue","");
spravy.addMenuItem("Dlhopis FNM"   ,addr_prefix+"spravy/?action=spravy&order=datum+DESC&tema=3","");
spravy.addMenuItem("Finančné trhy" ,addr_prefix+"spravy/?action=spravy&order=datum+DESC&tema=10","");
spravy.addMenuItem("Makroekonomika",addr_prefix+"spravy/?action=spravy&order=datum+DESC&tema=14","");
spravy.addMenuItem("separator"     ,"---","");
spravy.addMenuItem("ostatné témy"  ,addr_prefix+"spravy/?action=spravy&order=datum+DESC","");
spravy.addMenuItem("vyhµadávanie"  ,addr_prefix+"spravy/search.phtml","");

var kurzy = new Menu('kurzy','i_kur');
kurzy.addMenuItem("NBS"           ,addr_prefix+"udaje/kurzy.phtml?co=nbs","");
kurzy.addMenuItem("ČNB"           ,addr_prefix+"udaje/kurzy.phtml?co=cnb","");
kurzy.addMenuItem("kríľové kurzy" ,addr_prefix+"udaje/kurzy.phtml?co=fx","");
kurzy.addMenuItem("komerčné banky",addr_prefix+"udaje/banky.phtml?dat=dnes","");
kurzy.addMenuItem("kalkulačka"    ,addr_prefix+"udaje/kalk.phtml","");

var indexy = new Menu('indexy','i_ind');
indexy.addMenuItem("Prehµad"   ,addr_prefix+"udaje/kapital.phtml","");
indexy.addMenuItem("BUX"       ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=budap_se","");
indexy.addMenuItem("CAC 40"    ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=cac_40","");
indexy.addMenuItem("DAX"       ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=dax","");
indexy.addMenuItem("DJI"       ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=dow_ji","");
indexy.addMenuItem("FTSE 100"  ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=ftse_100","");
indexy.addMenuItem("NASDAQ"    ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=nasdaq","");
indexy.addMenuItem("NEMAX 50"  ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=nemax50","");
indexy.addMenuItem("NIKKEI 225",addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=nikkei_225","");
indexy.addMenuItem("PX50"      ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=px50","");
indexy.addMenuItem("SAX"       ,addr_prefix+"udaje/details.phtml?c=21&db=indexy&mena=sax","");

var uroky = new Menu('uroky','i_uro');
uroky.addMenuItem("Prehµad"       ,addr_prefix+"udaje/uroky.phtml","");
uroky.addMenuItem("BRIBOR"        ,addr_prefix+"udaje/uroky.phtml?zobraz=bor","");
uroky.addMenuItem("BRIBID"        ,addr_prefix+"udaje/uroky.phtml?zobraz=bid","");
uroky.addMenuItem("PRIBOR"        ,addr_prefix+"udaje/uroky.phtml?zobraz=prr","");
uroky.addMenuItem("PRIBID"        ,addr_prefix+"udaje/uroky.phtml?zobraz=prd","");
uroky.addMenuItem("libor USD"     ,addr_prefix+"udaje/uroky.phtml?zobraz=lib_usd_","");
uroky.addMenuItem("libor GBP"     ,addr_prefix+"udaje/uroky.phtml?zobraz=lib_gbp_","");
uroky.addMenuItem("libor JPY"     ,addr_prefix+"udaje/uroky.phtml?zobraz=lib_jpy_","");
uroky.addMenuItem("libor EUR"     ,addr_prefix+"udaje/uroky.phtml?zobraz=lib_eur_","");
uroky.addMenuItem("dlhopisy JPY"  ,addr_prefix+"udaje/vlada.phtml?zobraz=jpy","");
uroky.addMenuItem("dlhopisy GER"  ,addr_prefix+"udaje/vlada.phtml?zobraz=ger","");
uroky.addMenuItem("dlhopisy USA"  ,addr_prefix+"udaje/vlada.phtml?zobraz=usa","");
uroky.addMenuItem("dlhopisy UK"   ,addr_prefix+"udaje/vlada.phtml?zobraz=uk_","");
uroky.addMenuItem("separator"     ,"---","");
uroky.addMenuItem("komerčné banky",addr_prefix+"uroky/","");
