adresa=new Array ("_bystrica.html",
                  "_blava.html",
                  "_kosice.html",
                  "_nitra.html",
                  "_presov.html",
                  "_trencin.html",
                  "_trnava.html",
                  "_zilina.html");

adresa2=new Array ("authority.html",
               "http://www.finance.gov.sk/en/Default.aspx?CatID=52",
               "document.html",
               "https://www.drsr.sk/eSVAT/html/main.html",
               "links.html",
    "http://www.drsr.sk/wps/portal/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLN4gPMTExBcmB2I76kXAhb31fj_zcVP0A_YLciHJHR0VFAI2i11w!/delta/base64xml/L3dJdyEvUUd3QndNQSEvNElVRS82XzBfVDQ1UA!!?nID=6_0_T445&cID=6_0_T445''",
               "contact2.html",
               "ar.html");

function otvor(url)
{
  window.open(url,"_blank");
}

function skoc(form) 
{
  x=form.menu.selectedIndex;
  if (x>0) window.open(adresa[x-1],"_top");
}

function skoc2(form) 
{
  x=form.menu.selectedIndex;
  if (x>0) window.open(adresa2[x-1],"_top");
}

menu=new Array("Tax authorities",
               "Legislation",
               "VAT",
               "VAT on e-services",
               "Links",
               "TAX calendar",
               "Contacts",
               "Annual reports");

linx=new Array("authority.html",
               "http://www.finance.gov.sk/en/Default.aspx?CatID=52",
               "document.html",
               "https://www.drsr.sk/eSVAT/html/main.html",
               "links.html",
               "http://www.drsr.sk/wps/portal/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLN4gPMTExBcmB2I76kXAhb31fj_zcVP0A_YLciHJHR0VFAI2i11w!/delta/base64xml/L3dJdyEvUUd3QndNQSEvNElVRS82XzBfVDQ1UA!!?nID=6_0_T445&cID=6_0_T445''",
               "contact2.html",
               "ar.html");

for (a=0;a<menu.length;a++)
{
  document.writeln('      <TR>');
  document.writeln('        <TD>');
  document.writeln('        <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>');
  document.writeln('        <TBODY>');
  document.writeln('        <TR class="menuleft_content">');
  document.writeln('          <TD vAlign=top><IMG alt="" src="images/dot.gif" border=0 width=7></TD>');
  document.writeln('          <TD align=left width="100%"><A href="'+linx[a]+'">'+menu[a]+'</A></TD>');
  document.writeln('        </TR>');
  document.writeln('        </TBODY>');
  document.writeln('        </TABLE>');
  document.writeln('        </TD>');
  document.writeln('      </TR>');
}
