function top() {


  document.write("<center>");
  document.write("<TABLE cellSpacing=0 cellPadding=0 width=768 border=0 background='/img/backtop2.png' height='68'>");
  document.write("<TR>");
  document.write("<TD width='10' rowspan='3'><img border='0' src='/img/spacer.gif' width='10' height='10'></TD>");
  document.write("<TD width='378' rowspan='3'><img border='0' src='/img/logo3.jpg' width='161' height='68'>&nbsp; </TD>");
  document.write("</center>");
  document.write("<TD align='right' width='380' colspan='3' height='7'><img border='0' src='/img/spacer.gif' width='1' height='1'></TD>");
  document.write("</TR>");
  document.write("<center>");
  document.write("<TR>");
  document.write("<TD align='right' width='100'><IMG src='/img/top_kia_naswiecie.png' width='98' height='15'></TD>");
  document.write("<TD align='right' width='140'>");
  document.write("<SELECT class=form onchange=javascript:ChangeRegion(this.value) name=SelRegion style='font-family: Verdana; font-size: 10px' size='1'>");
  document.write("<OPTION selected>* Wybierz region</OPTION>");
  document.write("<OPTION>----------------------</OPTION>");
  document.write("<OPTION value=1>Europa Zachodnia</OPTION>");
  document.write("<OPTION value=2>Ameryka Południowa</OPTION>");
  document.write("<OPTION value=3>Środkowy-Wschód</OPTION>");
  document.write("<OPTION value=4>Azja</OPTION>");
  document.write("<OPTION value=5>Australia i Oceania</OPTION>");
  document.write("<OPTION value=6>Afryka</OPTION>");
  document.write("<OPTION value=7>Ameryka Północna</OPTION>");
  document.write("<OPTION value=8>Europa Wschodnia</OPTION>");
  document.write("</SELECT>");
  document.write("</TD>");
  document.write("<TD align='right' width='140'>");
  document.write("<SELECT class=form id=SelCountry onchange=javascript:GoToDistributor(this.value) name=SelCountry style='font-size: 10px; font-family: Verdana' size='1'>");
  document.write("<OPTION selected>* Wybierz kraj</OPTION>");
  document.write("<OPTION>----------------------</OPTION>");
  document.write("</SELECT>");
  document.write("</TD>");
  document.write("</TR>");
  document.write("<TR>");
  document.write("<TD align='right' width='380' colspan='3'>&nbsp;</TD>");
  document.write("</TR>");
  document.write("</TABLE>");
  document.write("</center>");

}


